Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump tycho-version from 4.0.5 to 4.0.10 #1066

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps tycho-version from 4.0.5 to 4.0.10.
Updates org.eclipse.tycho:tycho-maven-plugin from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath

4.0.9

backports:

  • Add support for bumping maven-target locations
  • Add new tycho-version-bump:update-manifest mojo
  • Add a flag to the tycho-packaging-plugin to skip its execution
  • Improve errors handling while downloading p2 artifacts from repository
  • Make Tycho SBOM mapper configurable w.r.t. the project packaging types
  • Add support for System Property in JGitBuildTimestampProvider
  • Suggest version updates from API tools
  • Remove no longer valid checksum properties
  • tycho-versions-plugin: Support ci-friendly versions
  • Add support for JUnit 'vintage' attribute on classpath

4.0.8

backports:

  • maven dependencies of transitive projects are not discovered with -am / --also-make
  • Support for new includeJRE flag when building products
  • Improve SignRepositoryArtifactsMojo handling of unsigned content
  • Add demo for pde.bnd integration with classic Eclipse product build
  • Use original URL to decide if a IU is provided by reference
  • set-version: Fix regression overwriting mismatching versions
  • Sort dependency tree root nodes
  • Support links in classpath files
  • Add support for followRepositoryReference in .target files
  • Add flag to fail API tools on resolution error
  • Several bugfixes for building pde automatic manifest projects
  • Remove special handling of equinox-launcher fragments in AbstractArtifactDependencyWalker

4.0.7

backports:

  • update to next eclipse release
  • tycho-p2-director:director: Fix handling of destination on macOS
  • Prevent ConcurrentModificationException in PomInstallableUnitStore
  • Add an option to enhance the compile log with baseline problems
  • assemble-repository: Prevent sources from being included inadvertently
  • ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs
  • provide suggested version for features

... (truncated)

Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-versions-plugin from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-versions-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-versions-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath

4.0.9

backports:

  • Add support for bumping maven-target locations
  • Add new tycho-version-bump:update-manifest mojo
  • Add a flag to the tycho-packaging-plugin to skip its execution
  • Improve errors handling while downloading p2 artifacts from repository
  • Make Tycho SBOM mapper configurable w.r.t. the project packaging types
  • Add support for System Property in JGitBuildTimestampProvider
  • Suggest version updates from API tools
  • Remove no longer valid checksum properties
  • tycho-versions-plugin: Support ci-friendly versions
  • Add support for JUnit 'vintage' attribute on classpath

4.0.8

backports:

  • maven dependencies of transitive projects are not discovered with -am / --also-make
  • Support for new includeJRE flag when building products
  • Improve SignRepositoryArtifactsMojo handling of unsigned content
  • Add demo for pde.bnd integration with classic Eclipse product build
  • Use original URL to decide if a IU is provided by reference
  • set-version: Fix regression overwriting mismatching versions
  • Sort dependency tree root nodes
  • Support links in classpath files
  • Add support for followRepositoryReference in .target files
  • Add flag to fail API tools on resolution error
  • Several bugfixes for building pde automatic manifest projects
  • Remove special handling of equinox-launcher fragments in AbstractArtifactDependencyWalker

4.0.7

backports:

  • update to next eclipse release
  • tycho-p2-director:director: Fix handling of destination on macOS
  • Prevent ConcurrentModificationException in PomInstallableUnitStore
  • Add an option to enhance the compile log with baseline problems
  • assemble-repository: Prevent sources from being included inadvertently
  • ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs
  • provide suggested version for features

... (truncated)

Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-compiler-plugin from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-compiler-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-compiler-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath

4.0.9

backports:

  • Add support for bumping maven-target locations
  • Add new tycho-version-bump:update-manifest mojo
  • Add a flag to the tycho-packaging-plugin to skip its execution
  • Improve errors handling while downloading p2 artifacts from repository
  • Make Tycho SBOM mapper configurable w.r.t. the project packaging types
  • Add support for System Property in JGitBuildTimestampProvider
  • Suggest version updates from API tools
  • Remove no longer valid checksum properties
  • tycho-versions-plugin: Support ci-friendly versions
  • Add support for JUnit 'vintage' attribute on classpath

4.0.8

backports:

  • maven dependencies of transitive projects are not discovered with -am / --also-make
  • Support for new includeJRE flag when building products
  • Improve SignRepositoryArtifactsMojo handling of unsigned content
  • Add demo for pde.bnd integration with classic Eclipse product build
  • Use original URL to decide if a IU is provided by reference
  • set-version: Fix regression overwriting mismatching versions
  • Sort dependency tree root nodes
  • Support links in classpath files
  • Add support for followRepositoryReference in .target files
  • Add flag to fail API tools on resolution error
  • Several bugfixes for building pde automatic manifest projects
  • Remove special handling of equinox-launcher fragments in AbstractArtifactDependencyWalker

4.0.7

backports:

  • update to next eclipse release
  • tycho-p2-director:director: Fix handling of destination on macOS
  • Prevent ConcurrentModificationException in PomInstallableUnitStore
  • Add an option to enhance the compile log with baseline problems
  • assemble-repository: Prevent sources from being included inadvertently
  • ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs
  • provide suggested version for features

... (truncated)

Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-ds-plugin from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-ds-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-ds-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath

4.0.9

backports:

  • Add support for bumping maven-target locations
  • Add new tycho-version-bump:update-manifest mojo
  • Add a flag to the tycho-packaging-plugin to skip its execution
  • Improve errors handling while downloading p2 artifacts from repository
  • Make Tycho SBOM mapper configurable w.r.t. the project packaging types
  • Add support for System Property in JGitBuildTimestampProvider
  • Suggest version updates from API tools
  • Remove no longer valid checksum properties
  • tycho-versions-plugin: Support ci-friendly versions
  • Add support for JUnit 'vintage' attribute on classpath

4.0.8

backports:

  • maven dependencies of transitive projects are not discovered with -am / --also-make
  • Support for new includeJRE flag when building products
  • Improve SignRepositoryArtifactsMojo handling of unsigned content
  • Add demo for pde.bnd integration with classic Eclipse product build
  • Use original URL to decide if a IU is provided by reference
  • set-version: Fix regression overwriting mismatching versions
  • Sort dependency tree root nodes
  • Support links in classpath files
  • Add support for followRepositoryReference in .target files
  • Add flag to fail API tools on resolution error
  • Several bugfixes for building pde automatic manifest projects
  • Remove special handling of equinox-launcher fragments in AbstractArtifactDependencyWalker

4.0.7

backports:

  • update to next eclipse release
  • tycho-p2-director:director: Fix handling of destination on macOS
  • Prevent ConcurrentModificationException in PomInstallableUnitStore
  • Add an option to enhance the compile log with baseline problems
  • assemble-repository: Prevent sources from being included inadvertently
  • ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs
  • provide suggested version for features

... (truncated)

Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:tycho-packaging-plugin's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-packaging-plugin's changelog.

4.0.10

backports:

  • Support version-ranges and no-version for units in IU target locations
  • Add new tycho-wrap:wrap
  • Add new option to API tools verify goal to runAsJob
  • Add option to control write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • Only add matching fragments to the classpath

4.0.9

backports:

  • Add support for bumping maven-target locations
  • Add new tycho-version-bump:update-manifest mojo
  • Add a flag to the tycho-packaging-plugin to skip its execution
  • Improve errors handling while downloading p2 artifacts from repository
  • Make Tycho SBOM mapper configurable w.r.t. the project packaging types
  • Add support for System Property in JGitBuildTimestampProvider
  • Suggest version updates from API tools
  • Remove no longer valid checksum properties
  • tycho-versions-plugin: Support ci-friendly versions
  • Add support for JUnit 'vintage' attribute on classpath

4.0.8

backports:

  • maven dependencies of transitive projects are not discovered with -am / --also-make
  • Support for new includeJRE flag when building products
  • Improve SignRepositoryArtifactsMojo handling of unsigned content
  • Add demo for pde.bnd integration with classic Eclipse product build
  • Use original URL to decide if a IU is provided by reference
  • set-version: Fix regression overwriting mismatching versions
  • Sort dependency tree root nodes
  • Support links in classpath files
  • Add support for followRepositoryReference in .target files
  • Add flag to fail API tools on resolution error
  • Several bugfixes for building pde automatic manifest projects
  • Remove special handling of equinox-launcher fragments in AbstractArtifactDependencyWalker

4.0.7

backports:

  • update to next eclipse release
  • tycho-p2-director:director: Fix handling of destination on macOS
  • Prevent ConcurrentModificationException in PomInstallableUnitStore
  • Add an option to enhance the compile log with baseline problems
  • assemble-repository: Prevent sources from being included inadvertently
  • ExpandedProduct.getFeatures(ROOT_FEATURES) returns over-qualified IDs
  • provide suggested version for features

... (truncated)

Commits
  • 34d2d6b Perform 4.0.10 release
  • 4c8adee Update release notes
  • 575d694 Don't write LIBARCHIVE.creationtime attribute in tar.gz archive entries
  • 644171a Add a tycho-wrap mojo
  • dd8d859 Adopt to new GPG Mojo
  • 2283629 Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.7
  • 41002bf Bump surefire-version from 3.5.1 to 3.5.2
  • b01ff8d Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1
  • 33a3a95 Only add matching fragments to the classpath
  • dddb8ab Add test case for invalid compilation against fragments from P2 repo
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 4.0.5 to 4.0.10

Release notes

Sourced from org.eclipse.tycho:target-platform-configuration's releases.

Tycho 4.0.10 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.10 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.10 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Heiko Klare
  • kysmith-csg
  • Michael Keppler
  • Александър Куртаков

💰 we would like to also thank for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

What's Changed

Bumps `tycho-version` from 4.0.5 to 4.0.10.

Updates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-versions-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-compiler-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-ds-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:target-platform-configuration` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-source-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-p2-director-plugin` from 4.0.5 to 4.0.10
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.10/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.10)

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 4.0.5 to 4.0.10

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-ds-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-director-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 14, 2024
Copy link

License summary

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-set/set/actions/runs/11832366599

Copy link

Test Results

86 tests   - 35   86 ✅  - 35   1s ⏱️ -15s
21 suites  -  7    0 💤 ± 0 
21 files    -  7    0 ❌ ± 0 

Results for commit 0a6207d. ± Comparison against base commit 965194d.

This pull request removes 44 and adds 9 tests. Note that renamed tests count towards both.
org.eclipse.set.application.cacheservice.CacheImplTest ‑ cacheCachesValues
org.eclipse.set.application.cacheservice.CacheImplTest ‑ cacheDoesNotCacheMissingValues
org.eclipse.set.application.cacheservice.CacheImplTest ‑ invalidatedCacheIsEmpty
org.eclipse.set.application.cacheservice.CacheImplTest ‑ setCacheWorks
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ cacheIdDifferent
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ cacheIdIdentical
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheDifferentCacheId
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheDifferentContainerId
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheIdentical
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[1] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@3e5d4f6b
…
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[1] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@d74bac4
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[2] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@2a03d65c
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[3] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@3c782d8e
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[4] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@572e6fd9
org.eclipse.set.basis.graph.DigraphsTest ‑ testGetPathsDigraphPP(TestGetPathsDigraphPP)[5] org.eclipse.set.basis.graph.DigraphsTest$TestGetPathsDigraphPP@7f5eae0f
org.eclipse.set.ppmodel.extensions.utils.CacheUtilsTest ‑ testGetCacheKey(TestData)[1] TestData [input=org.eclipse.set.model.planpro.Weichen_und_Gleissperren.impl.W_Kr_Gsp_ElementImpl@2d4e99de, expected=multi/container-id/element-id]
org.eclipse.set.ppmodel.extensions.utils.CacheUtilsTest ‑ testGetCacheKey(TestData)[2] TestData [input=org.eclipse.set.model.planpro.Signale.impl.SignalImpl@580ffea, expected=multi/456/123]
org.eclipse.set.ppmodel.extensions.utils.CacheUtilsTest ‑ testGetCacheKeyOther(TestData)[1] TestData [input=Pair [first=org.eclipse.set.model.planpro.Weichen_und_Gleissperren.impl.W_Kr_Gsp_ElementImpl@43755e2f, second=other], expected=multi/container-id/element-id/other=other]
org.eclipse.set.ppmodel.extensions.utils.CacheUtilsTest ‑ testGetCacheKeyOther(TestData)[2] TestData [input=Pair [first=org.eclipse.set.model.planpro.Signale.impl.SignalImpl@28b5662d, second=xxx], expected=multi/456/123/other=xxx]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants