Maven Resolver 2.0.0-alpha-3
Pre-release
Pre-release
·
383 commits
to master
since this release
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353963
Release Notes - Maven Resolver - Version 2.0.0-alpha-3
Bug
- [MRESOLVER-372] - Sporadic AccessDeniedEx on Windows
- [MRESOLVER-436] - The Upgrading Resolver page uses classnames before rename
- [MRESOLVER-438] - The new jdk transport bug on Java 11 and Java 17
- [MRESOLVER-441] - Undo FileUtils changes that altered non-Windows execution path
Improvement
- [MRESOLVER-321] - Resolver while collecting may end up in busy loop without any possibility to be stopped
Task
- [MRESOLVER-429] - Enhance JDK transport error messaging
- [MRESOLVER-437] - Resolver should not override given HTTP transport default use of expect-continue handshake
- [MRESOLVER-439] - Collapse "jdk" transport modules
- [MRESOLVER-440] - Clean up transport names, configuration properties and documentation
- [MRESOLVER-442] - New JDK transport JAR mixes classes with different bytecode
- [MRESOLVER-444] - Make build time requirement for Java 17
Dependency upgrade
- [MRESOLVER-434] - Upgrade Parent to 41
What's Changed
- [MRESOLVER-372] Rework the FileUtils collocated temp file by @cstamas in #364
- [MRESOLVER-434] Upgrade Parent to 41 by @slawekjaranowski in #368
- [MRESOLVER-435] Refresh download page by @slawekjaranowski in #370
- Ensure we have a single JDK module by @rmannibucau in #374
- [MRESOLVER-436] Update page with renames by @cstamas in #372
- [MRESOLVER-437][MRESOLVER-438] Do not force set Expect-Continue setting by @cstamas in #373
- [MRESOLVER-441] Undo FileUtils changes for non-Windows by @cstamas in #377
- [MRESOLVER-440] Clean up transport names and config keys by @cstamas in #375
- [MRESOLVER-429] Emit more informative message on connection refused by @cstamas in #379
- [MRESOLVER-321] Make collection and visiting interruptable by @cstamas in #380
- [MRESOLVER-442] Build JDK transport MR JAR the proper way by @cstamas in #381
- [MRESOLVER-440] Addendum by @cstamas in #382
New Contributors
- @rmannibucau made their first contribution in #374
Full Changelog: maven-resolver-2.0.0-alpha-2...maven-resolver-2.0.0-alpha-3