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.4.0 to 2.5.0 #148

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tycho.version from 2.4.0 to 2.5.0. Updates tycho-maven-plugin from 2.4.0 to 2.5.0

Changelog

Sourced from tycho-maven-plugin's changelog.

2.5.0

Support for PGP Signatures in maven-p2 sites

The assemble-maven-repository mojo now supports embedding the PGP signature of maven artifacts to allow additional verifications and trust decisions.

Support for new m2e-pde features

Tycho supports the new m2e-pde features regarding multiple dependencies per target and specifying extra repositories in the target.

Improved cache handling

Previously tycho failed if the remote update-site server was not available even if the file is already downloaded. Now, it uses the local file instead and issues a warning instead.

M2_REPO classpath variable support

Tycho now supports M2_REPO variable from .classpath

Commits
  • 7bd8eb0 Update versions to 2.5.0
  • 34e8939 #303 M2E-core build fails with Uses-constraint-violations (#307)
  • a4b9d01 Update Jenkinsfile
  • 6600915 Fix #303 M2E-core build fails with Uses-constraint-violations (#304)
  • 968172d Fix #261 BaselineValidator.validateAndReplace() fails with UnsupportedOperati...
  • f9a8c9e Fix #292 Use POSIX longfile/bigfile mode
  • 2dbbfcf Merge pull request #296 from LorenzoBettini/patch-1
  • e12717c Update RELEASE_NOTES.md
  • 56569de Update RELEASE_NOTES.md
  • c06acab Update Releasing_Tycho.md
  • Additional commits viewable in compare view


Updates target-platform-configuration from 2.4.0 to 2.5.0

Changelog

Sourced from target-platform-configuration's changelog.

2.5.0

Support for PGP Signatures in maven-p2 sites

The assemble-maven-repository mojo now supports embedding the PGP signature of maven artifacts to allow additional verifications and trust decisions.

Support for new m2e-pde features

Tycho supports the new m2e-pde features regarding multiple dependencies per target and specifying extra repositories in the target.

Improved cache handling

Previously tycho failed if the remote update-site server was not available even if the file is already downloaded. Now, it uses the local file instead and issues a warning instead.

M2_REPO classpath variable support

Tycho now supports M2_REPO variable from .classpath

Commits
  • 7bd8eb0 Update versions to 2.5.0
  • 34e8939 #303 M2E-core build fails with Uses-constraint-violations (#307)
  • a4b9d01 Update Jenkinsfile
  • 6600915 Fix #303 M2E-core build fails with Uses-constraint-violations (#304)
  • 968172d Fix #261 BaselineValidator.validateAndReplace() fails with UnsupportedOperati...
  • f9a8c9e Fix #292 Use POSIX longfile/bigfile mode
  • 2dbbfcf Merge pull request #296 from LorenzoBettini/patch-1
  • e12717c Update RELEASE_NOTES.md
  • 56569de Update RELEASE_NOTES.md
  • c06acab Update Releasing_Tycho.md
  • Additional commits viewable in compare view


Updates tycho-surefire-plugin from 2.4.0 to 2.5.0

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 2 years ago

Superseded by #150.