We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce467e4 + 23a7a1c commit 2217816Copy full SHA for 2217816
pljava-api/src/main/java/org/postgresql/pljava/annotation/processing/DDRProcessor.java
@@ -62,7 +62,7 @@ public SourceVersion getSupportedSourceVersion()
62
* Update latest_tested to be the latest Java release on which this
63
* annotation processor has been tested without problems.
64
*/
65
- int latest_tested = 24;
+ int latest_tested = 25;
66
int ordinal_9 = SourceVersion.RELEASE_9.ordinal();
67
int ordinal_latest = latest_tested - 9 + ordinal_9;
68
0 commit comments