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

Resolve target platform variables during p2 assembly (#3040) #3042

Closed

Commits on Jun 23, 2023

  1. Prepare for 4.x release

    Christoph Läubrich committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d08e3a5 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE_NOTES.md

    add maven 3.9 info
    phermsdorf authored and laeubi committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2b875dd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Bump maven-resolver-util from 1.9.12 to 1.9.13

    Bumps [maven-resolver-util](https://github.com/apache/maven-resolver) from 1.9.12 to 1.9.13.
    - [Release notes](https://github.com/apache/maven-resolver/releases)
    - [Commits](apache/maven-resolver@maven-resolver-1.9.12...maven-resolver-1.9.13)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.resolver:maven-resolver-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    3569ad7 View commit details
    Browse the repository at this point in the history
  2. Add support for p2.inf in eclipse-repository packaging

    (cherry picked from commit 1e22e5b)
    laeubi committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    a4a3eb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Bump maven-version from 3.9.2 to 3.9.3

    Bumps `maven-version` from 3.9.2 to 3.9.3.
    
    Updates `maven-plugin-api` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-core` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-artifact` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-compat` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-model` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-settings` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-model-builder` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `apache-maven` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    Updates `maven-embedder` from 3.9.2 to 3.9.3
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.2...maven-3.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-compat
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-model
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-settings
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-model-builder
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:apache-maven:bin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-embedder
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6828bb1 View commit details
    Browse the repository at this point in the history
  2. Issue eclipse-tycho#2589 Strip asterisk (*) characters from URIs

    This character is illegal in Windows file paths.
    
    (cherry picked from commit dbb779b)
    gab1one authored and laeubi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ba7b1a9 View commit details
    Browse the repository at this point in the history
  3. Use maven-plugin-report-plugin for sitedocs

    (cherry picked from commit f0bbdfe)
    laeubi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    530b623 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Let the MavenAuthenticator caches be static to share state

    (cherry picked from commit 010eeff)
    laeubi committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bfec3de View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Prepare 4.0.0 Release

    laeubi committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    cd88ba9 View commit details
    Browse the repository at this point in the history
  2. Prepare for next version

    laeubi committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    70d8fd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    8408d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a082e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Move showDiffDetails property to ComparisonData

    This simplifies testing of comparators with different values of this
    property.
    
    (cherry picked from commit 5b5d2b1)
    HannesWell authored and laeubi committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    88b4506 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump unirest-java from 3.14.4 to 3.14.5

    Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.14.4 to 3.14.5.
    - [Release notes](https://github.com/Kong/unirest-java/releases)
    - [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
    - [Commits](Kong/unirest-java@v3.14.4...v3.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: com.konghq:unirest-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ac674b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Make comparison of newlines in text files more precise

    Don't ignore all kind of newlines when comparing text-files, only treat
    exactly matching \n and \r\n as equals.
    
    (cherry picked from commit 199647e)
    HannesWell authored and laeubi committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    6bdbca4 View commit details
    Browse the repository at this point in the history
  2. Print the name and version of used ECJ compiler

    (cherry picked from commit 094e0fb)
    laeubi committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    abe4f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Bump depends-maven-plugin from 1.4.0 to 1.5.0

    Bumps depends-maven-plugin from 1.4.0 to 1.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.servicemix.tooling:depends-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    968e68b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Improve PluginConfigurationHelper by using a dedicated object

    (cherry picked from commit 18c9743)
    laeubi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2246958 View commit details
    Browse the repository at this point in the history
  2. Add support for a local packed osgi-repository

    (cherry picked from commit 25e7426)
    laeubi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    82242a1 View commit details
    Browse the repository at this point in the history
  3. The hamcrest artifact from maven is not a bundle, use servicemix instead

    (cherry picked from commit 8036c74)
    laeubi committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ff39c6e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Add assertions and explicit configuration to junit test

    Currently the tests in the build are not executed for the junit
    container, the testproject is only compiled because an execution is
    missing.
    
    This adds the missing execution and an assertion that ensures the tests
    are run.
    
    (cherry picked from commit d3aeec7)
    laeubi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    14139cc View commit details
    Browse the repository at this point in the history
  2. Use the MavenBundleResolver to resolve JUnit Bundles from TargetPlatfrom

    (cherry picked from commit 7ddb1b4)
    laeubi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a78ec1f View commit details
    Browse the repository at this point in the history
  3. Fix resolving of project if target do not contains JUnit

    Currently Tycho fails when the JUnit-Container is used but no JUnit is
    in the target platform. Actually the JUnit Container itself implies
    already some set of "target content" that should be supplied by Tycho.
    
    (cherry picked from commit 1532e01)
    laeubi committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c1d3e2a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Make the repository format pluggable

    Currently there needs to be a mojo for each format where the basics are
    quite common and just the serialization is special so it seems quite
    useful to reuse the basics.
    
    (cherry picked from commit 374e2b2)
    laeubi committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    486f6cf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 28, 2023

  1. Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14

    Bumps [org.apache.maven.resolver:maven-resolver-util](https://github.com/apache/maven-resolver) from 1.9.13 to 1.9.14.
    - [Release notes](https://github.com/apache/maven-resolver/releases)
    - [Commits](apache/maven-resolver@maven-resolver-1.9.13...maven-resolver-1.9.14)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.resolver:maven-resolver-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7a6e72b View commit details
    Browse the repository at this point in the history
  2. Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0

    Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.3...r5.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    28e50ee View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Create a commit hash for local builds as well (eclipse-tycho#2673) (e…

    …clipse-tycho#2674)
    
    (cherry picked from commit fbbc756)
    
    Co-authored-by: Christoph Läubrich <[email protected]>
    github-actions[bot] and laeubi authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0745514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c81917 View commit details
    Browse the repository at this point in the history
  3. SharedHttpCacheStorage doesn't resolve redirect correctly if the uri …

    …that is given isn't normalized eclipse-tycho#2666 (eclipse-tycho#2675)
    
    make sure that the incoming uri param is normalized when used further
    up. This way it is not an extra redirect (so there are 2 redirects to
    the final source)
    
    (cherry picked from commit f426ca2)
    
    Co-authored-by: Johan Compagner <[email protected]>
    github-actions[bot] and jcompagner authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    46512b7 View commit details
    Browse the repository at this point in the history
  4. Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0

    Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.7.1 to 4.8.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - [Commits](codehaus-plexus/plexus-archiver@plexus-archiver-4.7.1...plexus-archiver-4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    9395656 View commit details
    Browse the repository at this point in the history
  5. Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0

    Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0adc55e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e0f9db View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Prepare for new release

    laeubi committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    26e5540 View commit details
    Browse the repository at this point in the history
  2. Prepare for next version

    laeubi committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    05d74bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52af49d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add dummy parameter to prevent warnings with jgit as timestamp provider

    Maven 3.9 complains of "missing" parameters even if we need them for the
    jgit provider.
    
    This adds two dummy parameters so maven is happy again.
    
    Fix eclipse-tycho#2080
    
    (cherry picked from commit 0ffb59a)
    laeubi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    85a36a9 View commit details
    Browse the repository at this point in the history
  2. Fix NPE occurring when module is there but has no wiring

    (cherry picked from commit f5e90d1)
    laeubi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    84c6cb1 View commit details
    Browse the repository at this point in the history
  3. [backport] Support repository references

    Currently Tycho ignores repository references when resolving IU
    locations and P2 repositories.
    
    This now adds support for referenced repositories so Tycho can resolve
    from there as well.
    laeubi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    22b713c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Add integration test

    tivervac authored and laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0d47daf View commit details
    Browse the repository at this point in the history
  2. Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/Br…

    …okenP2DataTest.java
    
    Co-authored-by: Christoph Läubrich <[email protected]>
    tivervac and laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    81222ea View commit details
    Browse the repository at this point in the history
  3. Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0

    Bumps [org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
    - [Commits](mojohaus/buildnumber-maven-plugin@3.1.0...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:buildnumber-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    81a3a1b View commit details
    Browse the repository at this point in the history
  4. Try to handle GOAWAY with a retry of the GET call falling back to Http/1

    Currently some servers seem overloaded or unhappy with some requests
    when using Http/2, this adds a fallback to Http/1 if we detect GOAWAY
    and retry the request.
    laeubi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f4833a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add workaround for multiple calls of repo mojo using wrong URL

    BND currently cache file resources but not using the URL (see
    bndtools/bnd#5740) as the cache key, because
    of that it happens that if a mojo is called multiple times with the same
    underlying file that a wrong URL is used.
    
    This replaces the convenient call with an equivalent one that uses no
    cache instead.
    
    (cherry picked from commit 53d46f1)
    laeubi committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    bce43d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15

    Bumps [org.apache.maven.resolver:maven-resolver-util](https://github.com/apache/maven-resolver) from 1.9.14 to 1.9.15.
    - [Release notes](https://github.com/apache/maven-resolver/releases)
    - [Commits](apache/maven-resolver@maven-resolver-1.9.14...maven-resolver-1.9.15)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.resolver:maven-resolver-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b33ce3d View commit details
    Browse the repository at this point in the history
  2. Bump maven-version from 3.9.3 to 3.9.4

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

Commits on Aug 16, 2023

  1. Support changing of version in pde.bnd files

    Currently the set-version mojo does not support updating the pde.bnd
    file, this now adds support for updating pde.bnd files in similar
    fashion like MANIFEST.MF
    
    Fix eclipse-tycho#2706
    
    (cherry picked from commit 2fcedec)
    laeubi committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3c1e2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Make sure the last modified timestamp is set correctly

    Linux stores modification time with nano-seconds precision, but we
    currently set the timestamp of the cached file only in milliseconds.
    This can lead to the situation that the source is considered a few
    nanoseconds older than the cache file and therefore the cache is
    regenerated every time.
    
    (cherry picked from commit 57f0ce6)
    laeubi committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    cdd16b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update versions for release

    laeubi committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d124588 View commit details
    Browse the repository at this point in the history
  2. Prepare for next release

    laeubi committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    775f836 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Bump org.mockito:mockito-core from 5.4.0 to 5.5.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.5.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.4.0...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7bf879a View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1

    Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.0 to 3.6.1.
    - [Release notes](https://github.com/apache/maven-archiver/releases)
    - [Commits](apache/maven-archiver@maven-archiver-3.6.0...maven-archiver-3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-archiver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    05bc76a View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0

    Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.3.0...enforcer-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6809979 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a9f01d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Consider Source-Unit version when adding sources to a P2-repo

    And add a test case to verify the behavior is correct.
    
    (cherry picked from commit 5e26e16)
    HannesWell committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b0696bb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. FileTargetDefinitionContent: Improve exception message

    Improve exception message when BundlesAction.createBundleArtifactKey(...) fails with the below stack trace, to at least know which .jar file couldn't be read.
    
    [ERROR] Could not resolve content of rcp.target
    [ERROR] org.eclipse.core.runtime.AssertionFailedException: null argument:
    [ERROR] 	at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:88)
    [ERROR] 	at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:76)
    [ERROR] 	at org.eclipse.equinox.internal.p2.metadata.ArtifactKey.<init>(ArtifactKey.java:79)
    [ERROR] 	at org.eclipse.equinox.p2.publisher.eclipse.BundlesAction.createBundleArtifactKey(BundlesAction.java:134)
    [ERROR] 	at org.eclipse.tycho.p2.resolver.FileTargetDefinitionContent.readBundles(FileTargetDefinitionContent.java:167)
    [ERROR] 	at org.eclipse.tycho.p2.resolver.FileTargetDefinitionContent.preload(FileTargetDefinitionContent.java:89)
    [ERROR] 	at org.eclipse.tycho.p2.resolver.FileTargetDefinitionContent.query(FileTargetDefinitionContent.java:73)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContentWithExceptions(TargetDefinitionResolver.java:170)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:110)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.resolveFromArguments(TargetDefinitionResolverService.java:86)
    [ERROR] 	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetDefinitionResolverService.getTargetDefinitionContent(TargetDefinitionResolverService.java:59)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.resolveTargetDefinitions(TargetPlatformFactoryImpl.java:209)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:161)
    [ERROR] 	at org.eclipse.tycho.p2.target.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:134)
    [ERROR] 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveMetadata(P2ResolverImpl.java:174)
    [ERROR] 	at org.eclipse.tycho.extras.tpvalidator.TPValidationMojo.validateTarget(TPValidationMojo.java:223)
    [ERROR] 	at org.eclipse.tycho.extras.tpvalidator.TPValidationMojo.execute(TPValidationMojo.java:152)
    [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
    
    (cherry picked from commit af2b6be)
    cedric780 authored and laeubi committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6f54aca View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9

    Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9.
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    597768b View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.jgit:org.eclipse.jgit

    Bumps org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jgit:org.eclipse.jgit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9a9852e View commit details
    Browse the repository at this point in the history
  3. Add an option to filter repo-references before being added to a p2-repo

    Add a new parameter named 'repositoryReferenceFilter' to the
    AssembleRepositoryMojo to better control the automatic addition of
    repository references with matching locations.
    This can be used with ANT-style or Java RegEx patterns as follows:
    
    <repositoryReferenceFilter>
    	<exclude>
    		<location>https://foo.bar.org/hidden/**</location>
    		<location>https://foo.bar.org/secret/**</location>
    	</exclude>
    	<include>%regex[http(s)?:\/\/foo\.bar\.org\/.*]</include>
    </repositoryReferenceFilter>
    
    The is especially convenient in combination with the automatic addition
    of IU Target-Repository or POM-Repository references, if some but not
    all repos should be added.
    HannesWell committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a586e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Bump io.takari.polyglot:polyglot-common from 0.4.10 to 0.4.11

    Bumps [io.takari.polyglot:polyglot-common](https://github.com/takari/polyglot-maven) from 0.4.10 to 0.4.11.
    - [Release notes](https://github.com/takari/polyglot-maven/releases)
    - [Changelog](https://github.com/takari/polyglot-maven/blob/master/CHANGELOG.md)
    - [Commits](takari/polyglot-maven@polyglot-0.4.10...polyglot-0.4.11)
    
    ---
    updated-dependencies:
    - dependency-name: io.takari.polyglot:polyglot-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    434371c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Bump org.eclipse.jgit:org.eclipse.jgit

    Bumps org.eclipse.jgit:org.eclipse.jgit from 6.6.1.202309021850-r to 6.7.0.202309050840-r.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jgit:org.eclipse.jgit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8647efa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1

    Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.4.0...enforcer-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a17f94b View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0

    Bumps org.apache.commons:commons-compress from 1.23.0 to 1.24.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b4de96a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Bump org.eclipse.platform:org.eclipse.osgi from 3.18.400 to 3.18.500

    Bumps [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.18.400 to 3.18.500.
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    47edc22 View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.jdt:ecj from 3.34.0 to 3.35.0

    Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.34.0 to 3.35.0.
    - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jdt:ecj
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9057d8c View commit details
    Browse the repository at this point in the history
  3. Bump org.eclipse.platform:org.eclipse.jface from 3.30.0 to 3.31.0

    Bumps [org.eclipse.platform:org.eclipse.jface](https://github.com/eclipse-platform/eclipse.platform.ui) from 3.30.0 to 3.31.0.
    - [Commits](https://github.com/eclipse-platform/eclipse.platform.ui/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.jface
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    67f21d6 View commit details
    Browse the repository at this point in the history
  4. Bump org.eclipse.platform:org.eclipse.equinox.app

    Bumps [org.eclipse.platform:org.eclipse.equinox.app](https://github.com/eclipse-equinox/equinox) from 1.6.200 to 1.6.300.
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.app
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e15f256 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Bump org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor](https://github.com/eclipse-equinox/p2) from 1.3.0 to 1.3.200.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0c20dd9 View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives](https://github.com/eclipse-equinox/p2) from 1.5.0 to 1.5.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a272a3c View commit details
    Browse the repository at this point in the history
  3. Bump org.eclipse.platform:org.eclipse.e4.ui.workbench3

    Bumps [org.eclipse.platform:org.eclipse.e4.ui.workbench3](https://github.com/eclipse-platform/eclipse.platform.ui) from 0.17.0 to 0.17.100.
    - [Commits](https://github.com/eclipse-platform/eclipse.platform.ui/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.e4.ui.workbench3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    68d8182 View commit details
    Browse the repository at this point in the history
  4. Bump org.eclipse.platform:org.eclipse.equinox.preferences

    Bumps [org.eclipse.platform:org.eclipse.equinox.preferences](https://github.com/eclipse-equinox/equinox) from 3.10.200 to 3.10.300.
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.preferences
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c48ba44 View commit details
    Browse the repository at this point in the history
  5. Bump org.eclipse.platform:org.eclipse.equinox.p2.director.app

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.director.app](https://github.com/eclipse-equinox/p2) from 1.3.0 to 1.3.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.director.app
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7b95af7 View commit details
    Browse the repository at this point in the history
  6. Bump org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector](https://github.com/eclipse-equinox/p2) from 1.3.0 to 1.3.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1f68bcd View commit details
    Browse the repository at this point in the history
  7. Bump org.eclipse.platform:org.eclipse.equinox.p2.updatesite

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.updatesite](https://github.com/eclipse-equinox/p2) from 1.3.0 to 1.3.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.updatesite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5e642ee View commit details
    Browse the repository at this point in the history
  8. Bump org.eclipse.platform:org.eclipse.equinox.frameworkadmin

    Bumps [org.eclipse.platform:org.eclipse.equinox.frameworkadmin](https://github.com/eclipse-equinox/p2) from 2.2.100 to 2.2.200.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.frameworkadmin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0752ae8 View commit details
    Browse the repository at this point in the history
  9. Bump org.eclipse.platform:org.eclipse.equinox.p2.repository

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.repository](https://github.com/eclipse-equinox/p2) from 2.7.0 to 2.7.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.repository
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f75924e View commit details
    Browse the repository at this point in the history
  10. Bump org.eclipse.platform:org.eclipse.equinox.p2.engine

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.engine](https://github.com/eclipse-equinox/p2) from 2.8.0 to 2.8.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    da8bdf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Bump org.eclipse.platform:org.eclipse.equinox.p2.metadata

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.metadata](https://github.com/eclipse-equinox/p2) from 2.7.0 to 2.7.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.metadata
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7448963 View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.platform:org.eclipse.equinox.p2.director

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.director](https://github.com/eclipse-equinox/p2) from 2.6.0 to 2.6.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.director
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2ce5133 View commit details
    Browse the repository at this point in the history
  3. Bump org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox

    Bumps [org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox](https://github.com/eclipse-equinox/p2) from 1.2.300 to 1.2.400.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1195f84 View commit details
    Browse the repository at this point in the history
  4. Bump org.eclipse.platform:org.eclipse.equinox.p2.repository.tools

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.repository.tools](https://github.com/eclipse-equinox/p2) from 2.4.0 to 2.4.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    87e1b12 View commit details
    Browse the repository at this point in the history
  5. Bump org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.mani…

    …pulator
    
    Bumps [org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator](https://github.com/eclipse-equinox/p2) from 2.2.100 to 2.2.200.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c89a752 View commit details
    Browse the repository at this point in the history
  6. Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.34.0 to 3.35.0

    Bumps [org.eclipse.jdt:org.eclipse.jdt.core](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.34.0 to 3.35.0.
    - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jdt:org.eclipse.jdt.core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    4056b82 View commit details
    Browse the repository at this point in the history
  7. Bump org.eclipse.platform:org.eclipse.core.runtime from 3.27.0 to 3.29.0

    Bumps [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform) from 3.27.0 to 3.29.0.
    - [Commits](https://github.com/eclipse-platform/eclipse.platform/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.core.runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    347b913 View commit details
    Browse the repository at this point in the history
  8. Bump org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository](https://github.com/eclipse-equinox/p2) from 1.5.0 to 1.5.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5cb93a7 View commit details
    Browse the repository at this point in the history
  9. Bump org.eclipse.platform:org.eclipse.equinox.p2.publisher

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.publisher](https://github.com/eclipse-equinox/p2) from 1.8.0 to 1.8.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.publisher
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9b3ee8d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Bump org.eclipse.platform:org.eclipse.equinox.p2.core

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.core](https://github.com/eclipse-equinox/p2) from 2.9.200 to 2.10.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b2f8f06 View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository](https://github.com/eclipse-equinox/p2) from 1.5.0 to 1.5.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0756daf View commit details
    Browse the repository at this point in the history
  3. Bump org.eclipse.pde:org.eclipse.pde.core from 3.17.0 to 3.17.100

    Bumps [org.eclipse.pde:org.eclipse.pde.core](https://github.com/eclipse-pde/eclipse.pde) from 3.17.0 to 3.17.100.
    - [Commits](https://github.com/eclipse-pde/eclipse.pde/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.pde:org.eclipse.pde.core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    aeff5a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Bump org.eclipse.platform:org.eclipse.equinox.simpleconfigurator

    Bumps [org.eclipse.platform:org.eclipse.equinox.simpleconfigurator](https://github.com/eclipse-equinox/p2) from 1.4.200 to 1.4.300.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    87813b8 View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.platform:org.eclipse.ui.workbench

    Bumps [org.eclipse.platform:org.eclipse.ui.workbench](https://github.com/eclipse-platform/eclipse.platform.ui) from 3.129.0 to 3.130.0.
    - [Commits](https://github.com/eclipse-platform/eclipse.platform.ui/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.ui.workbench
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6f0f050 View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    871f4af View commit details
    Browse the repository at this point in the history
  4. Bump org.eclipse.platform:org.eclipse.help.base from 4.4.0 to 4.4.100

    Bumps [org.eclipse.platform:org.eclipse.help.base](https://github.com/eclipse-platform/eclipse.platform.ua) from 4.4.0 to 4.4.100.
    - [Commits](https://github.com/eclipse-platform/eclipse.platform.ua/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.help.base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4083378 View commit details
    Browse the repository at this point in the history
  5. Bump org.eclipse.pde:org.eclipse.pde.api.tools from 1.3.0 to 1.3.100

    Bumps [org.eclipse.pde:org.eclipse.pde.api.tools](https://github.com/eclipse-pde/eclipse.pde) from 1.3.0 to 1.3.100.
    - [Commits](https://github.com/eclipse-pde/eclipse.pde/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.pde:org.eclipse.pde.api.tools
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e39a1cb View commit details
    Browse the repository at this point in the history
  6. Bump org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse](https://github.com/eclipse-equinox/p2) from 2.4.0 to 2.4.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fb063be View commit details
    Browse the repository at this point in the history
  7. Bump org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse

    Bumps [org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse](https://github.com/eclipse-equinox/p2) from 1.5.0 to 1.5.100.
    - [Commits](https://github.com/eclipse-equinox/p2/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    98375ee View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Bump org.eclipse.platform:org.eclipse.equinox.common

    Bumps [org.eclipse.platform:org.eclipse.equinox.common](https://github.com/eclipse-equinox/equinox) from 3.18.0 to 3.18.100.
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.equinox.common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cb3d34f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Fix DependencyComputer missing bundles when they have different versions

    Currently the DependencyComputer sorts only by bundle name (even though
    the comment for the code mentions the version as well) this can lead to
    the situation that if a bundle requires the same bundle in different
    versions (e.g. because it has actually different package names like
    javax -> jakarta) it only gets one of both on the classpath even though
    the P2 input suggests both.
    
    This simply enhances the used key in the mak with the version as already
    suggested by the java comment.
    
    (cherry picked from commit 1500f0c)
    laeubi committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2980870 View commit details
    Browse the repository at this point in the history
  2. Add support for new repository target location type

    Fix eclipse-tycho#2838
    
    (cherry picked from commit 8d00335)
    laeubi committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7b33142 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    db0b80b View commit details
    Browse the repository at this point in the history
  2. Simplify logic of AssembleRepositoryMojo.repositoryReferenceFilter

    Instead of providing inclusion and exclusion patterns, just provide
    exclusions, but add a simple way to negate a pattern.
    HannesWell committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    0705ce4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16

    Bumps [org.apache.maven.resolver:maven-resolver-util](https://github.com/apache/maven-resolver) from 1.9.15 to 1.9.16.
    - [Release notes](https://github.com/apache/maven-resolver/releases)
    - [Commits](apache/maven-resolver@maven-resolver-1.9.15...maven-resolver-1.9.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.resolver:maven-resolver-util
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b3f0eec View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Assemble repository for all environments in one pass

    (cherry picked from commit fe7266b)
    HannesWell committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2ee751b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fix creation of output directory in packaging mojo

    (cherry picked from commit 5118b99)
    jstroleny authored and laeubi committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    242a2a8 View commit details
    Browse the repository at this point in the history
  2. Introduce a public static constant for the current eclipse release

    (cherry picked from commit 03e790c)
    laeubi authored and akurtakov committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0c5e59f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Return the maven location for missing junit bundles

    Currently we only publish the meta-data, what works for most of the time
    if a junit bundle is missing, but for the case where the bundle name
    does not match the artifact key (e.g. junit4/hamcrest) this leads to
    Tycho not find the file and injecting a dummy file that can confuse
    maven-surefire-plugin.
    
    This now adds a new IRawArtifactFileProvider provider for such missing
    bundles that is asked as last resort if no other part of the system can
    answer for a file.
    
    (cherry picked from commit fb32453)
    laeubi committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ccd3e2a View commit details
    Browse the repository at this point in the history
  2. Remove unused MavenBundlesArtifactRepository

    (cherry picked from commit 57a6a43)
    laeubi committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0c3be9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    729c80f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aedcd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Bump commons-io:commons-io from 2.13.0 to 2.14.0

    Bumps commons-io:commons-io from 2.13.0 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    ca77cc2 View commit details
    Browse the repository at this point in the history
  2. Prepare release

    laeubi committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    88e4728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    043c73b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Enable content encoding

    Actually one would expect that p2 site content is always compressed
    already (e.g. jar or xz) but there are some known cases where this is
    not the case and plain xml is used.
    
    To account for this cases we enable transport compression in such a case
    
    (cherry picked from commit 847951a)
    laeubi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    554ce24 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump asm-version from 9.5 to 9.6

    Bumps `asm-version` from 9.5 to 9.6.
    
    Updates `org.ow2.asm:asm-tree` from 9.5 to 9.6
    
    Updates `org.ow2.asm:asm-util` from 9.5 to 9.6
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm-tree
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-util
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4cbe90c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Bump maven-version from 3.9.4 to 3.9.5

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

Commits on Oct 6, 2023

  1. Bump commons-net:commons-net from 3.9.0 to 3.10.0

    Bumps commons-net:commons-net from 3.9.0 to 3.10.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-net:commons-net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4547d49 View commit details
    Browse the repository at this point in the history
  2. Bump asm-version from 9.5 to 9.6

    Bumps `asm-version` from 9.5 to 9.6.
    
    Updates `org.ow2.asm:asm-tree` from 9.5 to 9.6
    
    Updates `org.ow2.asm:asm-util` from 9.5 to 9.6
    
    Updates `org.ow2.asm:asm` from 9.5 to 9.6
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm-tree
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm-util
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.ow2.asm:asm
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f9357e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump org.mockito:mockito-core from 5.5.0 to 5.6.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.5.0...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fda3c3d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Call the API tools directly without using ApiAnalysisApplication

    This replaces ApiAnalysisApplication usage by a more direct approach
    that do not require us to pass file lists around and directly class the
    ApiTools. This is also much more flexible in regard to debugging and
    additional printouts but still retains that we can consume dynamic
    implementation from P2 repositories.
    
    Beside that we can now give much better failure report to the user.
    
    (cherry picked from commit 8526ce0)
    laeubi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9530037 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Workaround for eclipse-pde/eclipse.pde#789

    and eclipse-pde/eclipse.pde#791
    
    (cherry picked from commit 5805114)
    laeubi committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fa3d024 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump jetty.version from 11.0.15 to 11.0.17

    Bumps `jetty.version` from 11.0.15 to 11.0.17.
    
    Updates `org.eclipse.jetty:jetty-http` from 11.0.15 to 11.0.17
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.15...jetty-11.0.17)
    
    Updates `org.eclipse.jetty:jetty-server` from 11.0.15 to 11.0.17
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.15...jetty-11.0.17)
    
    Updates `org.eclipse.jetty:jetty-servlet` from 11.0.15 to 11.0.17
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.15...jetty-11.0.17)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-http
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a3a238a View commit details
    Browse the repository at this point in the history
  2. Adding the repository creation to target platform with feature its

    example
    
    Demonstrates that an Eclipse feature and its dependencies from the
    target platform can also be used to create the content of an update
    site.
    
    (cherry picked from commit e154832)
    vogella authored and laeubi committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5d74dde View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Fix syntax error in RELEASE_NOTES.md

    Signed-off-by: Pierre-Charles David <[email protected]>
    pcdavid authored and laeubi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    59abc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. disable vm install job in jdt

    (cherry picked from commit 6cec40c)
    laeubi committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    53c6db8 View commit details
    Browse the repository at this point in the history
  2. Only set download/install-size attributes in features if they exist

    This allows the first step of the degradation of the unused feature
    attributes 'install/download-size', 'unpack' and 'fragment'.
    
    In the context of eclipse-pde/eclipse.pde#730
    HannesWell authored and laeubi committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6081458 View commit details
    Browse the repository at this point in the history
  3. Set the output folder of the imported project to the maven location

    Currently there could be a mismatch between what eclipse assumes as
    outputfolder where the class files are located and maven.
    
    This ensures that the project info is always updated with the correct
    location and parts of the code operating on the output location do find
    the classes (or folders).
    
    (cherry picked from commit f0b800c)
    laeubi committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8a70b3c View commit details
    Browse the repository at this point in the history
  4. Add XMLTool testing-util for XML-doc parsing and XPath evaluation

    (cherry picked from commit 157c7a2)
    HannesWell committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    59468ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Fix addition of unnecessary attributes in source-features and add Tests

    Add tests for reduced feature attribute inference.
    HannesWell committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    becce46 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated ProductFile2

    (cherry picked from commit 1a82572)
    HannesWell committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e15be68 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update TestingBundles.md - fix typos

    Thi commit fixes the bnd goal name and few smaller language improvements.
    
    (cherry picked from commit 3c8a8cc)
    iachelini authored and laeubi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    88c2d21 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

    Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.10 to 0.8.11.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](jacoco/jacoco@v0.8.10...v0.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1273870 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Bump io.takari.maven:takari-smart-builder from 0.6.3 to 0.6.4

    Bumps io.takari.maven:takari-smart-builder from 0.6.3 to 0.6.4.
    
    ---
    updated-dependencies:
    - dependency-name: io.takari.maven:takari-smart-builder
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a9b7b40 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Add support for Product Update-site names and a test-case for that

    This a work-around to have
    eclipse-equinox/p2#353 available now and can be
    reverted once the mentioned change in P2 is available in Tycho.
    HannesWell authored and laeubi committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    486e6e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Bump pluginToolsVersion from 3.9.0 to 3.10.1

    Bumps `pluginToolsVersion` from 3.9.0 to 3.10.1.
    
    Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.9.0 to 3.10.1
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1)
    
    Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.9.0 to 3.10.1
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1)
    
    Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.9.0 to 3.10.1
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3e05e6e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Bump org.apache.maven.plugins:maven-dependency-plugin

    Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.0 to 3.6.1.
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    cf9a299 View commit details
    Browse the repository at this point in the history
  2. Bump org.codehaus.plexus:plexus-cipher from 2.0 to 2.1.0

    Bumps [org.codehaus.plexus:plexus-cipher](https://github.com/codehaus-plexus/plexus-cipher) from 2.0 to 2.1.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-cipher/releases)
    - [Commits](codehaus-plexus/plexus-cipher@plexus-cipher-2.0...plexus-cipher-2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-cipher
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    57055f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Bump surefire-version from 3.1.2 to 3.2.1

    Bumps `surefire-version` from 3.1.2 to 3.2.1.
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.1
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.1)
    
    Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.1.2 to 3.2.1
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.1)
    
    Updates `org.apache.maven.surefire:surefire-api` from 3.1.2 to 3.2.1
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.1)
    
    Updates `org.apache.maven.surefire:maven-surefire-common` from 3.1.2 to 3.2.1
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.surefire:surefire-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.surefire:maven-surefire-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    48f6b72 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2

    Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-clean-plugin/releases)
    - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-clean-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    71c8bb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Add workaround for possible ApiTools leak

    Currently PDEState.querySystemPackages leads to multiple
    JRTUtil.getJrtSystem calls that get cached forever.
    
    This adds the following workaround:
    1) make sure only one analysis run in parallel
    2) clear the cache after the analysis runs
    
    (cherry picked from commit 616d8d0)
    laeubi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    905fce9 View commit details
    Browse the repository at this point in the history
  2. Add nullcheck to TychoMirrorApplication

    it seems in some error conditions it is possible that a null is
    returned.
    
    (cherry picked from commit 9fbe413)
    laeubi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6d7f0a4 View commit details
    Browse the repository at this point in the history
  3. Bump commons-io:commons-io from 2.14.0 to 2.15.0

    Bumps commons-io:commons-io from 2.14.0 to 2.15.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    9dd530d View commit details
    Browse the repository at this point in the history
  4. fix eclipse-tycho#2877 (eclipse-tycho#2878)

    Retain .qualifier/-SNAPSHOT on version bump
    
    fix eclipse-tycho#2877
    
    (cherry picked from commit 3b42036)
    mlehmannm authored and laeubi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f667fd4 View commit details
    Browse the repository at this point in the history
  5. Follow P2 contract of cached file's extension (eclipse-tycho#2938)

    This is a backport from 5.0.0
    
    P2 relies on correct file extensions to parse cached files.
    This change prevents cached file name from changing over HTTP redirect.
    
    See
    eclipse-equinox/p2#355
    
    Fix HttpServer concurrency bug.
    URLs returned from HttpServer.getAccessedUrls() are now stripped of
    context prefix. No callers have used these values until now.
    Fix concurrency bug in test utility class HttpServer request logging.
    Add verification of request logs to ensure that metadata repository does
    indeed unjars fresh, non-cached artifact. Ensure that cached XML file
    does not produce false negative in tests.
    Refactor tests.
    basilevs authored and laeubi committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8dc3455 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Bump bnd.version from 6.4.0 to 7.0.0

    Bumps `bnd.version` from 6.4.0 to 7.0.0.
    
    Updates `biz.aQute.bnd:biz.aQute.bndlib` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](bndtools/bnd@6.4.0...7.0.0)
    
    Updates `biz.aQute.bnd:bnd-maven-plugin` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](bndtools/bnd@6.4.0...7.0.0)
    
    Updates `biz.aQute.bnd:biz.aQute.repository` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](bndtools/bnd@6.4.0...7.0.0)
    
    Updates `biz.aQute.bnd:biz.aQute.bnd.maven` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](bndtools/bnd@6.4.0...7.0.0)
    
    Updates `biz.aQute.bnd:biz.aQute.bnd.embedded-repo` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/bndtools/bnd/releases)
    - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md)
    - [Commits](bndtools/bnd@6.4.0...7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: biz.aQute.bnd:biz.aQute.bndlib
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: biz.aQute.bnd:bnd-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: biz.aQute.bnd:biz.aQute.repository
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: biz.aQute.bnd:biz.aQute.bnd.maven
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: biz.aQute.bnd:biz.aQute.bnd.embedded-repo
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    cbc800d View commit details
    Browse the repository at this point in the history
  2. Adjust to BNDlib7 changes

    laeubi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6d23a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af71c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d13120f View commit details
    Browse the repository at this point in the history
  5. Simplify JUnit5Test and make it always use ECLIPSE_LATEST p2 repo

    Changed the target-platform parameters to be the standard one so these
    settings could happen automatically.
    akurtakov authored and laeubi committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e9fc35b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML

    Currently platform build contains ant targets to run ConvertSchemaToHTML
    for documentation purpose.
    
    This adds as a first step a new mojo
    tycho-document-bundle-plugin:schema-to-html that offers the same
    functionality and should act as a base to further improve the brittle
    manually maintained references the current process requires and already
    allows to move things from the ant build to the maven build files.
    
    (cherry picked from commit 4c276d9)
    laeubi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    73be77d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Bump jetty.version from 11.0.17 to 11.0.18

    Bumps `jetty.version` from 11.0.17 to 11.0.18.
    
    Updates `org.eclipse.jetty:jetty-http` from 11.0.17 to 11.0.18
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.17...jetty-11.0.18)
    
    Updates `org.eclipse.jetty:jetty-server` from 11.0.17 to 11.0.18
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.17...jetty-11.0.18)
    
    Updates `org.eclipse.jetty:jetty-servlet` from 11.0.17 to 11.0.18
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-11.0.17...jetty-11.0.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-http
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    01a2ccf View commit details
    Browse the repository at this point in the history
  2. Automatically use all reactor projects for the searchpath

    Currently a user has to specify search pathes manually but one obvious
    choice are other reactor projects.
    
    This will add any eclipse-plugin to the search path to make this process
    much more convenient.
    
    (cherry picked from commit 81c1149)
    laeubi committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0fcda8c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Support supply a complete folder instead of a singular project file

    Currently ConvertSchemaToHtmlMojo requires to list each project
    individually what can soon become cumbersome.
    
    This now supports specify a folder, this is then scanned and used as an
    input to the generator if it has a plugin.xml and is a plugin packaging.
    
    (cherry picked from commit 75cee86)
    laeubi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2c173a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Bump org.mockito:mockito-core from 5.6.0 to 5.7.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.6.0 to 5.7.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.6.0...v5.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5b8b4a5 View commit details
    Browse the repository at this point in the history
  2. Issue 2937: Integration test

    (cherry picked from commit 84b53d0)
    thahnen authored and laeubi committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0d5e980 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Add a reproducer IT for issue eclipse-tycho#2977

    Virtual configuration IU in p2.inf does not work in 4.0.3 (works in 3.0.5)
    mdaloia authored and laeubi committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3a45ace View commit details
    Browse the repository at this point in the history
  2. Make additional P2 units from p2.inf available to the target-platform

    Currently units from p2.inf are not published to the target-platform
    what can fail resolving when these are referenced in the project.
    
    This publishes these units into the target-platform state of the
    project.
    
    Fix eclipse-tycho#2977
    laeubi committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    428714b View commit details
    Browse the repository at this point in the history
  3. Bump io.takari.polyglot:polyglot-common from 0.4.11 to 0.5.0

    Bumps [io.takari.polyglot:polyglot-common](https://github.com/takari/polyglot-maven) from 0.4.11 to 0.5.0.
    - [Release notes](https://github.com/takari/polyglot-maven/releases)
    - [Changelog](https://github.com/takari/polyglot-maven/blob/master/CHANGELOG.md)
    - [Commits](takari/polyglot-maven@polyglot-0.4.11...polyglot-0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.takari.polyglot:polyglot-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5ad8326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37c511e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Bump org.junit.vintage:junit-vintage-engine from 5.10.0 to 5.10.1

    Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.10.0...r5.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5779f6c View commit details
    Browse the repository at this point in the history
  2. Bump pluginToolsVersion from 3.10.1 to 3.10.2

    Bumps `pluginToolsVersion` from 3.10.1 to 3.10.2.
    
    Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.2)
    
    Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.2)
    
    Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.10.1 to 3.10.2
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.10.1...maven-plugin-tools-3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-plugin-report-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1d8b72e View commit details
    Browse the repository at this point in the history
  3. Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

    Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0e0a174 View commit details
    Browse the repository at this point in the history
  4. Bump surefire-version from 3.2.1 to 3.2.2

    Bumps `surefire-version` from 3.2.1 to 3.2.2.
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)
    
    Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)
    
    Updates `org.apache.maven.surefire:surefire-api` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)
    
    Updates `org.apache.maven.surefire:maven-surefire-common` from 3.2.1 to 3.2.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.surefire:surefire-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.surefire:maven-surefire-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d0479eb View commit details
    Browse the repository at this point in the history
  5. Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.1

    Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.3...r5.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    849778a View commit details
    Browse the repository at this point in the history
  6. Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0

    Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - [Commits](codehaus-plexus/plexus-archiver@plexus-archiver-4.8.0...plexus-archiver-4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f5ba496 View commit details
    Browse the repository at this point in the history
  7. Set the real output location for embedded jars in ApiAnalysis

    Currently when one configures embedded extra jars these are not found by
    the ApiAnalysis because they are placed in different location than the
    main classes.
    
    THis computes all jars and compares there resulting path with the
    current output location updating those if needed.
    laeubi committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    34388f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2797bc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fix possible NPE in AbstractApplication as seen in integration tests

    (cherry picked from commit 270938c)
    laeubi committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6c1d589 View commit details
    Browse the repository at this point in the history
  2. Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.1

    Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.3...r5.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and laeubi committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    272d217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    868454b View commit details
    Browse the repository at this point in the history
  4. Prepare for next version

    laeubi committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c17d48e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    92502e0 View commit details
    Browse the repository at this point in the history
  2. Consider the classpath file as an alternative for build output

    Actually each source.<jar> should have a corresponding output.<jar> but
    there are some cases where this is not true... lets cheat and look at
    the classpath instead...
    
    Fix eclipse-tycho#3019
    laeubi committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e3d7619 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    da66543 View commit details
    Browse the repository at this point in the history
  2. If there is only a single jar use the default output folder as source

    If there is only a single jar specified, Tycho uses the default output
    folder instead of a special class folder.
    
    This checks if there is only a single folder and then uses that one
    instead.
    laeubi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ac3bcbf View commit details
    Browse the repository at this point in the history
  3. lower version bounds

    laeubi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6d66878 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Make it possible to build Tycho with Java 21

    Newer asm has been needed.
    Fixes eclipse-tycho#2950
    
    (cherry picked from commit bce5c53)
    akurtakov authored and laeubi committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    265a0fc View commit details
    Browse the repository at this point in the history
  2. Add a javadoc dependency injector

    When using the javadoc goal to aggregate documentation using configured
    source directories there is the problem that also a reference to
    projects that are mentioned in the source directories is required.
    
    This adds a new (configurable) injector that adds the projects mentioned
    as the source as dependencies of the project.
    
    (cherry picked from commit c5e6f22)
    laeubi committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    f1cb4b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Add support for API Tools Annotations to Tycho

    This adds a similar feature like PDE will offer soon see
    eclipse-pde/eclipse.pde#912
    laeubi committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b25118a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Bump io.takari.polyglot:polyglot-common from 0.5.0 to 0.7.0

    Bumps [io.takari.polyglot:polyglot-common](https://github.com/takari/polyglot-maven) from 0.5.0 to 0.7.0.
    - [Release notes](https://github.com/takari/polyglot-maven/releases)
    - [Changelog](https://github.com/takari/polyglot-maven/blob/master/CHANGELOG.md)
    - [Commits](takari/polyglot-maven@polyglot-0.5.0...polyglot-0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.takari.polyglot:polyglot-common
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and akurtakov committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c47ccf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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