-
Notifications
You must be signed in to change notification settings - Fork 191
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
Resolve target platform variables during p2 assembly (#3040) #3042
Commits on Jun 23, 2023
-
Christoph Läubrich committed
Jun 23, 2023 Configuration menu - View commit details
-
Copy full SHA for d08e3a5 - Browse repository at this point
Copy the full SHA d08e3a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b875dd - Browse repository at this point
Copy the full SHA 2b875ddView commit details
Commits on Jun 24, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3569ad7 - Browse repository at this point
Copy the full SHA 3569ad7View commit details -
Add support for p2.inf in eclipse-repository packaging
(cherry picked from commit 1e22e5b)
Configuration menu - View commit details
-
Copy full SHA for a4a3eb3 - Browse repository at this point
Copy the full SHA a4a3eb3View commit details
Commits on Jun 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6828bb1 - Browse repository at this point
Copy the full SHA 6828bb1View commit details -
Issue eclipse-tycho#2589 Strip asterisk (*) characters from URIs
This character is illegal in Windows file paths. (cherry picked from commit dbb779b)
Configuration menu - View commit details
-
Copy full SHA for ba7b1a9 - Browse repository at this point
Copy the full SHA ba7b1a9View commit details -
Use maven-plugin-report-plugin for sitedocs
(cherry picked from commit f0bbdfe)
Configuration menu - View commit details
-
Copy full SHA for 530b623 - Browse repository at this point
Copy the full SHA 530b623View commit details
Commits on Jun 29, 2023
-
Let the MavenAuthenticator caches be static to share state
(cherry picked from commit 010eeff)
Configuration menu - View commit details
-
Copy full SHA for bfec3de - Browse repository at this point
Copy the full SHA bfec3deView commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd88ba9 - Browse repository at this point
Copy the full SHA cd88ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d8fd5 - Browse repository at this point
Copy the full SHA 70d8fd5View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8408d7c - Browse repository at this point
Copy the full SHA 8408d7cView commit details -
Non existing but optional dependencies lead to resolving issue in target
(cherry picked from commit edc419c)
Configuration menu - View commit details
-
Copy full SHA for d1a082e - Browse repository at this point
Copy the full SHA d1a082eView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0076871 - Browse repository at this point
Copy the full SHA 0076871View commit details
Commits on Jul 7, 2023
-
Move showDiffDetails property to ComparisonData
This simplifies testing of comparators with different values of this property. (cherry picked from commit 5b5d2b1)
Configuration menu - View commit details
-
Copy full SHA for 88b4506 - Browse repository at this point
Copy the full SHA 88b4506View commit details
Commits on Jul 8, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ac674b3 - Browse repository at this point
Copy the full SHA ac674b3View commit details
Commits on Jul 9, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 6bdbca4 - Browse repository at this point
Copy the full SHA 6bdbca4View commit details -
Print the name and version of used ECJ compiler
(cherry picked from commit 094e0fb)
Configuration menu - View commit details
-
Copy full SHA for abe4f55 - Browse repository at this point
Copy the full SHA abe4f55View commit details
Commits on Jul 12, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 968e68b - Browse repository at this point
Copy the full SHA 968e68bView commit details
Commits on Jul 18, 2023
-
Improve PluginConfigurationHelper by using a dedicated object
(cherry picked from commit 18c9743)
Configuration menu - View commit details
-
Copy full SHA for 2246958 - Browse repository at this point
Copy the full SHA 2246958View commit details -
Add support for a local packed osgi-repository
(cherry picked from commit 25e7426)
Configuration menu - View commit details
-
Copy full SHA for 82242a1 - Browse repository at this point
Copy the full SHA 82242a1View commit details -
The hamcrest artifact from maven is not a bundle, use servicemix instead
(cherry picked from commit 8036c74)
Configuration menu - View commit details
-
Copy full SHA for ff39c6e - Browse repository at this point
Copy the full SHA ff39c6eView commit details
Commits on Jul 19, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 14139cc - Browse repository at this point
Copy the full SHA 14139ccView commit details -
Use the MavenBundleResolver to resolve JUnit Bundles from TargetPlatfrom
(cherry picked from commit 7ddb1b4)
Configuration menu - View commit details
-
Copy full SHA for a78ec1f - Browse repository at this point
Copy the full SHA a78ec1fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for c1d3e2a - Browse repository at this point
Copy the full SHA c1d3e2aView commit details
Commits on Jul 20, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 486f6cf - Browse repository at this point
Copy the full SHA 486f6cfView commit details
Commits on Jul 21, 2023
-
Check if the about to be injected maven coordinates can be resolved
Fix eclipse-tycho#2625 (cherry picked from commit ff1f753)
Configuration menu - View commit details
-
Copy full SHA for c043ba3 - Browse repository at this point
Copy the full SHA c043ba3View commit details
Commits on Jul 28, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7a6e72b - Browse repository at this point
Copy the full SHA 7a6e72bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 28e50ee - Browse repository at this point
Copy the full SHA 28e50eeView commit details
Commits on Jul 29, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0745514 - Browse repository at this point
Copy the full SHA 0745514View commit details -
Return the packed project artifact as the location of the Artifact (e…
…clipse-tycho#2667) (eclipse-tycho#2676) (cherry picked from commit d218554) Co-authored-by: Christoph Läubrich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c81917 - Browse repository at this point
Copy the full SHA 6c81917View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 46512b7 - Browse repository at this point
Copy the full SHA 46512b7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9395656 - Browse repository at this point
Copy the full SHA 9395656View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0adc55e - Browse repository at this point
Copy the full SHA 0adc55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0f9db - Browse repository at this point
Copy the full SHA 7e0f9dbView commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26e5540 - Browse repository at this point
Copy the full SHA 26e5540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d74bc - Browse repository at this point
Copy the full SHA 05d74bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52af49d - Browse repository at this point
Copy the full SHA 52af49dView commit details
Commits on Jul 31, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 85a36a9 - Browse repository at this point
Copy the full SHA 85a36a9View commit details -
Fix NPE occurring when module is there but has no wiring
(cherry picked from commit f5e90d1)
Configuration menu - View commit details
-
Copy full SHA for 84c6cb1 - Browse repository at this point
Copy the full SHA 84c6cb1View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 22b713c - Browse repository at this point
Copy the full SHA 22b713cView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d47daf - Browse repository at this point
Copy the full SHA 0d47dafView commit details -
Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/Br…
…okenP2DataTest.java Co-authored-by: Christoph Läubrich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81222ea - Browse repository at this point
Copy the full SHA 81222eaView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 81a3a1b - Browse repository at this point
Copy the full SHA 81a3a1bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f4833a0 - Browse repository at this point
Copy the full SHA f4833a0View commit details
Commits on Aug 3, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for bce43d0 - Browse repository at this point
Copy the full SHA bce43d0View commit details
Commits on Aug 8, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b33ce3d - Browse repository at this point
Copy the full SHA b33ce3dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for df19fdf - Browse repository at this point
Copy the full SHA df19fdfView commit details
Commits on Aug 16, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3c1e2e5 - Browse repository at this point
Copy the full SHA 3c1e2e5View commit details
Commits on Aug 20, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for cdd16b0 - Browse repository at this point
Copy the full SHA cdd16b0View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d124588 - Browse repository at this point
Copy the full SHA d124588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775f836 - Browse repository at this point
Copy the full SHA 775f836View commit details
Commits on Aug 23, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7bf879a - Browse repository at this point
Copy the full SHA 7bf879aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 05bc76a - Browse repository at this point
Copy the full SHA 05bc76aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6809979 - Browse repository at this point
Copy the full SHA 6809979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9f01d - Browse repository at this point
Copy the full SHA 9a9f01dView commit details
Commits on Sep 2, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for b0696bb - Browse repository at this point
Copy the full SHA b0696bbView commit details
Commits on Sep 4, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 6f54aca - Browse repository at this point
Copy the full SHA 6f54acaView commit details
Commits on Sep 5, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 597768b - Browse repository at this point
Copy the full SHA 597768bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9a9852e - Browse repository at this point
Copy the full SHA 9a9852eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a586e22 - Browse repository at this point
Copy the full SHA a586e22View commit details
Commits on Sep 6, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 434371c - Browse repository at this point
Copy the full SHA 434371cView commit details
Commits on Sep 7, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8647efa - Browse repository at this point
Copy the full SHA 8647efaView commit details
Commits on Sep 12, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a17f94b - Browse repository at this point
Copy the full SHA a17f94bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b4de96a - Browse repository at this point
Copy the full SHA b4de96aView commit details
Commits on Sep 13, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 47edc22 - Browse repository at this point
Copy the full SHA 47edc22View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9057d8c - Browse repository at this point
Copy the full SHA 9057d8cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 67f21d6 - Browse repository at this point
Copy the full SHA 67f21d6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e15f256 - Browse repository at this point
Copy the full SHA e15f256View commit details
Commits on Sep 14, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0c20dd9 - Browse repository at this point
Copy the full SHA 0c20dd9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for a272a3c - Browse repository at this point
Copy the full SHA a272a3cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 68d8182 - Browse repository at this point
Copy the full SHA 68d8182View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c48ba44 - Browse repository at this point
Copy the full SHA c48ba44View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7b95af7 - Browse repository at this point
Copy the full SHA 7b95af7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1f68bcd - Browse repository at this point
Copy the full SHA 1f68bcdView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5e642ee - Browse repository at this point
Copy the full SHA 5e642eeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0752ae8 - Browse repository at this point
Copy the full SHA 0752ae8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f75924e - Browse repository at this point
Copy the full SHA f75924eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for da8bdf4 - Browse repository at this point
Copy the full SHA da8bdf4View commit details
Commits on Sep 15, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7448963 - Browse repository at this point
Copy the full SHA 7448963View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2ce5133 - Browse repository at this point
Copy the full SHA 2ce5133View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1195f84 - Browse repository at this point
Copy the full SHA 1195f84View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 87e1b12 - Browse repository at this point
Copy the full SHA 87e1b12View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c89a752 - Browse repository at this point
Copy the full SHA c89a752View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4056b82 - Browse repository at this point
Copy the full SHA 4056b82View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 347b913 - Browse repository at this point
Copy the full SHA 347b913View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5cb93a7 - Browse repository at this point
Copy the full SHA 5cb93a7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9b3ee8d - Browse repository at this point
Copy the full SHA 9b3ee8dView commit details
Commits on Sep 16, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b2f8f06 - Browse repository at this point
Copy the full SHA b2f8f06View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0756daf - Browse repository at this point
Copy the full SHA 0756dafView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for aeff5a6 - Browse repository at this point
Copy the full SHA aeff5a6View commit details
Commits on Sep 18, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 87813b8 - Browse repository at this point
Copy the full SHA 87813b8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6f0f050 - Browse repository at this point
Copy the full SHA 6f0f050View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 871f4af - Browse repository at this point
Copy the full SHA 871f4afView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4083378 - Browse repository at this point
Copy the full SHA 4083378View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e39a1cb - Browse repository at this point
Copy the full SHA e39a1cbView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fb063be - Browse repository at this point
Copy the full SHA fb063beView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 98375ee - Browse repository at this point
Copy the full SHA 98375eeView commit details
Commits on Sep 19, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cb3d34f - Browse repository at this point
Copy the full SHA cb3d34fView commit details
Commits on Sep 23, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 2980870 - Browse repository at this point
Copy the full SHA 2980870View commit details -
Add support for new repository target location type
Fix eclipse-tycho#2838 (cherry picked from commit 8d00335)
Configuration menu - View commit details
-
Copy full SHA for 7b33142 - Browse repository at this point
Copy the full SHA 7b33142View commit details
Commits on Sep 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db0b80b - Browse repository at this point
Copy the full SHA db0b80bView commit details -
Simplify logic of AssembleRepositoryMojo.repositoryReferenceFilter
Instead of providing inclusion and exclusion patterns, just provide exclusions, but add a simple way to negate a pattern.
Configuration menu - View commit details
-
Copy full SHA for 0705ce4 - Browse repository at this point
Copy the full SHA 0705ce4View commit details
Commits on Sep 26, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b3f0eec - Browse repository at this point
Copy the full SHA b3f0eecView commit details
Commits on Sep 27, 2023
-
Assemble repository for all environments in one pass
(cherry picked from commit fe7266b)
Configuration menu - View commit details
-
Copy full SHA for 2ee751b - Browse repository at this point
Copy the full SHA 2ee751bView commit details
Commits on Sep 28, 2023
-
Fix creation of output directory in packaging mojo
(cherry picked from commit 5118b99)
Configuration menu - View commit details
-
Copy full SHA for 242a2a8 - Browse repository at this point
Copy the full SHA 242a2a8View commit details -
Introduce a public static constant for the current eclipse release
(cherry picked from commit 03e790c)
Configuration menu - View commit details
-
Copy full SHA for 0c5e59f - Browse repository at this point
Copy the full SHA 0c5e59fView commit details
Commits on Sep 29, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for ccd3e2a - Browse repository at this point
Copy the full SHA ccd3e2aView commit details -
Remove unused MavenBundlesArtifactRepository
(cherry picked from commit 57a6a43)
Configuration menu - View commit details
-
Copy full SHA for 0c3be9b - Browse repository at this point
Copy the full SHA 0c3be9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 729c80f - Browse repository at this point
Copy the full SHA 729c80fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aedcd2 - Browse repository at this point
Copy the full SHA 6aedcd2View commit details
Commits on Sep 30, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ca77cc2 - Browse repository at this point
Copy the full SHA ca77cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e4728 - Browse repository at this point
Copy the full SHA 88e4728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 043c73b - Browse repository at this point
Copy the full SHA 043c73bView commit details
Commits on Oct 2, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 554ce24 - Browse repository at this point
Copy the full SHA 554ce24View commit details
Commits on Oct 3, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4cbe90c - Browse repository at this point
Copy the full SHA 4cbe90cView commit details
Commits on Oct 5, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bfe12ee - Browse repository at this point
Copy the full SHA bfe12eeView commit details
Commits on Oct 6, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4547d49 - Browse repository at this point
Copy the full SHA 4547d49View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f9357e7 - Browse repository at this point
Copy the full SHA f9357e7View commit details
Commits on Oct 7, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fda3c3d - Browse repository at this point
Copy the full SHA fda3c3dView commit details
Commits on Oct 8, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 9530037 - Browse repository at this point
Copy the full SHA 9530037View commit details
Commits on Oct 9, 2023
-
Workaround for eclipse-pde/eclipse.pde#789
and eclipse-pde/eclipse.pde#791 (cherry picked from commit 5805114)
Configuration menu - View commit details
-
Copy full SHA for fa3d024 - Browse repository at this point
Copy the full SHA fa3d024View commit details
Commits on Oct 11, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a3a238a - Browse repository at this point
Copy the full SHA a3a238aView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 5d74dde - Browse repository at this point
Copy the full SHA 5d74ddeView commit details
Commits on Oct 12, 2023
-
Fix syntax error in RELEASE_NOTES.md
Signed-off-by: Pierre-Charles David <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59abc85 - Browse repository at this point
Copy the full SHA 59abc85View commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53c6db8 - Browse repository at this point
Copy the full SHA 53c6db8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6081458 - Browse repository at this point
Copy the full SHA 6081458View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 8a70b3c - Browse repository at this point
Copy the full SHA 8a70b3cView commit details -
Add XMLTool testing-util for XML-doc parsing and XPath evaluation
(cherry picked from commit 157c7a2)
Configuration menu - View commit details
-
Copy full SHA for 59468ee - Browse repository at this point
Copy the full SHA 59468eeView commit details
Commits on Oct 15, 2023
-
Fix addition of unnecessary attributes in source-features and add Tests
Add tests for reduced feature attribute inference.
Configuration menu - View commit details
-
Copy full SHA for becce46 - Browse repository at this point
Copy the full SHA becce46View commit details -
Remove duplicated ProductFile2
(cherry picked from commit 1a82572)
Configuration menu - View commit details
-
Copy full SHA for e15be68 - Browse repository at this point
Copy the full SHA e15be68View commit details
Commits on Oct 16, 2023
-
Update TestingBundles.md - fix typos
Thi commit fixes the bnd goal name and few smaller language improvements. (cherry picked from commit 3c8a8cc)
Configuration menu - View commit details
-
Copy full SHA for 88c2d21 - Browse repository at this point
Copy the full SHA 88c2d21View commit details
Commits on Oct 17, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1273870 - Browse repository at this point
Copy the full SHA 1273870View commit details
Commits on Oct 20, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a9b7b40 - Browse repository at this point
Copy the full SHA a9b7b40View commit details
Commits on Oct 21, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 486e6e4 - Browse repository at this point
Copy the full SHA 486e6e4View commit details
Commits on Oct 23, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3e05e6e - Browse repository at this point
Copy the full SHA 3e05e6eView commit details
Commits on Oct 24, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cf9a299 - Browse repository at this point
Copy the full SHA cf9a299View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 57055f2 - Browse repository at this point
Copy the full SHA 57055f2View commit details
Commits on Oct 25, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 48f6b72 - Browse repository at this point
Copy the full SHA 48f6b72View commit details
Commits on Oct 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 71c8bb6 - Browse repository at this point
Copy the full SHA 71c8bb6View commit details
Commits on Oct 28, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 905fce9 - Browse repository at this point
Copy the full SHA 905fce9View commit details -
Add nullcheck to TychoMirrorApplication
it seems in some error conditions it is possible that a null is returned. (cherry picked from commit 9fbe413)
Configuration menu - View commit details
-
Copy full SHA for 6d7f0a4 - Browse repository at this point
Copy the full SHA 6d7f0a4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9dd530d - Browse repository at this point
Copy the full SHA 9dd530dView commit details -
fix eclipse-tycho#2877 (eclipse-tycho#2878)
Retain .qualifier/-SNAPSHOT on version bump fix eclipse-tycho#2877 (cherry picked from commit 3b42036)
Configuration menu - View commit details
-
Copy full SHA for f667fd4 - Browse repository at this point
Copy the full SHA f667fd4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8dc3455 - Browse repository at this point
Copy the full SHA 8dc3455View commit details
Commits on Oct 29, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cbc800d - Browse repository at this point
Copy the full SHA cbc800dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d23a81 - Browse repository at this point
Copy the full SHA 6d23a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for af71c74 - Browse repository at this point
Copy the full SHA af71c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13120f - Browse repository at this point
Copy the full SHA d13120fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e9fc35b - Browse repository at this point
Copy the full SHA e9fc35bView commit details
Commits on Oct 30, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 73be77d - Browse repository at this point
Copy the full SHA 73be77dView commit details
Commits on Oct 31, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 01a2ccf - Browse repository at this point
Copy the full SHA 01a2ccfView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 0fcda8c - Browse repository at this point
Copy the full SHA 0fcda8cView commit details
Commits on Nov 1, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 2c173a9 - Browse repository at this point
Copy the full SHA 2c173a9View commit details
Commits on Nov 3, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5b8b4a5 - Browse repository at this point
Copy the full SHA 5b8b4a5View commit details -
(cherry picked from commit 84b53d0)
Configuration menu - View commit details
-
Copy full SHA for 0d5e980 - Browse repository at this point
Copy the full SHA 0d5e980View commit details
Commits on Nov 4, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3a45ace - Browse repository at this point
Copy the full SHA 3a45aceView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 428714b - Browse repository at this point
Copy the full SHA 428714bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ad8326 - Browse repository at this point
Copy the full SHA 5ad8326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c511e - Browse repository at this point
Copy the full SHA 37c511eView commit details
Commits on Nov 7, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5779f6c - Browse repository at this point
Copy the full SHA 5779f6cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1d8b72e - Browse repository at this point
Copy the full SHA 1d8b72eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0e0a174 - Browse repository at this point
Copy the full SHA 0e0a174View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d0479eb - Browse repository at this point
Copy the full SHA d0479ebView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 849778a - Browse repository at this point
Copy the full SHA 849778aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f5ba496 - Browse repository at this point
Copy the full SHA f5ba496View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 34388f5 - Browse repository at this point
Copy the full SHA 34388f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2797bc - Browse repository at this point
Copy the full SHA b2797bcView commit details
Commits on Nov 8, 2023
-
Fix possible NPE in AbstractApplication as seen in integration tests
(cherry picked from commit 270938c)
Configuration menu - View commit details
-
Copy full SHA for 6c1d589 - Browse repository at this point
Copy the full SHA 6c1d589View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 272d217 - Browse repository at this point
Copy the full SHA 272d217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868454b - Browse repository at this point
Copy the full SHA 868454bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c17d48e - Browse repository at this point
Copy the full SHA c17d48eView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92502e0 - Browse repository at this point
Copy the full SHA 92502e0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e3d7619 - Browse repository at this point
Copy the full SHA e3d7619View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da66543 - Browse repository at this point
Copy the full SHA da66543View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ac3bcbf - Browse repository at this point
Copy the full SHA ac3bcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d66878 - Browse repository at this point
Copy the full SHA 6d66878View commit details
Commits on Nov 12, 2023
-
Make it possible to build Tycho with Java 21
Newer asm has been needed. Fixes eclipse-tycho#2950 (cherry picked from commit bce5c53)
Configuration menu - View commit details
-
Copy full SHA for 265a0fc - Browse repository at this point
Copy the full SHA 265a0fcView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for f1cb4b1 - Browse repository at this point
Copy the full SHA f1cb4b1View commit details
Commits on Nov 13, 2023
-
Add support for API Tools Annotations to Tycho
This adds a similar feature like PDE will offer soon see eclipse-pde/eclipse.pde#912
Configuration menu - View commit details
-
Copy full SHA for b25118a - Browse repository at this point
Copy the full SHA b25118aView commit details
Commits on Nov 14, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c47ccf7 - Browse repository at this point
Copy the full SHA c47ccf7View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 428e238 - Browse repository at this point
Copy the full SHA 428e238View commit details