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.3 in /wikitext-sample #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

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

Release notes

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

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

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

  • Cédric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

💰 we would like to also thank the Eclipse IDE Working Group 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:tycho-maven-plugin's changelog.

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>
			</exclude>
		</repositoryReferenceFilter>
	</configuration>
</plugin>
4.0.2

new option to include referenced repositories when resolving the target platform
Add dummy parameter to prevent warnings with jgit as timestamp provider

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
</tr></table>

... (truncated)

Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view

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

Release notes

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

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

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

  • Cédric Marin
  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Jakub Stroleny

💰 we would like to also thank the Eclipse IDE Working Group 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.

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>
			</exclude>
		</repositoryReferenceFilter>
	</configuration>
</plugin>
4.0.2

new option to include referenced repositories when resolving the target platform
Add dummy parameter to prevent warnings with jgit as timestamp provider

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
</tr></table>

... (truncated)

Commits
  • 88e4728 Prepare release
  • ca77cc2 Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • 6aedcd2 Print added repository-references when assembly a p2-repository
  • 729c80f Suppress addition of unnecessary repo-refereces when assembling p2-repos
  • 0c3be9b Remove unused MavenBundlesArtifactRepository
  • ccd3e2a Return the maven location for missing junit bundles
  • 0c5e59f Introduce a public static constant for the current eclipse release
  • 242a2a8 Fix creation of output directory in packaging mojo
  • 2ee751b Assemble repository for all environments in one pass
  • b3f0eec Bump org.apache.maven.resolver:maven-resolver-util from 1.9.15 to 1.9.16
  • Additional commits viewable in compare view

Updates org.eclipse.tycho.extras:target-platform-validation-plugin from 3.0.5 to 4.0.3

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 2, 2023
@carstenartur carstenartur force-pushed the dependabot/maven/wikitext-sample/tycho-version-4.0.3 branch from 7154aac to 1e63c2a Compare July 27, 2024 15:26
Bumps `tycho-version` from 3.0.5 to 4.0.3.

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

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

Updates `org.eclipse.tycho.extras:target-platform-validation-plugin` from 3.0.5 to 4.0.3

---
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.extras:target-platform-validation-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@carstenartur carstenartur force-pushed the dependabot/maven/wikitext-sample/tycho-version-4.0.3 branch from 1e63c2a to 1c9f98f Compare July 28, 2024 18:18
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.

0 participants