directory-studio icon indicating copy to clipboard operation
directory-studio copied to clipboard

Bump tycho.version from 2.3.0 to 4.0.7

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps tycho.version from 2.3.0 to 4.0.7. Updates org.eclipse.tycho:tycho-maven-plugin from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho. If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline: grafik

5.0.0 (under development)

Support for CycloneDX Maven Plugin

The tycho-sbom plugin can be added as a dependency to the CycloneDX plugin, in order to handle the PURL creation of p2 artifacts:

<plugin>
	<groupId>org.cyclonedx</groupId>
	<artifactId>cyclonedx-maven-plugin</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-sbom</artifactId>
			<version>${tycho-version}</version>
		</dependency>
	</dependencies>
</plugin>

Support for parallel execution of product assembly / archiving

The mojos materialize-products and archive-products now support a new <parallel> parameter that enables the parallel assembly / packaging of different product variants.

You can enable this for example like this:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-director-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<parallel>true</parallel>
	</configuration>
</plugin>

new repo-to-runnable mojo

This is a replacement for the Repo2Runnable ant task, example:

... (truncated)

Commits
  • 0dbf79b Perform 4.0.7 release
  • 96143c8 tycho-p2-director:director: Fix handling of destination on macOS
  • e21610e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0
  • 8b42557 Bump asm.version from 9.6 to 9.7
  • 57a15e9 Check that the 34 test is seeing an older version
  • a11aa9b Update latest release to 2024-03
  • 1f0bb2a Add test case for PublishFeaturesAndBundlesMojo marking bundle unpacked
  • 8fa411b Prevent ConcurrentModificationException in PomInstallableUnitStore
  • d0f217f Add an option to enhance the compile log with baseline problems
  • 4fa783a Enforce UTC time for parsing qualifiers
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-compiler-plugin from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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-compiler-plugin's changelog.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho. If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline: grafik

5.0.0 (under development)

Support for CycloneDX Maven Plugin

The tycho-sbom plugin can be added as a dependency to the CycloneDX plugin, in order to handle the PURL creation of p2 artifacts:

<plugin>
	<groupId>org.cyclonedx</groupId>
	<artifactId>cyclonedx-maven-plugin</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-sbom</artifactId>
			<version>${tycho-version}</version>
		</dependency>
	</dependencies>
</plugin>

Support for parallel execution of product assembly / archiving

The mojos materialize-products and archive-products now support a new <parallel> parameter that enables the parallel assembly / packaging of different product variants.

You can enable this for example like this:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-director-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<parallel>true</parallel>
	</configuration>
</plugin>

new repo-to-runnable mojo

This is a replacement for the Repo2Runnable ant task, example:

... (truncated)

Commits
  • 0dbf79b Perform 4.0.7 release
  • 96143c8 tycho-p2-director:director: Fix handling of destination on macOS
  • e21610e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0
  • 8b42557 Bump asm.version from 9.6 to 9.7
  • 57a15e9 Check that the 34 test is seeing an older version
  • a11aa9b Update latest release to 2024-03
  • 1f0bb2a Add test case for PublishFeaturesAndBundlesMojo marking bundle unpacked
  • 8fa411b Prevent ConcurrentModificationException in PomInstallableUnitStore
  • d0f217f Add an option to enhance the compile log with baseline problems
  • 4fa783a Enforce UTC time for parsing qualifiers
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho. If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline: grafik

5.0.0 (under development)

Support for CycloneDX Maven Plugin

The tycho-sbom plugin can be added as a dependency to the CycloneDX plugin, in order to handle the PURL creation of p2 artifacts:

<plugin>
	<groupId>org.cyclonedx</groupId>
	<artifactId>cyclonedx-maven-plugin</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-sbom</artifactId>
			<version>${tycho-version}</version>
		</dependency>
	</dependencies>
</plugin>

Support for parallel execution of product assembly / archiving

The mojos materialize-products and archive-products now support a new <parallel> parameter that enables the parallel assembly / packaging of different product variants.

You can enable this for example like this:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-director-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<parallel>true</parallel>
	</configuration>
</plugin>

new repo-to-runnable mojo

This is a replacement for the Repo2Runnable ant task, example:

... (truncated)

Commits
  • 0dbf79b Perform 4.0.7 release
  • 96143c8 tycho-p2-director:director: Fix handling of destination on macOS
  • e21610e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0
  • 8b42557 Bump asm.version from 9.6 to 9.7
  • 57a15e9 Check that the 34 test is seeing an older version
  • a11aa9b Update latest release to 2024-03
  • 1f0bb2a Add test case for PublishFeaturesAndBundlesMojo marking bundle unpacked
  • 8fa411b Prevent ConcurrentModificationException in PomInstallableUnitStore
  • d0f217f Add an option to enhance the compile log with baseline problems
  • 4fa783a Enforce UTC time for parsing qualifiers
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho. If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline: grafik

5.0.0 (under development)

Support for CycloneDX Maven Plugin

The tycho-sbom plugin can be added as a dependency to the CycloneDX plugin, in order to handle the PURL creation of p2 artifacts:

<plugin>
	<groupId>org.cyclonedx</groupId>
	<artifactId>cyclonedx-maven-plugin</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-sbom</artifactId>
			<version>${tycho-version}</version>
		</dependency>
	</dependencies>
</plugin>

Support for parallel execution of product assembly / archiving

The mojos materialize-products and archive-products now support a new <parallel> parameter that enables the parallel assembly / packaging of different product variants.

You can enable this for example like this:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-director-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<parallel>true</parallel>
	</configuration>
</plugin>

new repo-to-runnable mojo

This is a replacement for the Repo2Runnable ant task, example:

... (truncated)

Commits
  • 0dbf79b Perform 4.0.7 release
  • 96143c8 tycho-p2-director:director: Fix handling of destination on macOS
  • e21610e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0
  • 8b42557 Bump asm.version from 9.6 to 9.7
  • 57a15e9 Check that the 34 test is seeing an older version
  • a11aa9b Update latest release to 2024-03
  • 1f0bb2a Add test case for PublishFeaturesAndBundlesMojo marking bundle unpacked
  • 8fa411b Prevent ConcurrentModificationException in PomInstallableUnitStore
  • d0f217f Add an option to enhance the compile log with baseline problems
  • 4fa783a Enforce UTC time for parsing qualifiers
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-surefire-plugin from 2.3.0 to 4.0.7

Updates org.eclipse.tycho:tycho-p2-repository-plugin from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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-repository-plugin's changelog.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho. If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline: grafik

5.0.0 (under development)

Support for CycloneDX Maven Plugin

The tycho-sbom plugin can be added as a dependency to the CycloneDX plugin, in order to handle the PURL creation of p2 artifacts:

<plugin>
	<groupId>org.cyclonedx</groupId>
	<artifactId>cyclonedx-maven-plugin</artifactId>
	<dependencies>
		<dependency>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-sbom</artifactId>
			<version>${tycho-version}</version>
		</dependency>
	</dependencies>
</plugin>

Support for parallel execution of product assembly / archiving

The mojos materialize-products and archive-products now support a new <parallel> parameter that enables the parallel assembly / packaging of different product variants.

You can enable this for example like this:

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-p2-director-plugin</artifactId>
	<version>${tycho-version}</version>
	<configuration>
		<parallel>true</parallel>
	</configuration>
</plugin>

new repo-to-runnable mojo

This is a replacement for the Repo2Runnable ant task, example:

... (truncated)

Commits
  • 0dbf79b Perform 4.0.7 release
  • 96143c8 tycho-p2-director:director: Fix handling of destination on macOS
  • e21610e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0
  • 8b42557 Bump asm.version from 9.6 to 9.7
  • 57a15e9 Check that the 34 test is seeing an older version
  • a11aa9b Update latest release to 2024-03
  • 1f0bb2a Add test case for PublishFeaturesAndBundlesMojo marking bundle unpacked
  • 8fa411b Prevent ConcurrentModificationException in PomInstallableUnitStore
  • d0f217f Add an option to enhance the compile log with baseline problems
  • 4fa783a Enforce UTC time for parsing qualifiers
  • Additional commits viewable in compare view

Updates org.eclipse.tycho.extras:tycho-p2-extras-plugin from 2.3.0 to 4.0.7

Updates org.eclipse.tycho:tycho-p2-director-plugin from 2.3.0 to 4.0.7

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Ed Merks
  • Heiko Klare
  • Marco Lehmann-Mörz
  • Sebastian Ratz
  • Александър Куртаков

💰 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

dependabot[bot] avatar Mar 28 '24 00:03 dependabot[bot]