2.0.1
cstamas
released this
08 Aug 15:32
·
41 commits
to master
since this release
Release Notes - Maven Resolver - Version 2.0.1
Bug
- [MRESOLVER-579] - JDK transport: Using insecure flag resets ALPN and SNI
New Feature
- [MRESOLVER-342] - New named lock: IPC
- [MRESOLVER-499] - IPC Named Locks
Improvement
- [MRESOLVER-582] - (demo) Use Google JIMFS for demos
- [MRESOLVER-584] - Jetty / JDK transport: HTTP2 GOAWAY improvement
- [MRESOLVER-585] - Is unclear how to use custom LocalRepositoryManager with builder
- [MRESOLVER-586] - In typical setups, DefaultArtifact copies the same maps over and over again
- [MRESOLVER-587] - Memory consumption improvements
- [MRESOLVER-595] - Jetty transport should expose config for redirect follow and max redirects
Dependency upgrade
- [MRESOLVER-580] - Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0
- [MRESOLVER-581] - Bump org.eclipse.jetty:jetty-bom from 10.0.21 to 10.0.22
- [MRESOLVER-583] - Bump org.apache.maven:maven-parent from 42 to 43
- [MRESOLVER-590] - Bump commons-codec:commons-codec from 1.17.0 to 1.17.1
- [MRESOLVER-591] - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
- [MRESOLVER-592] - (build) Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.21.2 to 0.22.0
- [MRESOLVER-593] - (build) Bump testcontainersVersion from 1.19.8 to 1.20.1
- [MRESOLVER-594] - Bump org.redisson:redisson from 3.32.0 to 3.34.1
What's Changed
- [MRESOLVER-579] Fix overwrite of SSLParameters in JDK HTTP transport when securityMode is "insecure" by @scholzi100 in #529
- [MRESOLVER-579] The TODO part by @cstamas in #530
- Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 by @dependabot in #528
- Bump org.eclipse.jetty:jetty-bom from 10.0.21 to 10.0.22 by @dependabot in #527
- Use Google JIMFS for demos by @cstamas in #526
- [MRESOLVER-499] IPC Named locks by @cstamas in #435
- Bump org.apache.maven:maven-parent from 42 to 43 by @dependabot in #531
- [MRESOLVER-586] Avoid copying the type default properties map by @gsmet in #534
- [MRESOLVER-585] Explain reason for this method by @cstamas in #548
- [MRESOLVER-587] Memory usage improvements by @cstamas in #537
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by @dependabot in #538
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot in #541
- Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.21.2 to 0.22.0 by @dependabot in #543
- Bump testcontainersVersion from 1.19.8 to 1.20.1 by @dependabot in #546
- Bump org.redisson:redisson from 3.32.0 to 3.34.1 by @dependabot in #547
- [MRESOLVER-584] JDK transport HTTP/2 GOAWAY improvement by @cstamas in #532
- [MRESOLVER-584] Jetty transport HTTP/2 GOAWAY improvement by @cstamas in #533
- [MRESOLVER-595] Expose follow and max redirects for Jetty client by @cstamas in #549
New Contributors
- @scholzi100 made their first contribution in #529
Full Changelog: maven-resolver-2.0.0...maven-resolver-2.0.1