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.3 #1207

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tycho-build from 3.0.1 to 3.0.3.

Release notes

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

Changelog

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


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 #1207 (d5a36ed) into master (c0013b8) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d5a36ed differs from pull request most recent head f0f0058. Consider uploading reports for the commit f0f0058 to get more accurate results

@@            Coverage Diff            @@
##             master    #1207   +/-   ##
=========================================
  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

ruspl-afed commented 1 year ago

@dependabot merge