camel-tooling / camel-lsp-client-eclipse

This is a client implementation of the Apache Camel Language Server Protocol for Eclipse IDE
Apache License 2.0
12 stars 11 forks source link

Bump tycho.version from 2.7.5 to 3.0.3 #191

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tycho.version from 2.7.5 to 3.0.3. Updates tycho-maven-plugin from 2.7.5 to 3.0.3

Release notes

Sourced from tycho-maven-plugin's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

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

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

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

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from tycho-maven-plugin's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view


Updates target-platform-configuration from 2.7.5 to 3.0.3

Release notes

Sourced from target-platform-configuration's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

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

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

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

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from target-platform-configuration's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view


Updates tycho-surefire-plugin from 2.7.5 to 3.0.3

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)
dependabot[bot] commented 1 year ago

Superseded by #194.