minova-afis / aero.minova.rcp

Der Standard RCP Fatclient von MINOVA Abrechnung={MIN/Intern-MIN/CORE/ZPROGRAM}
Eclipse Public License 2.0
6 stars 2 forks source link

Bump tycho.version from 3.0.5 to 4.0.2 #1525

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps tycho.version from 3.0.5 to 4.0.2. Updates org.eclipse.tycho:tycho-maven-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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.1...tycho-4.0.2

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

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

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>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-versions-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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.1...tycho-4.0.2

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

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

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>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:tycho-packaging-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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.1...tycho-4.0.2

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

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

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>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view


Updates org.eclipse.tycho:target-platform-configuration from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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.1...tycho-4.0.2

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

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

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>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 9 months ago

Superseded by #1530.