Skip to content

Commit 233b952

Browse files
jasmith-hsclaude
andcommitted
docs: add java 11 fallback version to README
Users stuck on Java 11 can use Jinjava 2.7.3, similar to the existing Java 7 fallback section pointing to 2.0.11-java7. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 05c6f24 commit 233b952

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,22 @@ Get it:
2626

2727
where LATEST_VERSION is the [latest version from CHANGES](CHANGES.md).
2828

29+
or if you're stuck on java 11:
30+
```xml
31+
<dependency>
32+
<groupId>com.hubspot.jinjava</groupId>
33+
<artifactId>jinjava</artifactId>
34+
<version>2.7.3</version>
35+
</dependency>
36+
```
37+
2938
or if you're stuck on java 7:
3039
```xml
3140
<dependency>
3241
<groupId>com.hubspot.jinjava</groupId>
3342
<artifactId>jinjava</artifactId>
3443
<version>2.0.11-java7</version>
35-
</dependency>
44+
</dependency>
3645
```
3746

3847

0 commit comments

Comments
 (0)