Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Maven 3.9.0 #2084

Closed
wants to merge 3 commits into from
Closed

Investigate Maven 3.9.0 #2084

wants to merge 3 commits into from

Commits on Feb 6, 2023

  1. Bump maven-version from 3.8.7 to 3.9.0

    Bumps `maven-version` from 3.8.7 to 3.9.0.
    
    Updates `maven-plugin-api` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-core` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-artifact` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-compat` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-model` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-settings` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-model-builder` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `apache-maven` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    Updates `maven-embedder` from 3.8.7 to 3.9.0
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.8.7...maven-3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-compat
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-model
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-settings
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-model-builder
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:apache-maven:bin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven:maven-embedder
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f403a43 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Remove non null annotations

    laeubi committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    20b2846 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Add workaround for polyglot issue

    Currently polyglot do not work with maven 3.9 because it extends an
    internal component ... this extends the polyglot component to enbedd
    updated metadata in tycho itself.
    
    See:
    - takari/polyglot-maven#256
    laeubi committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2323359 View commit details
    Browse the repository at this point in the history