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.5 to 4.0.1 #328

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps tycho-version from 3.0.5 to 4.0.1.
Updates org.eclipse.tycho:tycho-maven-plugin from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

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

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

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

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

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

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-surefire-plugin from 3.0.5 to 4.0.1

Updates org.eclipse.tycho:tycho-compiler-plugin from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

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

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-p2-plugin from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

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

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-versions-plugin from 3.0.5 to 4.0.1

Release notes

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

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 31, 2023
@adangel
Copy link
Member

adangel commented Aug 6, 2023

@dependabot rebase

Bumps `tycho-version` from 3.0.5 to 4.0.1.

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

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

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

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 3.0.5 to 4.0.1

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

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

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

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:target-platform-configuration
  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-surefire-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-p2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/tycho-version-4.0.1 branch from e98dc19 to 020e173 Compare August 6, 2023 15:35
@adangel adangel merged commit 78eccce into develop Aug 6, 2023
8 checks passed
@adangel adangel deleted the dependabot/maven/tycho-version-4.0.1 branch August 6, 2023 15:56
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.

None yet

1 participant