eclipse-passage / passage

Define and control license checks and usage constraints for OSGi / RCP / IDE
https://www.eclipse.org/passage/
Eclipse Public License 2.0
7 stars 8 forks source link

fix(deps): bump tycho-build from 3.0.1 to 3.0.2 #1206

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tycho-build from 3.0.1 to 3.0.2.

Release notes

Sourced from tycho-build'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

Changelog

Sourced from tycho-build'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


Dependabot compatibility score

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

Codecov Report

Merging #1206 (578263b) into master (c0013b8) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1206   +/-   ##
=========================================
  Coverage     33.47%   33.47%           
  Complexity      359      359           
=========================================
  Files          1175     1175           
  Lines         25744    25744           
  Branches       1590     1590           
=========================================
  Hits           8618     8618           
  Misses        16605    16605           
  Partials        521      521           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

Superseded by #1207.