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 org.eclipse.tycho:target-platform-configuration from 2.7.4 to 4.0.4 #163

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.eclipse.tycho:target-platform-configuration from 2.7.4 to 4.0.4.

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Gilles
  • Hannes Wellmann
  • Lars Vogel
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Pierre-Charles David
  • Tobias Hahnen
  • Vasili Gulevich
  • Александър Куртаков

💰 we would like to also thank the Eclipse IDE Workinggroup for sponsoring the releng work in this release

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)

new tycho-eclipse-plugin

Tycho now contains a new tycho-eclipse-plugin that is dedicated to executing "tasks like eclipse", this currently includes

  • the former tycho-extras tycho-eclipserun-plugin and its mojos
  • a new eclipse-build mojo that allows to take a literal eclipse project and execute the build on it

new eclipse-build mojo

The eclipse-build mojo can be used like this

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

support for PDE Api Tools Annotations

Tycho now supports PDE Api Tools Annotations to be added to the project automatically.

To enable this add

<plugin>
	<groupId>org.eclipse.tycho</groupId>
	<artifactId>tycho-apitools-plugin</artifactId>
	<version>${tycho-version}</version>
</plugin>	

to your project and make sure it has the org.eclipse.pde.api.tools.apiAnalysisNature nature enabled in the .project file, for details how to use these see:

... (truncated)

Commits
  • 868454b Update versions for release 4.0.4
  • 272d217 Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.1
  • 6c1d589 Fix possible NPE in AbstractApplication as seen in integration tests
  • b2797bc Add stripped down pdebuild bundle as a testcase
  • 34388f5 Set the real output location for embedded jars in ApiAnalysis
  • f5ba496 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0
  • 849778a Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.1
  • d0479eb Bump surefire-version from 3.2.1 to 3.2.2
  • 0e0a174 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
  • 1d8b72e Bump pluginToolsVersion from 3.10.1 to 3.10.2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.eclipse.tycho:target-platform-configuration](https://github.com/eclipse-tycho/tycho) from 2.7.4 to 4.0.4.
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-2.7.4...tycho-4.0.4)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:target-platform-configuration
  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 Dec 1, 2023
@ctubbsii ctubbsii closed this Jan 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. 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/org.eclipse.tycho-target-platform-configuration-4.0.4 branch January 2, 2024 23: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