Skip to content

Commit

Permalink
Update changelog for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 9, 2024
1 parent 5246989 commit 228b085
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Rocker Templates by Fizzed
==========================

#### 2.1.0 - 2024-11-09

- New Switch Expression feature for Java 17+ (@asaf-wizzdi)
- New ```rocker-test-template17``` module for testing code on Java 17+ only

#### 2.0.1 - 2024-11-06

- New PlainTextStrategy of STATIC_BYTE_ARRAYS (helps with GraalVM compatability) (@ppedregal)
Expand Down
23 changes: 2 additions & 21 deletions rocker-test-template17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@

<dependency>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
<artifactId>rocker-test-template</artifactId>
<version>${project.version}</version>
</dependency>

<!-- test -->
Expand All @@ -119,30 +120,10 @@
<artifactId>junit</artifactId>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>

<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>

</dependencies>
</project>

0 comments on commit 228b085

Please sign in to comment.