Skip to content

Commit 5197d91

Browse files
committed
OPL-7494 update version, logging and distribution management
1 parent eef8d93 commit 5197d91

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

client/src/main/java/org/asynchttpclient/netty/handler/intercept/ProxyUnauthorized407Interceptor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public boolean exitAfterHandling407(Channel channel, NettyResponseFuture<?> futu
144144
try {
145145
kerberosProxyChallenge(proxyRealm, proxyServer, requestHeaders);
146146
} catch (SpnegoEngineException e) {
147+
LOGGER.error("Kerberos/Spnego proxy auth failed", e);
147148
String ntlmHeader2 = getHeaderWithPrefix(proxyAuthHeaders, "NTLM");
148149
if (ntlmHeader2 != null) {
149150
LOGGER.warn("Kerberos/Spnego proxy auth failed, proceeding with NTLM");

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,16 @@
7171
</scm>
7272

7373
<distributionManagement>
74-
<snapshotRepository>
75-
<id>sonatype-nexus-staging</id>
76-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
77-
</snapshotRepository>
7874
<repository>
79-
<id>sonatype-nexus-staging</id>
80-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
75+
<id>apica-artifacts</id>
76+
<name>a0pbpgwdghsu9-artifactory-primary-0-releases</name>
77+
<url>https://apica.jfrog.io/artifactory/backend-services-releases</url>
8178
</repository>
79+
<snapshotRepository>
80+
<id>snapshots</id>
81+
<name>a0pbpgwdghsu9-artifactory-primary-0-snapshots</name>
82+
<url>https://apica.jfrog.io/artifactory/backend-services-snapshots</url>
83+
</snapshotRepository>
8284
</distributionManagement>
8385

8486
<issueManagement>

0 commit comments

Comments
 (0)