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 3.0.4 to 4.0.1 #208

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps tycho.version from 3.0.4 to 4.0.1. Updates org.eclipse.tycho:tycho-maven-plugin from 3.0.4 to 4.0.1

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

đź’° we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
    <groupId>org.eclipse.tycho.extras</groupId>
    <artifactId>tycho-document-bundle-plugin</artifactId>
    <version>${tycho-version}</version>
    <executions>
        <execution>
            <id>index</id>
            <goals>
                <goal>build-help-index</goal>
            </goals>
        </execution>
    </executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:target-platform-configuration from 3.0.4 to 4.0.1

Release notes

Sourced from org.eclipse.tycho:target-platform-configuration's releases.

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

đź’° we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

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

Regards,

The Tycho Team

What's Changed

Full Changelog: https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.0...tycho-4.0.1

... (truncated)

Changelog

Sourced from org.eclipse.tycho:target-platform-configuration's changelog.

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
    <groupId>org.eclipse.tycho.extras</groupId>
    <artifactId>tycho-document-bundle-plugin</artifactId>
    <version>${tycho-version}</version>
    <executions>
        <execution>
            <id>index</id>
            <goals>
                <goal>build-help-index</goal>
            </goals>
        </execution>
    </executions>
</plugin>

New API-Tools Mojo

There is now a new mojo that replaces the usual ant-based workflow to call the PDE-API tools, it can be used like this:

... (truncated)

Commits
  • 26e5540 Prepare for new release
  • 7e0f9db First check if it is likely a valid descriptor before issue validation
  • 0adc55e Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
  • 9395656 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 46512b7 SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is ...
  • 6c81917 Return the packed project artifact as the location of the Artifact (#2667) (#...
  • 0745514 Create a commit hash for local builds as well (#2673) (#2674)
  • 28e50ee Bump org.junit.vintage:junit-vintage-engine from 5.9.3 to 5.10.0
  • 7a6e72b Bump org.apache.maven.resolver:maven-resolver-util from 1.9.13 to 1.9.14
  • c043ba3 Check if the about to be injected maven coordinates can be resolved
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-surefire-plugin from 3.0.4 to 4.0.1

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 11 months ago

Superseded by #211.