Skip to content

Releases: forge/roaster

2.29.0.Final

16 Aug 13:45
b64e024
Compare
Choose a tag to compare

Features

Because the latest Eclipse JDT update is compiled against JDK 17, Roaster is now built against JDK 17. The JDK 11 build is no longer available.

What's Changed

Full Changelog: 2.28.0.Final...2.29.0.Final

2.28.0.Final

10 Nov 17:39
3fa3769
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.27.1.Final...2.28.0.Final

2.27.1.Final

09 Nov 17:53
47e510b
Compare
Choose a tag to compare

2.27.0.Final

08 Nov 00:50
5967ea3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.26.0.Final...2.27.0.Final

2.26.0.Final

11 Jul 12:14
bc29fbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.25.0.Final...2.26.0.Final

2.25.0.Final

21 May 12:22
e993e07
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/forge/roaster/commits/2.25.0.Final

Add this to your pom.xml:

<properties>
  <version.roaster>2.25.0.Final</version.roaster>
</properties>

<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-api</artifactId>
  <version>${version.roaster}</version>
</dependency>
<dependency>
  <groupId>org.jboss.forge.roaster</groupId>
  <artifactId>roaster-jdt</artifactId>
  <version>${version.roaster}</version>
  <scope>runtime</scope>
</dependency>