Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

maven-resolver2-supplier-mvn4-2.0.16-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: maven-resolver2-supplier-mvn4 Distribution: openSUSE Tumbleweed
Version: 2.0.16 Vendor: openSUSE
Release: 1.1 Build date: Mon Feb 23 14:41:43 2026
Group: Development/Libraries/Java Build host: reproducible
Size: 46049 Source RPM: maven-resolver2-supplier-mvn4-2.0.16-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://maven.apache.org/resolver/
Summary: Maven Artifact Resolver Instance Supplier Maven4
A helper module to provide RepositorySystem instances.

Apache Maven Artifact Resolver is a library for working with artifact
repositories and dependency resolution. Maven Artifact Resolver deals with the
specification of local repository, remote repository, developer workspaces,
artifact transports and artifact resolution.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Feb 23 2026 Fridrich Strba <fstrba@suse.com>
  - Update to version 2.0.16
    * Bug Fixes
      + Undo some changes TrackingFileManager happened in 1.9.25
      + Catch IOException with message "Resource deadlock avoided"
      which can happen on Unix level when multiple process try to
      lock same file
      + Set content length for PUT in JDK transport
* Thu Feb 12 2026 Fridrich Strba <fstrba@suse.com>
  - Update to version 2.0.15
    * New features and improvements
      + Align configuration properties and more
      + Better checksum control
      + JDK Transport: Do no longer leverage temp file for transfering
      artifact
      + Log retries in JDK HTTP Client
      + GH-1773: Treat 410 Gone as 404 Not Found
      + GH-1737: Revert partially parallel upload change
      + Update to Jetty 12.1
      + Add retries for JDK HTTP client
    * Bug Fixes
      + Minor bugfix: If proxy host cannot be resolved, fail
      + GH-1768: Drastically simplify auth caching
      + Fix preemptive proxy authentication in JDK Client
    * Documentation updates
      + Document how resolver works internally
      + Improve clarity and correctness in RRF documentation
      + Document known transport issues
      + Clarify description of JDK Transport modules
      + Remove generated configuration.md from Git
      + Fix typos and improve clarity in using resolver docs
    * Maintenance
      + Fix javadoc errors on new class
      + Update parent 46
    * Dependency updates
      + Bump sisuVersion from 0.9.0.M4 to 1.0.0
      + Bump org.redisson:redisson from 3.52.0 to 4.2.0
      + Deps: Jetty 12.1.6
      + Bump commons-codec:commons-codec from 1.20.0 to 1.21.0
      + Bump org.codehaus.plexus:plexus-xml from 4.1.0 to 4.1.1
      + Bump com.github.siom79.japicmp:japicmp-maven-plugin from
      0.25.0 to 0.25.4
      + Bump biz.aQute.bnd:bnd-maven-plugin from 7.1.0 to 7.2.1
      + Bump org.apache.maven:maven-parent from 46 to 47
      + Bump roasterVersion from 2.30.3.Final to 2.31.0.Final
      + Bump org.codehaus.plexus:plexus-testing from 2.0.2 to 2.1.0
      + Bump com.github.mizosoft.methanol:methanol from 1.8.4 to 1.9.0
      + Bump testcontainersVersion from 2.0.2 to 2.0.3
      + Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
      + Bump org.ow2.asm:asm from 9.9 to 9.9.1
      + Bump maven3Version from 3.9.11 to 3.9.12
  - Removed patch:
    * 0001-Revert-Use-Methanol-for-support-of-response-compress.patch
      + the new dependency has been packaged, since with this version
      it became unavoidable.
* Wed Dec 17 2025 Fridrich Strba <fstrba@suse.com>
  - Update to version 2.0.14
    * New features and improvements
      + Enhance RRF
      + Locking inhibitor SPI
      + Repository Key Function SPI
      + GH-1668: Add catch-all for group filter
      + Remote repository intent
      + Name mappers cleanup and new GAECV mapper
      + Remove hack from Basic connector
      + HTTP compression support in Java Http Client
      + Support preemptive authentication with Java HTTP Client
    * Bug Fixes
      + GH-1711 make sure last wins
      + GH-1703 Gaps in G segments resets result
      + GH-1703 Locally cached artifacts defy RRF
      + depMgt in manager was "last wins" instead of "first wins"
      + Prioritized Components Cache change detection got removed
      + TrackingFileManager changes
      + Make filters daemon friendly
      + Fix locking issues
      + Filter fixes
      + Fix automatic module names and missing methanol
      + ScopeManager: do not interfere with session graph transformer
      + GH-1646 bugfix for filter support in ADNC
      + Set the request timeout with Java HTTP Client
    * Documentation updates
      + Fix typos and improve clarity in using resolver docs
    * Maintenance
      + Test: Increase IPC test timeout
      + Use try-with for resource in test HttpServer
      + Cleanup prefix and others
      + Maven Resolver lockrepro
      + Update GH CI
    * Dependency updates
      + Update test tools
      + Bump org.mockito:mockito-core from 5.20.0 to 5.21.0
      + Bump org.codehaus.plexus:plexus-testing from 1.6.0 to 2.0.2
      + Bump bouncycastleVersion from 1.82 to 1.83
      + Update to SigStore 2.0.0
      + Bump org.jboss.forge.roaster:roaster-api from 2.30.1.Final to
      2.30.3.Final
      + Bump org.jboss.forge.roaster:roaster-jdt from 2.30.1.Final to
      2.30.3.Final
      + Bump com.github.siom79.japicmp:japicmp-maven-plugin from
      0.23.1 to 0.25.0
      + Bump okhttpVersion from 5.1.0 to 5.3.2
      + Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
      + Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
      + Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2
      + Bump com.github.mizosoft.methanol:methanol from 1.8.3 to 1.8.4
  - Added patch:
    * 0001-Revert-Use-Methanol-for-support-of-response-compress.patch
      + avoid an additional dependency.
* Fri Oct 10 2025 Fridrich Strba <fstrba@suse.com>
  - Initial packaging with version 2.0.13

Files

/usr/share/java/maven-resolver
/usr/share/java/maven-resolver/maven-resolver-supplier-mvn4.jar
/usr/share/licenses/maven-resolver2-supplier-mvn4
/usr/share/licenses/maven-resolver2-supplier-mvn4/LICENSE
/usr/share/licenses/maven-resolver2-supplier-mvn4/NOTICE
/usr/share/maven-metadata/maven-resolver2-supplier-mvn4.xml
/usr/share/maven-poms/maven-resolver
/usr/share/maven-poms/maven-resolver/maven-resolver-supplier-mvn4.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:28:36 2026