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.2 #190

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from tycho-maven-plugin's releases.

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
  • Brian de Alwis
  • Christian Dietrich
  • Christoph Läubrich
  • Daniel Schwering
  • dependabot[bot]
  • Hannes Wellmann
  • Holger Voormann
  • Joe Shannon
  • Johannes Bechberger
  • Jonah Graham
  • Kyle Smith
  • Lorenzo Bettini
  • Martin Schreiber
  • Mat Booth
  • Michael Keppler
  • Mickael Istria
  • mschreiber
  • Patrick Ziegler

... (truncated)

Changelog

Sourced from tycho-maven-plugin's changelog.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho.

4.0.0 (under development)

Class loading changes for Eclipse based tests

Due to reported class loading clashes, the ordering of class loading has been modified in Eclipse based tests. The previous loading can be restored by a new classLoaderOrder parameter. This applies to tycho-surefire-plugin:test and tycho-surefire-plugin:plugin-test.

new bnd-test mojo

Tycho now has a new mojo tycho-surefire-plugin:bnd-test to easily execute tests using the bnd-testing framework. This is similar to tycho-surefire-plugin:plugin-test but uses the BND testing framework, integrates nicely with the OSGi Testing Support and allows to execute prebuild test-bundles.

Additional information and a demo can be found here: https://tycho.eclipseprojects.io/doc/master/TestingBundles.html#bnd-testing

new tycho-baseline-plugin

Tycho now has a new mojo to perform baseline comparisons similar to the bnd-baseline-plugin but takes the tycho-dependency model into account.

A usual configuration looks like this:

<plugin>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>tycho-baseline-plugin</artifactId>
   <version>${tycho.version}</version>
   <executions>
     <execution>
       <id>baseline-check</id>
       <goals>
         <goal>verify</goal>
       </goals>
       <configuration>
         <baselines>
           <repository>
               <id>optional, only required for proxy setup or password protected sites</id>
               <url>URL of P2 repository that should be used as a baseline</url>
           </repository>
         </baselines>
       </configuration>
     </execution>
   </executions>
 </plugin>

... (truncated)

Commits
  • c8c12c8 Prepare 3.0.2 release
  • 09d148b Backport documentation changes
  • 9fe2ebf Backport "Support resolving of target projects from the reactor"
  • d655879 NPE in Tycho 3 OsgiBundleProject.resolveClassPath
  • 97f3f1a Synchronize ProjectDependenciesResolver access
  • 3bd9d27 Backport missing replaceTypeWithExtension option (false by default)
  • a2e3692 Backport Target platform resolved multiple times
  • 1e9c6c5 Backport Mirroring of packed artifacts must be disabled
  • 53abb57 Backport of #2005
  • 3627bea Add release note
  • Additional commits viewable in compare view


Updates target-platform-configuration from 2.7.5 to 3.0.2

Release notes

Sourced from target-platform-configuration's releases.

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
  • Brian de Alwis
  • Christian Dietrich
  • Christoph Läubrich
  • Daniel Schwering
  • dependabot[bot]
  • Hannes Wellmann
  • Holger Voormann
  • Joe Shannon
  • Johannes Bechberger
  • Jonah Graham
  • Kyle Smith
  • Lorenzo Bettini
  • Martin Schreiber
  • Mat Booth
  • Michael Keppler
  • Mickael Istria
  • mschreiber
  • Patrick Ziegler

... (truncated)

Changelog

Sourced from target-platform-configuration's changelog.

Eclipse Tycho: Release notes

This page describes the noteworthy improvements provided by each release of Eclipse Tycho.

4.0.0 (under development)

Class loading changes for Eclipse based tests

Due to reported class loading clashes, the ordering of class loading has been modified in Eclipse based tests. The previous loading can be restored by a new classLoaderOrder parameter. This applies to tycho-surefire-plugin:test and tycho-surefire-plugin:plugin-test.

new bnd-test mojo

Tycho now has a new mojo tycho-surefire-plugin:bnd-test to easily execute tests using the bnd-testing framework. This is similar to tycho-surefire-plugin:plugin-test but uses the BND testing framework, integrates nicely with the OSGi Testing Support and allows to execute prebuild test-bundles.

Additional information and a demo can be found here: https://tycho.eclipseprojects.io/doc/master/TestingBundles.html#bnd-testing

new tycho-baseline-plugin

Tycho now has a new mojo to perform baseline comparisons similar to the bnd-baseline-plugin but takes the tycho-dependency model into account.

A usual configuration looks like this:

<plugin>
   <groupId>org.eclipse.tycho</groupId>
   <artifactId>tycho-baseline-plugin</artifactId>
   <version>${tycho.version}</version>
   <executions>
     <execution>
       <id>baseline-check</id>
       <goals>
         <goal>verify</goal>
       </goals>
       <configuration>
         <baselines>
           <repository>
               <id>optional, only required for proxy setup or password protected sites</id>
               <url>URL of P2 repository that should be used as a baseline</url>
           </repository>
         </baselines>
       </configuration>
     </execution>
   </executions>
 </plugin>

... (truncated)

Commits
  • c8c12c8 Prepare 3.0.2 release
  • 09d148b Backport documentation changes
  • 9fe2ebf Backport "Support resolving of target projects from the reactor"
  • d655879 NPE in Tycho 3 OsgiBundleProject.resolveClassPath
  • 97f3f1a Synchronize ProjectDependenciesResolver access
  • 3bd9d27 Backport missing replaceTypeWithExtension option (false by default)
  • a2e3692 Backport Target platform resolved multiple times
  • 1e9c6c5 Backport Mirroring of packed artifacts must be disabled
  • 53abb57 Backport of #2005
  • 3627bea Add release note
  • Additional commits viewable in compare view


Updates tycho-surefire-plugin from 2.7.5 to 3.0.2

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 #191.