Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tycho-core from 3.0.5 to 4.0.0 #313

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps tycho-core from 3.0.5 to 4.0.0.

Release notes

Sourced from tycho-core's releases.

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

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

  • Ben Shelbourne
  • Brian de Alwis
  • Christoph Läubrich
  • Daniel Schwering
  • dependabot[bot]
  • Dieter Mai
  • Ed Merks
  • Edoardo Luppi
  • Gabriel Einsdorf
  • Gregor Latuske
  • Hannes Wellmann
  • Jakub Stroleny
  • Joe Shannon
  • Jonah Graham
  • Konrad Windszus
  • Lars Vogel
  • lgoubet
  • Lorenzo Bettini
  • Michael Keppler
  • Mickael Istria
  • Patrick Ziegler
  • Peter Hermsdorf
  • Roncla
  • Sebastian Ratz
  • StepSecurity Bot
  • Vaclav Hala
  • William Riley
  • Александър Куртаков

💰 we would like to also thank Faktor Zehn GmbH for sponsoring contributions and the Eclipse IDE Working Group for sponsoring the releng work in this release

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

Regards,

The Tycho Team

Changelog

Sourced from tycho-core's changelog.

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:

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-apitools-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        <baselines>
            <repository>
                <url>... your baseline repo ...</url>
            </repository>
</tr></table> 

... (truncated)

Commits
  • cd88ba9 Prepare 4.0.0 Release
  • bfec3de Let the MavenAuthenticator caches be static to share state
  • 530b623 Use maven-plugin-report-plugin for sitedocs
  • ba7b1a9 Issue #2589 Strip asterisk (*) characters from URIs
  • 6828bb1 Bump maven-version from 3.9.2 to 3.9.3
  • a4a3eb3 Add support for p2.inf in eclipse-repository packaging
  • 3569ad7 Bump maven-resolver-util from 1.9.12 to 1.9.13
  • 2b875dd Update RELEASE_NOTES.md
  • d08e3a5 Prepare for 4.x release
  • 6ee26e7 Bump commons-codec from 1.15 to 1.16.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)

Bumps [tycho-core](https://github.com/eclipse-tycho/tycho) from 3.0.5 to 4.0.0.
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/master/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-3.0.5...tycho-4.0.0)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@dependabot dependabot bot requested a review from mbarbero July 3, 2023 08:45
@akurtakov akurtakov merged commit 68d8dfd into main Jul 3, 2023
6 checks passed
@akurtakov akurtakov deleted the dependabot/maven/org.eclipse.tycho-tycho-core-4.0.0 branch July 3, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant