Skip to content

2.0.0

Compare
Choose a tag to compare
@cstamas cstamas released this 06 Jul 10:11
· 95 commits to master since this release

Release Notes - Maven Resolver - Version 2.0.0

Bug

  • [MRESOLVER-164] - DefaultDependencyCollector filterVersions seems always return full version range
  • [MRESOLVER-334] - Maven Resolver's GenericVersionScheme diverges from the spec
  • [MRESOLVER-336] - Unexpected handling of qualifiers in GenericVersionScheme
  • [MRESOLVER-372] - Sporadic AccessDeniedEx on Windows
  • [MRESOLVER-392] - Resolver installer should not be "smart" about installs
  • [MRESOLVER-413] - BF collector causes failure when -Dmaven.artifact.threads=1 used
  • [MRESOLVER-414] - MRESOLVER-377 makes several metadata related Maven IT fail
  • [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
  • [MRESOLVER-455] - JDK transport: Improper handling of ofInputStream body handlers in case of error
  • [MRESOLVER-464] - JDK transport bug
  • [MRESOLVER-483] - PreorderNodeListGenerator bug: may print trailing ":"
  • [MRESOLVER-515] - Restore compatibility broken by MRESOLVER-496
  • [MRESOLVER-521] - File locking threads not entering critical region were "oversleeping"
  • [MRESOLVER-547] - BF collector always copies artifacts, even when it should not
  • [MRESOLVER-572] - Resolver-Supplier unusable in OSGi runtimes
  • [MRESOLVER-574] - Invalid Cookie set under proxy conditions

New Feature

Improvement

  • [MRESOLVER-264] - Make file-lock the default locking
  • [MRESOLVER-302] - Introduce onSession close
  • [MRESOLVER-321] - Resolver while collecting may end up in busy loop without any possibility to be stopped
  • [MRESOLVER-335] - Better resolver errors for Artifact Not Found
  • [MRESOLVER-377] - Introduce metadata update policy
  • [MRESOLVER-384] - Support HTTP/2 in maven-resolver-transport-http
  • [MRESOLVER-390] - Customize graph visiting strategy
  • [MRESOLVER-420] - Prioritized components should be cached per session
  • [MRESOLVER-421] - Extend NamedLock API to carry more than one name
  • [MRESOLVER-445] - Simplify session handling, move out logic from session builder
  • [MRESOLVER-447] - Expose flatten method on RepositorySystem
  • [MRESOLVER-450] - Add a RepositoryCache#computeIfAbsent method
  • [MRESOLVER-460] - More filter improvements for H/L
  • [MRESOLVER-463] - Ensure checksum record file (summary fie) is sorted by artifact relative path and not checksum
  • [MRESOLVER-465] - Make room for new version scheme implementations
  • [MRESOLVER-467] - Pull out shared HTTP (Remote Included checksum) code
  • [MRESOLVER-468] - Stabilize supplier binary and source compatibility
  • [MRESOLVER-484] - The dependencies properties should be provided by the resolver consumer
  • [MRESOLVER-493] - Support premanaged of optional, exclusions and properties by DependencyGraphDumper
  • [MRESOLVER-494] - LOCAL_PATH Artifact property really belongs to "system" scope (or is at least very related to it)
  • [MRESOLVER-519] - Drop copies of same method, re-add them to parent (collectors)
  • [MRESOLVER-520] - Move repeated code (decorators, generators) into Utils
  • [MRESOLVER-535] - DependencyGraphDumper should be configurable
  • [MRESOLVER-536] - Skip setting last modified time when FS does not support it
  • [MRESOLVER-538] - In dirty tree, nodes coming from range (and parents having ranges) should be detectable
  • [MRESOLVER-540] - TransferResource can and should tell more about transfer
  • [MRESOLVER-542] - Reduce usage of final classes
  • [MRESOLVER-554] - Support configuration of upload/download threads individually
  • [MRESOLVER-570] - Remove excessive strictness of OSGi dependency metadata
  • [MRESOLVER-573] - CollectionConfiguration should ignore module-info.java

Wish

  • [MRESOLVER-324] - Make the BF algorithm as the default option to speed up maven dependency resolution and downloading

Task

Dependency upgrade


What's Changed

New Contributors

Full Changelog: maven-resolver-2.0.0-alpha-11...maven-resolver-2.0.0