This page describes the noteworthy improvements provided by each release of Eclipse Tycho.
If you are reading this in the browser, then you can quickly jump to specific versions by using the rightmost button above the headline:
5.0.0 (under development)
new tycho-repository-plugin
Tycho now contains a new tycho-repository-plugin that can be used to package OSGi repositories.
new option to include referenced repositories when resolving the target platform
Repositories can contain references to other repositories (e.g. to find additional dependencies), from now on there is a new option to also consider these references:
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.
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)
Bumps org.eclipse.tycho:tycho-core from 4.0.3 to 4.0.4.
Release notes
Sourced from org.eclipse.tycho:tycho-core's releases.
... (truncated)
Changelog
Sourced from org.eclipse.tycho:tycho-core's changelog.
... (truncated)
Commits
868454b
Update versions for release 4.0.4272d217
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.16c1d589
Fix possible NPE in AbstractApplication as seen in integration testsb2797bc
Add stripped down pdebuild bundle as a testcase34388f5
Set the real output location for embedded jars in ApiAnalysisf5ba496
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0849778a
Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.1d0479eb
Bump surefire-version from 3.2.1 to 3.2.20e0a174
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.21d8b72e
Bump pluginToolsVersion from 3.10.1 to 3.10.2Dependabot 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