Skip to content

Commit fccb9df

Browse files
committed
Update Release notes and remove dependabot and platform workflows
1 parent bd373cd commit fccb9df

File tree

6 files changed

+23
-270
lines changed

6 files changed

+23
-270
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/dependabot.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/verify-platform.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/verify-platform2.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/verify-platform3.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

RELEASE_NOTES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
This page describes the noteworthy improvements provided by each release of Eclipse Tycho.
44

5+
## 4.0.13
6+
7+
**Important Notice:** With this release Tycho 4 becomes end-of-life and we do not plan to
8+
perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer
9+
easily upgrade.
10+
11+
Instead we encourage people to migrate to Tycho 5 as the new main line for the next release.
12+
Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the
13+
current [tycho snapshot](https://github.com/eclipse/tycho/wiki#getting-tycho-snapshots) build
14+
to identify possible regression before the release.
15+
16+
backports:
17+
- Resolve jars and library extra.classpath entries optionally
18+
- Copy non java sources to the output in bnd-builds
19+
- Handle version range in dependencies for target locations
20+
- tycho-apitools-plugin:verify: Add option to write XML report
21+
- Add support for using conditional packages directive.
22+
- Support custom variables in linked resources
23+
- Fix case where a non jar dependency is in the chain for wrapping
24+
- Fix dependency is ignored when previously found with other scope
25+
- Add flag to skip execution of tycho-source-plugin
26+
- Improve performance by only ask for locations once
27+
528
## 4.0.12
629

730
### Support for JUnit 5.12

0 commit comments

Comments
 (0)