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 org.eclipse.tycho:tycho-build from 3.0.5 to 4.0.5 #1551

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps org.eclipse.tycho:tycho-build from 3.0.5 to 4.0.5.

Release notes

Sourced from org.eclipse.tycho:tycho-build's releases.

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

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

  • Александър Куртаков
  • Christoph Läubrich
  • Dennis Hendriks
  • dependabot[bot]
  • Ed Merks
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • Jose M. Arnesto
  • Kyle Smith
  • Lars Vogel
  • Lorenzo Bettini
  • Martin D'Aloia
  • Michael Keppler
  • Patrick Ziegler

💰 we would like to also thank Sigasi for sponsoring contributions in this release and the Eclipse IDE Workingroup for funding the release work.

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

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-build's changelog.

4.0.5

backports:

  • support for parallel execution of product assembly / archiving
  • new repo-to-runnable mojo
  • support for embedded target locations
  • using javac as the compiler for Tycho
  • new mirror-target-platform mojo
  • new director mojo
  • support for PDE Api Tools Annotations
  • api tools fixes
  • new tycho-eclipse-plugin

4.0.4

Backports:

  • Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
  • Only set download/install-size attributes in features if they exist
  • Call the API tools directly without using ApiAnalysisApplication
  • Make additional P2 units from p2.inf available to the target-platform

4.0.3

new option to filter added repository-references when assembling a p2-repository

If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository (via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added. Additionally the automatically added references can be filter based on if they provide any of the filtered units or not. If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-p2-repository-plugin</artifactId>
    <version>${tycho-version}</version>
    <configuration>
        ... other configuration options ...
        <repositoryReferenceFilter>
            <addOnlyProviding>true</addOnlyProviding>
            <exclude>
                <location>https://foo.bar.org/hidden/**</location>
                <location>%regex[http(s)?:\/\/foo\.bar\.org\/secret\/.*]</location>
                <location>![https://foo.bar.org/**]</location>
            </exclude>
        </repositoryReferenceFilter>
    </configuration>
</plugin>

... (truncated)

Commits
  • bc6c415 Update versions for release 4.0.5
  • a8d5335 Add deprecation notice regarding tycho.mode=maven
  • 8174f69 Retry if fail with ARTIFACT_EXISTS error code
  • 93952d0 Move p2 dependency tree logic from tycho-p2-plugin to tycho-core
  • 9902cff Add workaround for latest maven-install plugin
  • 39c622a Improve the error message in case of a DependencyResolutionException
  • 89bd581 Support enhancing the ECJ logs with API problems
  • 9f1a7ea Skip CHECK_TRUST phase and allow parallel execution of product assembly
  • c6ed214 Fork DirectorApplication / PhaseSetFactory from P2
  • 7561bdb Bump org.mockito:mockito-core from 5.9.0 to 5.10.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 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 4 months ago

Superseded by #1558.