Commit b8734ac
committed
Add Java 25 build compatibility via Groovy 4.0.30-SNAPSHOT
This change enables building TinkerPop with Java 25 by:
1. Updating Groovy version to 4.0.30-SNAPSHOT which includes ASM 9.9
(required for Java 25 class file version 69 support)
2. Adding explicit annotationProcessorPaths to gremlin-groovy's
maven-compiler-plugin configuration. This ensures the GremlinDsl
annotation processor can load its dependencies (javapoet, gremlin-core)
which is required due to stricter classloader isolation in Java 25.
Build requirements:
- Requires local installation of Groovy 4.0.30-SNAPSHOT with ASM 9.9
- Use -Denforcer.skip=true to bypass Java version check
- Use -Dmaven.javadoc.skip=true due to Groovy source path issues1 parent 59b68cf commit b8734ac
2 files changed
+33
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
156 | 188 | | |
157 | 189 | | |
158 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments