Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/maven-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-resolver-1.9.20
Choose a base ref
...
head repository: apache/maven-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-resolver-1.9.21
Choose a head ref
  • 12 commits
  • 19 files changed
  • 3 contributors

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    6e6bf7e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. [Build] Unify bnd-maven-plugin and maven-jar-plugin invocations (#509)

    Keep the 'bnd' configuration for the bnd-maven-plugin at plugin level to
    simplify overwrites in sub-modules (avoid the need to re-specify the
    execution there).
    
    Additionally update to bnd-maven-plugin 6.4.0
    
    Co-authored-by: Hannes Wellmann <hannes.wellmann@iils.de>
    HannesWell and iils-hwellmann authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7466cae View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. [Build] Define all MANIFEST.MF entries through the bnd-maven-plugin

    and derive 'Bundle-SymbolicName' header from the artifactId.
    
    This changes the 'Bundle-SymbolicName' and 'Automatic-Module-Name' for
    the following modules:
    - maven-resolver-named-locks
    	from 'org.apache.maven.resolver.named'
    	to 'org.apache.maven.resolver.named.locks'
    - maven-resolver-test-util
    	from 'org.apache.maven.resolver.testutil'
    	to 'org.apache.maven.resolver.test.util'
    iils-hwellmann authored and gnodet committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    52b4db3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. [MRESOLVER-570] Remove excessive strictness of OSGi dependency metadata

    - Mark optional Maven dependencies as optional in OSGi metadata
    - Widen version range for org.slf4j.spi package to [1.7,3)
    iils-hwellmann authored and gnodet committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e33cd94 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [MRESOLVER-572] Export internal packages in OSGi metadata as x-internal

    This makes maven-resolver-supplier usable as bundle in an OSGi runtime.
    At the moment the bundle cannot resolve because the internal.impl
    packages it uses and imports in its OSGi metadata are not exported by
    maven-resolver-impl.
    
    Simply exporting internal packages fixes that and, although it is
    discouraged to use internal/impl packages, gives consumers that can
    accept no API-compatibility guarantees the ability to access these
    packages.
    Adding the directive 'x-internal' is a convention that, at least when
    using Eclipse PDE, shows a corresponding warning at call-sides.
    
    Fixes https://issues.apache.org/jira/browse/MRESOLVER-572
    iils-hwellmann authored and gnodet committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5b8f47a View commit details
    Browse the repository at this point in the history
  2. [MRESOLVER-571] Import o.e.aether packages with the exact same version

    The documentation states that only maven-resolver artifacts of the exact
    same version should be used together.
    
    With this change all org.eclipse.aether* packages are now imported with
    a strict version range of
    'org.eclipse.aether*;version="[@Version,@Version]"'
    
    Fixes https://issues.apache.org/jira/browse/MRESOLVER-571
    iils-hwellmann authored and gnodet committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f14ed82 View commit details
    Browse the repository at this point in the history
  3. [MRESOLVER-575] Bump org.redisson:redisson to 3.32.0

    Bumps [org.redisson:redisson](https://github.com/redisson/redisson) to 3.32.0.
    - [Release notes](https://github.com/redisson/redisson/releases)
    - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
    - [Commits](redisson/redisson@redisson-parent-3.29.0...redisson-3.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.redisson:redisson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-575
    cstamas committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6288780 View commit details
    Browse the repository at this point in the history
  4. [MRESOLVER-574] Use standard cookie spec (#523)

    As default one is not standard (w00t?)
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-574
    cstamas authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ca35d0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99ddef8 View commit details
    Browse the repository at this point in the history
  6. [MRESOLVER-577] Update to Maven 3.9.8

    Maven used by supplier and demos.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-577
    cstamas committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c7639bc View commit details
    Browse the repository at this point in the history
  7. [1.9.x] Tame bnd plugin warnings (#524)

    To keep things simple, we config the plugin in
    one place, but in some modules this config emits
    warnings. This change just makes it go away.
    
    No other source or any alike change, no issue either.
    cstamas authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6655160 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    f3adea9 View commit details
    Browse the repository at this point in the history
Loading