Releases: forge/roaster
Releases · forge/roaster
2.29.0.Final
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
- Bump assertj-core from 3.23.1 to 3.24.1 by @dependabot in #282
- Bump mockito-core from 5.3.0 to 5.3.1 by @dependabot in #291
- Update to JDK 17 by @gastaldi in #296
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #294
- Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.31.0 to 3.34.0 by @dependabot in #295
Full Changelog: 2.28.0.Final...2.29.0.Final
2.28.0.Final
What's Changed
Full Changelog: 2.27.1.Final...2.28.0.Final
2.27.1.Final
Full Changelog: 2.27.0.Final...2.27.1.Final
2.27.0.Final
What's Changed
- Bump junit-jupiter from 5.8.2 to 5.9.0 by @dependabot in #248
- Bump mockito-core from 4.6.1 to 4.7.0 by @dependabot in #249
- Removed LGTM badges by @gastaldi in #252
- Bump mockito-core from 4.7.0 to 4.8.0 by @dependabot in #253
- Bump org.eclipse.jdt.core from 3.30.0 to 3.31.0 by @dependabot in #255
- Bump junit-jupiter from 5.9.0 to 5.9.1 by @dependabot in #256
- Simplified
AbstractJavaSourceMemberHolder#addInterface(java.lang.String)
by @gastaldi in #261 - Support nested types in Records by @gastaldi in #263
- Bump mockito-core from 4.8.0 to 4.8.1 by @dependabot in #264
- Support interfaces in Records by @gastaldi in #266
Full Changelog: 2.26.0.Final...2.27.0.Final
2.26.0.Final
What's Changed
- Bump mockito-core from 4.5.1 to 4.6.0 by @dependabot in #240
- Bump assertj-core from 3.22.0 to 3.23.0 by @dependabot in #241
- Bump assertj-core from 3.23.0 to 3.23.1 by @dependabot in #242
- Bump mockito-core from 4.6.0 to 4.6.1 by @dependabot in #243
- Bump org.eclipse.jdt.core from 3.29.0 to 3.30.0 by @dependabot in #244
- Handle spaces in JavadocImpl.getFullSpace by @gastaldi in #246
Full Changelog: 2.25.0.Final...2.26.0.Final
2.25.0.Final
What's Changed
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.12 by @dependabot in #229
- Bump mockito-core from 4.4.0 to 4.5.0 by @dependabot in #234
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #236
- Bump mockito-core from 4.5.0 to 4.5.1 by @dependabot in #235
- Better support for creation of Java Records by @gastaldi in #239
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>