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 3.0.4 to 4.0.6 #51

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2024

Bumps tycho-version from 3.0.4 to 4.0.6.
Updates org.eclipse.tycho:target-platform-configuration from 3.0.4 to 4.0.6

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Patrick Ziegler

💰 we would like to also thank Sigasi 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:target-platform-configuration's changelog.

4.0.6

backports:

  • Support for CycloneDX Maven Plugin

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		... other configuration options ...
		<repositoryReferenceFilter>
			<addOnlyProviding>true</addOnlyProviding>
			<exclude>
				<location>https://foo.bar.org/hidden/**</location>
				<location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
				<location>![https://foo.bar.org/**]</location>
</tr></table> 

... (truncated)

Commits
  • 9942454 Perform 4.0.6 release
  • 494719d Add dependabot.yml for automerge
  • 9f7b003 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11
  • 8afa570 Make the slicing options of the mirror-target-platform mojo configurable
  • 63217e8 Import SlicingOptions from P2
  • 99023f3 Add p2-aware model converter for CycloneDX SBOM generation
  • 6e71937 Add a mojo that generates a target platform from the current reactor
  • 6beb741 Only warn if a referenced repository can not be loaded
  • 4a83152 [backport] Add properties to parameters of fix-artifacts-metadata mojo
  • 7006001 Do not use helper for create memory composite
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-p2-plugin from 3.0.4 to 4.0.6

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Patrick Ziegler

💰 we would like to also thank Sigasi 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-p2-plugin's changelog.

4.0.6

backports:

  • Support for CycloneDX Maven Plugin

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		... other configuration options ...
		<repositoryReferenceFilter>
			<addOnlyProviding>true</addOnlyProviding>
			<exclude>
				<location>https://foo.bar.org/hidden/**</location>
				<location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
				<location>![https://foo.bar.org/**]</location>
</tr></table> 

... (truncated)

Commits
  • 9942454 Perform 4.0.6 release
  • 494719d Add dependabot.yml for automerge
  • 9f7b003 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11
  • 8afa570 Make the slicing options of the mirror-target-platform mojo configurable
  • 63217e8 Import SlicingOptions from P2
  • 99023f3 Add p2-aware model converter for CycloneDX SBOM generation
  • 6e71937 Add a mojo that generates a target platform from the current reactor
  • 6beb741 Only warn if a referenced repository can not be loaded
  • 4a83152 [backport] Add properties to parameters of fix-artifacts-metadata mojo
  • 7006001 Do not use helper for create memory composite
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-maven-plugin from 3.0.4 to 4.0.6

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Patrick Ziegler

💰 we would like to also thank Sigasi 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.6

backports:

  • Support for CycloneDX Maven Plugin

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		... other configuration options ...
		<repositoryReferenceFilter>
			<addOnlyProviding>true</addOnlyProviding>
			<exclude>
				<location>https://foo.bar.org/hidden/**</location>
				<location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
				<location>![https://foo.bar.org/**]</location>
</tr></table> 

... (truncated)

Commits
  • 9942454 Perform 4.0.6 release
  • 494719d Add dependabot.yml for automerge
  • 9f7b003 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11
  • 8afa570 Make the slicing options of the mirror-target-platform mojo configurable
  • 63217e8 Import SlicingOptions from P2
  • 99023f3 Add p2-aware model converter for CycloneDX SBOM generation
  • 6e71937 Add a mojo that generates a target platform from the current reactor
  • 6beb741 Only warn if a referenced repository can not be loaded
  • 4a83152 [backport] Add properties to parameters of fix-artifacts-metadata mojo
  • 7006001 Do not use helper for create memory composite
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 3.0.4 to 4.0.6

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Patrick Ziegler

💰 we would like to also thank Sigasi 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.6

backports:

  • Support for CycloneDX Maven Plugin

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		... other configuration options ...
		<repositoryReferenceFilter>
			<addOnlyProviding>true</addOnlyProviding>
			<exclude>
				<location>https://foo.bar.org/hidden/**</location>
				<location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
				<location>![https://foo.bar.org/**]</location>
</tr></table> 

... (truncated)

Commits
  • 9942454 Perform 4.0.6 release
  • 494719d Add dependabot.yml for automerge
  • 9f7b003 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11
  • 8afa570 Make the slicing options of the mirror-target-platform mojo configurable
  • 63217e8 Import SlicingOptions from P2
  • 99023f3 Add p2-aware model converter for CycloneDX SBOM generation
  • 6e71937 Add a mojo that generates a target platform from the current reactor
  • 6beb741 Only warn if a referenced repository can not be loaded
  • 4a83152 [backport] Add properties to parameters of fix-artifacts-metadata mojo
  • 7006001 Do not use helper for create memory composite
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-source-plugin from 3.0.4 to 4.0.6

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Patrick Ziegler

💰 we would like to also thank Sigasi 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-source-plugin's changelog.

4.0.6

backports:

  • Support for CycloneDX Maven Plugin

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-repository-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		... other configuration options ...
		<repositoryReferenceFilter>
			<addOnlyProviding>true</addOnlyProviding>
			<exclude>
				<location&g...
Description has been truncated

Bumps `tycho-version` from 3.0.4 to 4.0.6.

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

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

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

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

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

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

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 3.0.4 to 4.0.6

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 24, 2024
@kriegaex
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2024
@dependabot dependabot bot deleted the dependabot/maven/tycho-version-4.0.6 branch March 24, 2024 07:35
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.

1 participant