Skip to content

Commit

Permalink
temporarily disable japicmp,
Browse files Browse the repository at this point in the history
and mark HttpAuthenticator @internal
  • Loading branch information
stoty committed Oct 19, 2024
1 parent 6e1e009 commit 491874c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
import org.apache.hc.client5.http.auth.MalformedChallengeException;
import org.apache.hc.client5.http.protocol.HttpClientContext;
import org.apache.hc.core5.annotation.Contract;
import org.apache.hc.core5.annotation.Internal;
import org.apache.hc.core5.annotation.ThreadingBehavior;
import org.apache.hc.core5.http.FormattedHeader;
import org.apache.hc.core5.http.Header;
Expand All @@ -70,6 +71,7 @@
*
* @since 4.3
*/
@Internal
@Contract(threading = ThreadingBehavior.STATELESS)
public final class HttpAuthenticator {

Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<!-- Do not commit, only for running the CI! -->
<skip>true</skip>
<oldVersion>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 491874c

Please sign in to comment.