Re: [PR] Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 in /lib (hop)

2026-05-04 Thread via GitHub


dependabot[bot] commented on PR #7084:
URL: https://github.com/apache/hop/pull/7084#issuecomment-4368925422

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 in /lib (hop)

2026-05-04 Thread via GitHub


hansva closed pull request #7084: Bump 
org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 in /lib
URL: https://github.com/apache/hop/pull/7084


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1 in /lib (hop)

2026-05-03 Thread via GitHub


dependabot[bot] opened a new pull request, #7084:
URL: https://github.com/apache/hop/pull/7084

   Bumps 
[org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client)
 from 5.6 to 5.6.1.
   
   Changelog
   Sourced from https://github.com/apache/httpcomponents-client/blob/rel/v5.6.1/RELEASE_NOTES.txt";>org.apache.httpcomponents.client5:httpclient5's
 changelog.
   
   Release 5.6.1
   This is a maintenance release disables experimental SCRAM auth scheme by 
default and
   fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled 
by
   choosing a custom auth scheme preference sequence that explicitly includes 
SCRAM auth.
   Change Log
   
   
   Fix SCRAM final response handling.
   Contributed by Arturo Bernal 
   
   
   Auth challenge parsing code improvement.
   Contributed by Oleg Kalnichevski 
   
   
   Add missing Javadoc for ConnectionConfig (https://redirect.github.com/apache/httpcomponents-client/issues/820";>#820).
   Contributed by Gary Gregory 
   
   
   Bug fix: Corrected async message exchange cancellation logic in
   InternalHttpAsyncExecRuntime.
   Contributed by Oleg Kalnichevski 
   
   
   HTTPCLIENT-2417: Honor TlsConfig attachment in async connect path.
   Contributed by Arturo Bernal 
   
   
   HTTPCLIENT-2414: Fix Basic auth cache scoping across path prefixes (https://redirect.github.com/apache/httpcomponents-client/issues/802";>#802).
   Contributed by Arturo Bernal 
   
   
   HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (https://redirect.github.com/apache/httpcomponents-client/issues/803";>#803).
   Contributed by Arturo Bernal 
   
   
   Bug fix: Corrected sleep time calculation in IdleConnectionEvictor; use 1 
minute sleep
   time by default.
   Contributed by Oleg Kalnichevski 
   
   
   DefaultManagedHttpClientConnection: Restore original socket timeout.
   Contributed by Ryan Schmitt 
   
   
   HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date 
header (https://redirect.github.com/apache/httpcomponents-client/issues/775";>#775).
   Contributed by Arturo Bernal 
   
   
   Fix NPE in connection evictor setup (https://redirect.github.com/apache/httpcomponents-client/issues/774";>#774).
   Contributed by Arturo Bernal 
   
   
   
   
   
   Commits
   
   https://github.com/apache/httpcomponents-client/commit/4f86ca6a5eb528613edb892a4f7161e23dce15d7";>4f86ca6
 HttpClient 5.6.1 release
   https://github.com/apache/httpcomponents-client/commit/1b2bafe817552369466a925e0cb3592deb303a26";>1b2bafe
 Updated release notes for HttpClient 5.6.1 release
   https://github.com/apache/httpcomponents-client/commit/1acf00b879d908a869508ceee2edb0fe65b69d73";>1acf00b
 Fix SCRAM final response handling
   https://github.com/apache/httpcomponents-client/commit/49549abca82842586cdce82e5f8a1bbd461a1ac7";>49549ab
 Auth challenge parsing code improvement
   https://github.com/apache/httpcomponents-client/commit/fa6b6d70af06195c0ffdaadd107e1673c7200114";>fa6b6d7
 Add missing Javadoc for ConnectionConfig (https://redirect.github.com/apache/httpcomponents-client/issues/820";>#820)
   https://github.com/apache/httpcomponents-client/commit/3de8ad5e99a52b2a9c2f595a4ce8c9b00649d515";>3de8ad5
 Fixed DefaultClientTlsStrategy test failures on MacOS
   https://github.com/apache/httpcomponents-client/commit/c69f38f764814b3d9a24c4f0d6c9576385e0083c";>c69f38f
 Bug-fix: corrects message exchange cancellation logic in 
InternalHttpAsyncExe...
   https://github.com/apache/httpcomponents-client/commit/30386d309614309b18e7b23953ee42bded18d57b";>30386d3
 HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path
   https://github.com/apache/httpcomponents-client/commit/9cc45f6c67864ec53f2284d16e77872851e25e87";>9cc45f6
 HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (https://redirect.github.com/apache/httpcomponents-client/issues/802";>#802)
   https://github.com/apache/httpcomponents-client/commit/1e01a487e283c04cbcd60515951c2d8b6e1f2670";>1e01a48
 HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (https://redirect.github.com/apache/httpcomponents-client/issues/803";>#803)
   Additional commits viewable in https://github.com/apache/httpcomponents-client/compare/rel/v5.6...rel/v5.6.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents.client5:httpclient5&package-manager=maven&previous-version=5.6&new-version=5.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options