[GitHub] [httpcomponents-core] ok2c merged pull request #374: Bump mockito-core from 4.8.0 to 4.8.1

2022-11-08 Thread GitBox
ok2c merged PR #374: URL: https://github.com/apache/httpcomponents-core/pull/374 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apac

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #393: Bump ehcache-api from 3.10.2 to 3.10.3

2022-11-11 Thread GitBox
dependabot[bot] opened a new pull request, #393: URL: https://github.com/apache/httpcomponents-client/pull/393 Bumps [ehcache-api](https://github.com/ehcache/ehcache3) from 3.10.2 to 3.10.3. Commits https://github.com/ehcache/ehcache3/commit/03b2e8754ff2d3450fd18a3f74c35c3c006d

[GitHub] [httpcomponents-client] davewichers commented on pull request #387: Bump slf4j-api from 1.7.36 to 2.0.3

2022-11-11 Thread GitBox
davewichers commented on PR #387: URL: https://github.com/apache/httpcomponents-client/pull/387#issuecomment-1312248721 @ok2c - Why are you ignoring the suggestion to upgrade to the 2.x version of this library? This is causing Dependency Convergence conflicts with other libraries that are

[GitHub] [httpcomponents-client] ok2c commented on pull request #387: Bump slf4j-api from 1.7.36 to 2.0.3

2022-11-12 Thread GitBox
ok2c commented on PR #387: URL: https://github.com/apache/httpcomponents-client/pull/387#issuecomment-1312423027 @davewichers Are you suggesting I should do a major upgrade of a dependency in the middle of the development cycle? -- This is an automated message from the Apache Git Service

[GitHub] [httpcomponents-core] michael-o opened a new pull request, #375: Use either US-ASCII or UTF-8 encoding for text where approriate

2022-11-12 Thread GitBox
michael-o opened a new pull request, #375: URL: https://github.com/apache/httpcomponents-core/pull/375 Previously, text-based content was many times encoded with ISO-8859-1. This has gradually fallen out of use in the past 10 to 15 years. Use US-ASCII where a 7-bit encoding scheme is requir

[GitHub] [httpcomponents-core] michael-o commented on pull request #375: Use either US-ASCII or UTF-8 encoding for text where approriate

2022-11-12 Thread GitBox
michael-o commented on PR #375: URL: https://github.com/apache/httpcomponents-core/pull/375#issuecomment-1312561783 As discussed in [HTTPCLIENT-2244](https://issues.apache.org/jira/browse/HTTPCLIENT-2244). -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [httpcomponents-client] rschmitt commented on pull request #387: Bump slf4j-api from 1.7.36 to 2.0.3

2022-11-12 Thread GitBox
rschmitt commented on PR #387: URL: https://github.com/apache/httpcomponents-client/pull/387#issuecomment-1312646873 My understanding is that the _API_ of Slf4j 2 is backwards compatible with that of 1.7, but the _bytecode_ is not because Slf4j 2 requires JDK8. What I don't understand is w

[GitHub] [httpcomponents-client] davewichers commented on pull request #387: Bump slf4j-api from 1.7.36 to 2.0.3

2022-11-14 Thread GitBox
davewichers commented on PR #387: URL: https://github.com/apache/httpcomponents-client/pull/387#issuecomment-1313874158 @rschmitt - In general, with a pom file you specify the specific version. I believe pom's allow you to specify a minimum, but the risk is that if the library releases a n

[GitHub] [httpcomponents-client] carterkozak commented on pull request #387: Bump slf4j-api from 1.7.36 to 2.0.3

2022-11-14 Thread GitBox
carterkozak commented on PR #387: URL: https://github.com/apache/httpcomponents-client/pull/387#issuecomment-1313887796 The biggest problem is that slf4j 2.x requires a different mechanism to bind the api to a logging implementation. Forcing services to upgrade the API will potentially cau

[GitHub] [httpcomponents-client] bryanck opened a new pull request, #394: Cancel connection request on exception

2022-11-14 Thread GitBox
bryanck opened a new pull request, #394: URL: https://github.com/apache/httpcomponents-client/pull/394 This PR addresses an issue when interrupting a thread when using an `HttpClient` with the `PoolingHttpClientConnectionManager`. If the pool reaches the max size, and the client is waiting

[GitHub] [httpcomponents-client] michael-o commented on pull request #394: Cancel connection request on exception

2022-11-14 Thread GitBox
michael-o commented on PR #394: URL: https://github.com/apache/httpcomponents-client/pull/394#issuecomment-1314042710 Interesting... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [httpcomponents-client] ok2c commented on pull request #394: Cancel connection request on exception

2022-11-14 Thread GitBox
ok2c commented on PR #394: URL: https://github.com/apache/httpcomponents-client/pull/394#issuecomment-1314389422 @bryanck Good catch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [httpcomponents-client] ok2c merged pull request #394: Cancel connection request on exception

2022-11-14 Thread GitBox
ok2c merged PR #394: URL: https://github.com/apache/httpcomponents-client/pull/394 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #395: Bump actions/dependency-review-action from 2 to 3

2022-11-18 Thread GitBox
dependabot[bot] opened a new pull request, #395: URL: https://github.com/apache/httpcomponents-client/pull/395 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. Release notes Sourced from https://github.com/actions/dependenc

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #396: Bump mockito-core from 4.8.1 to 4.9.0

2022-11-18 Thread GitBox
dependabot[bot] opened a new pull request, #396: URL: https://github.com/apache/httpcomponents-client/pull/396 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's relea

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #397: Bump ehcache-api from 3.10.2 to 3.10.6

2022-11-18 Thread GitBox
dependabot[bot] opened a new pull request, #397: URL: https://github.com/apache/httpcomponents-client/pull/397 Bumps [ehcache-api](https://github.com/ehcache/ehcache3) from 3.10.2 to 3.10.6. Commits https://github.com/ehcache/ehcache3/commit/9b9a03b95f159667c9dca1f521614b331a14

[GitHub] [httpcomponents-client] dependabot[bot] commented on pull request #393: Bump ehcache-api from 3.10.2 to 3.10.3

2022-11-18 Thread GitBox
dependabot[bot] commented on PR #393: URL: https://github.com/apache/httpcomponents-client/pull/393#issuecomment-1319967111 Superseded by #397. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [httpcomponents-client] dependabot[bot] closed pull request #393: Bump ehcache-api from 3.10.2 to 3.10.3

2022-11-18 Thread GitBox
dependabot[bot] closed pull request #393: Bump ehcache-api from 3.10.2 to 3.10.3 URL: https://github.com/apache/httpcomponents-client/pull/393 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #376: Bump actions/dependency-review-action from 2 to 3

2022-11-18 Thread GitBox
dependabot[bot] opened a new pull request, #376: URL: https://github.com/apache/httpcomponents-core/pull/376 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. Release notes Sourced from https://github.com/actions/dependency-

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #377: Bump mockito-core from 4.8.1 to 4.9.0

2022-11-18 Thread GitBox
dependabot[bot] opened a new pull request, #377: URL: https://github.com/apache/httpcomponents-core/pull/377 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's release

[GitHub] [httpcomponents-core] ok2c merged pull request #376: Bump actions/dependency-review-action from 2 to 3

2022-11-19 Thread GitBox
ok2c merged PR #376: URL: https://github.com/apache/httpcomponents-core/pull/376 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apac

[GitHub] [httpcomponents-core] ok2c closed pull request #307: Refactor duplicate patterns with new methods in TimeValue

2022-11-19 Thread GitBox
ok2c closed pull request #307: Refactor duplicate patterns with new methods in TimeValue URL: https://github.com/apache/httpcomponents-core/pull/307 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #398: Bump ehcache-api from 3.10.2 to 3.10.8

2022-11-25 Thread GitBox
dependabot[bot] opened a new pull request, #398: URL: https://github.com/apache/httpcomponents-client/pull/398 Bumps [ehcache-api](https://github.com/ehcache/ehcache3) from 3.10.2 to 3.10.8. Commits https://github.com/ehcache/ehcache3/commit/ac1bb6b5e384cb49a9b7eaefefa5db1cf254

[GitHub] [httpcomponents-client] dependabot[bot] commented on pull request #397: Bump ehcache-api from 3.10.2 to 3.10.6

2022-11-25 Thread GitBox
dependabot[bot] commented on PR #397: URL: https://github.com/apache/httpcomponents-client/pull/397#issuecomment-1327447390 Superseded by #398. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [httpcomponents-client] dependabot[bot] closed pull request #397: Bump ehcache-api from 3.10.2 to 3.10.6

2022-11-25 Thread GitBox
dependabot[bot] closed pull request #397: Bump ehcache-api from 3.10.2 to 3.10.6 URL: https://github.com/apache/httpcomponents-client/pull/397 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [httpcomponents-client] ok2c merged pull request #395: Bump actions/dependency-review-action from 2 to 3

2022-11-26 Thread GitBox
ok2c merged PR #395: URL: https://github.com/apache/httpcomponents-client/pull/395 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

[GitHub] [httpcomponents-client] ok2c merged pull request #398: Bump ehcache-api from 3.10.2 to 3.10.8

2022-11-26 Thread GitBox
ok2c merged PR #398: URL: https://github.com/apache/httpcomponents-client/pull/398 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

[GitHub] [httpcomponents-client] ok2c commented on pull request #396: Bump mockito-core from 4.8.1 to 4.9.0

2022-11-26 Thread GitBox
ok2c commented on PR #396: URL: https://github.com/apache/httpcomponents-client/pull/396#issuecomment-1328017013 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [httpcomponents-client] ok2c opened a new pull request, #399: Bearer auth support

2022-12-06 Thread GitBox
ok2c opened a new pull request, #399: URL: https://github.com/apache/httpcomponents-client/pull/399 @michael-o Please do another pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-06 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1340029979 Will take a look and test this week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045580875 ## httpclient5-testing/src/main/java/org/apache/hc/client5/testing/auth/TokenBearerAuthenticationHandler.java: ## @@ -0,0 +1,44 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045590335 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1346274196 > Don't add runtime exceptions to method signatures. They belong into Javadoc. See Effective Java from Joshua Bloch. @ok2c I must say I disagree with Joshua Bloch in this

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045684393 ## httpclient5-testing/src/main/java/org/apache/hc/client5/testing/auth/Authenticator.java: ## @@ -31,6 +31,13 @@ public interface Authenticator { +/

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045689705 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045722003 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1346334453 > > Don't add runtime exceptions to method signatures. They belong into Javadoc. See Effective Java from Joshua Bloch. > > @michael-o I must say I disagree with Joshu

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045738039 ## httpclient5-testing/src/main/java/org/apache/hc/client5/testing/auth/BasicAuthenticationHandler.java: ## @@ -27,13 +27,27 @@ package org.apache.hc.

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045756872 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045763985 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045775614 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045786273 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1346436026 Two more questions left, I will try this in production. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045816086 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045817334 ## httpclient5-testing/src/main/java/org/apache/hc/client5/testing/auth/BasicAuthenticationHandler.java: ## @@ -27,13 +27,27 @@ package org.apache.hc.clien

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045824851 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1045837033 ## httpclient5-testing/src/main/java/org/apache/hc/client5/testing/auth/BasicAuthenticationHandler.java: ## @@ -27,13 +27,27 @@ package org.apache.hc.

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347056473 @michael-o I have a feeling we are talking blondes vs brunettes here, but have it the way you like it. Please review -- This is an automated message from the Apache Git Servic

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046257968 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046260885 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347116449 > @michael-o I have a feeling we are talking blondes vs brunettes here, but have it the way you like it. Please review I like both, I am not picky :-D -- This is a

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046267743 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046267743 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046269591 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046270523 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046272608 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/UsernamePasswordCredentials.java: ## @@ -45,22 +45,36 @@ public class UsernamePasswordCreden

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347141146 @ok2c Can you explain why you use the `realm` parameter actively with Bearer altough rfc6749 does not mention it once? I only see these: https://datatracker.ietf.org/doc/ht

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347162852 > @ok2c Can you explain why you use the `realm` parameter actively with Bearer altough rfc6749 does not mention it once? I only see these: https://datatracker.ietf.org/doc/html/

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347170203 > > @ok2c Can you explain why you use the `realm` parameter actively with Bearer altough rfc6749 does not mention it once? I only see these: https://datatracker.ietf.org/do

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046296139 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046302493 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046339102 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * =

[GitHub] [httpcomponents-client] michael-o commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046341201 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,95 @@ +/* + * ==

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on code in PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#discussion_r1046343685 ## httpclient5/src/main/java/org/apache/hc/client5/http/auth/BearerToken.java: ## @@ -0,0 +1,120 @@ +/* + * ==

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347258295 @michael-o what is it exactly that you want me to change now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-12 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1347326058 > @michael-o what is it exactly that you want me to change now? Only the `toString()` is questionable, the rest is fine. Let me give it a shot tomorrow. -- This is

[GitHub] [httpcomponents-client] ok2c merged pull request #400: Fix minor typo in Javadoc

2022-12-15 Thread GitBox
ok2c merged PR #400: URL: https://github.com/apache/httpcomponents-client/pull/400 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

[GitHub] [httpcomponents-client] Pluto-Whong closed pull request #401: Avoid being closed by the Evictor when the connection is used.

2022-12-16 Thread GitBox
Pluto-Whong closed pull request #401: Avoid being closed by the Evictor when the connection is used. URL: https://github.com/apache/httpcomponents-client/pull/401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #402: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-16 Thread GitBox
dependabot[bot] opened a new pull request, #402: URL: https://github.com/apache/httpcomponents-client/pull/402 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.10.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's rel

[GitHub] [httpcomponents-client] dependabot[bot] commented on pull request #396: Bump mockito-core from 4.8.1 to 4.9.0

2022-12-16 Thread GitBox
dependabot[bot] commented on PR #396: URL: https://github.com/apache/httpcomponents-client/pull/396#issuecomment-1354735219 Superseded by #402. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [httpcomponents-client] dependabot[bot] closed pull request #396: Bump mockito-core from 4.8.1 to 4.9.0

2022-12-16 Thread GitBox
dependabot[bot] closed pull request #396: Bump mockito-core from 4.8.1 to 4.9.0 URL: https://github.com/apache/httpcomponents-client/pull/396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #378: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-16 Thread GitBox
dependabot[bot] opened a new pull request, #378: URL: https://github.com/apache/httpcomponents-core/pull/378 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.10.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's relea

[GitHub] [httpcomponents-core] dependabot[bot] commented on pull request #377: Bump mockito-core from 4.8.1 to 4.9.0

2022-12-16 Thread GitBox
dependabot[bot] commented on PR #377: URL: https://github.com/apache/httpcomponents-core/pull/377#issuecomment-1354866207 Superseded by #378. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [httpcomponents-core] dependabot[bot] closed pull request #377: Bump mockito-core from 4.8.1 to 4.9.0

2022-12-16 Thread GitBox
dependabot[bot] closed pull request #377: Bump mockito-core from 4.8.1 to 4.9.0 URL: https://github.com/apache/httpcomponents-core/pull/377 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-16 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1355099174 OK, I gave it a shot. OIDC provider is Ping Identity and the target host uses Spring Security. The good news, it works with no, invalid and valid tokens. The following need

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2022-12-16 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1355338254 > The client has no chance to access response params from https://datatracker.ietf.org/doc/html/rfc6750#section-3 @michael-o What do you mean exactly? Do you mean the clie

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2022-12-16 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1355593033 > > The client has no chance to access response params from https://datatracker.ietf.org/doc/html/rfc6750#section-3 > > @michael-o What do you mean exactly? Do you me

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #379: Bump docker-maven-plugin from 0.31.0 to 0.40.3

2022-12-23 Thread GitBox
dependabot[bot] opened a new pull request, #379: URL: https://github.com/apache/httpcomponents-core/pull/379 Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.31.0 to 0.40.3. Release notes Sourced from https://github.com/fabric8io/docker-maven-pl

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #403: Bump mockito-core from 4.8.1 to 4.11.0

2022-12-30 Thread GitBox
dependabot[bot] opened a new pull request, #403: URL: https://github.com/apache/httpcomponents-client/pull/403 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's rel

[GitHub] [httpcomponents-client] dependabot[bot] commented on pull request #402: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-30 Thread GitBox
dependabot[bot] commented on PR #402: URL: https://github.com/apache/httpcomponents-client/pull/402#issuecomment-1367907720 Superseded by #403. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [httpcomponents-client] dependabot[bot] closed pull request #402: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-30 Thread GitBox
dependabot[bot] closed pull request #402: Bump mockito-core from 4.8.1 to 4.10.0 URL: https://github.com/apache/httpcomponents-client/pull/402 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [httpcomponents-core] dependabot[bot] commented on pull request #378: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-30 Thread GitBox
dependabot[bot] commented on PR #378: URL: https://github.com/apache/httpcomponents-core/pull/378#issuecomment-1367934975 Superseded by #380. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #380: Bump mockito-core from 4.8.1 to 4.11.0

2022-12-30 Thread GitBox
dependabot[bot] opened a new pull request, #380: URL: https://github.com/apache/httpcomponents-core/pull/380 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.11.0. Release notes Sourced from https://github.com/mockito/mockito/releases";>mockito-core's relea

[GitHub] [httpcomponents-core] dependabot[bot] closed pull request #378: Bump mockito-core from 4.8.1 to 4.10.0

2022-12-30 Thread GitBox
dependabot[bot] closed pull request #378: Bump mockito-core from 4.8.1 to 4.10.0 URL: https://github.com/apache/httpcomponents-core/pull/378 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [httpcomponents-client] alturkovic opened a new pull request, #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
alturkovic opened a new pull request, #404: URL: https://github.com/apache/httpcomponents-client/pull/404 Some implementations might depend on a variable present in the `HttpContext` which is available in most other methods. -- This is an automated message from the Apache Git Service. To

[GitHub] [httpcomponents-client] ok2c commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
ok2c commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370957675 @alturkovic The change-set breaks backward compatibility with 5.0 APIs. By the way, one may be better off writing a custom `SSLConnectionSocketFactory` instead of trying

[GitHub] [httpcomponents-client] alturkovic commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
alturkovic commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370959011 @ok2c Oops, added the method back. I understand, I just thought that having `HttpContext` available by default made sense. -- This is an automated message from the Apach

[GitHub] [httpcomponents-client] ok2c commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
ok2c commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370961882 @alturkovic Please deprecate the old method in favor of the new one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [httpcomponents-client] ok2c commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
ok2c commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370975027 @alturkovic Great. But please do it nicely and suppress deprecation warnings in the new method. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [httpcomponents-client] alturkovic commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
alturkovic commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370980479 Sorry, I do not know what you mean by that, I took a look how other methods are deprecated (i.e.: `org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder#setTlsDetailsFac

[GitHub] [httpcomponents-client] ok2c commented on pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
ok2c commented on PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404#issuecomment-1370987346 @alturkovic Please add `@SuppressWarnings("deprecation")` annotation to the new method. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [httpcomponents-client] ok2c merged pull request #404: feature(SSLConnectionSocketFactory): Pass HttpContext to prepareSocket method

2023-01-04 Thread GitBox
ok2c merged PR #404: URL: https://github.com/apache/httpcomponents-client/pull/404 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.ap

[GitHub] [httpcomponents-core] ok2c merged pull request #380: Bump mockito-core from 4.8.1 to 4.11.0

2023-01-06 Thread GitBox
ok2c merged PR #380: URL: https://github.com/apache/httpcomponents-core/pull/380 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apac

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1374431955 @michael-o Out of curiosity, how long do you intend to block this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1374432854 > @michael-o Out of curiosity, how long do you intend to block this PR? ??? There are still unresolved issues: * `toString()` unnecessarily exposes the token * `

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1374436754 > > @michael-o Out of curiosity, how long do you intend to block this PR? > > ??? There are still unresolved issues: > Issues? > * `toString()` unnece

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1374437550 > > > @michael-o Out of curiosity, how long do you intend to block this PR? > > > > > > ??? There are still unresolved issues: > > Issues? > > > ```

[GitHub] [httpcomponents-client] ok2c commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
ok2c commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-137876 > > Why is this an issue, let alone a blocker? > > I bet there will be clowns complaining about this. I never wrote that this is a blocker. > OK. This I can unde

[GitHub] [httpcomponents-client] michael-o commented on pull request #399: Bearer auth support

2023-01-07 Thread GitBox
michael-o commented on PR #399: URL: https://github.com/apache/httpcomponents-client/pull/399#issuecomment-1374477027 > > > Why is this an issue, let alone a blocker? > > > > > > I bet there will be clowns complaining about this. I never wrote that this is a blocker. > > O

[GitHub] [httpcomponents-client] MartinWitt opened a new pull request, #405: refactor: refactor bad smell InnerClassMayBeStatic

2023-01-09 Thread GitBox
MartinWitt opened a new pull request, #405: URL: https://github.com/apache/httpcomponents-client/pull/405 # Repairing Code Style Issues ## InnerClassMayBeStatic Inner classes that do not reference their enclosing instances can be made static. This prevents a common cause of memo

  1   2   3   4   5   6   7   8   9   10   >