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 tychoVersion from 3.0.5 to 4.0.1 #111

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps tychoVersion from 3.0.5 to 4.0.1.
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-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-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:tycho-source-plugin from 3.0.5 to 4.0.1

Release notes

Sourced from org.eclipse.tycho:tycho-source-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-source-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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `tychoVersion` from 3.0.5 to 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-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-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:tycho-source-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:target-platform-configuration
  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-maven-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
...

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 Aug 1, 2023
@ctubbsii ctubbsii closed this Aug 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/tychoVersion-4.0.1 branch August 2, 2023 02:44
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