Commit 3ed2dc5
fix: pin jmustache to 1.15 for Java 8 compatibility (AIC-2662)
jmustache 1.16 is compiled for Java 9 (class file version 53.0) and throws
UnsupportedClassVersionError on the Java 8 runtimes this SDK supports, which
surfaced as JDK 8 test failures in CI. 1.15 is the last release compiled for
Java (bytecode major 51) and exposes the same compiler API we use
(escapeHTML / defaultValue), with no transitive dependencies.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a46dcbd commit 3ed2dc5
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments