Skip to content

Commit b720080

Browse files
committed
Bump ECJ from 3.30.0 to 3.33.0
1 parent 800946d commit b720080

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/JctCompilers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ private JctCompilers() {
5656
* even be removed without notice. Use at your own risk.
5757
*
5858
* @return the compiler instance.
59-
* @since 0.6.0
59+
* @since TBC
6060
*/
61-
@API(status = Status.EXPERIMENTAL, since = "0.6.0")
61+
@API(status = Status.EXPERIMENTAL, since = "TBC")
6262
public static JctCompiler<?, ?> newEcjCompiler() {
6363
return new EcjJctCompilerImpl();
6464
}

java-compiler-testing/src/main/java/io/github/ascopes/jct/compilers/ecj/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Internal Eclipse Compiler for Java integrations.
1818
*/
19-
@API(since = "0.0.1", status = Status.INTERNAL)
19+
@API(since = "TBC", status = Status.INTERNAL)
2020
@NullMarked
2121
package io.github.ascopes.jct.compilers.ecj;
2222

java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers/ecj/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* ECJ File manager implementation details.
1818
*/
19-
@API(since = "0.0.1", status = Status.INTERNAL)
19+
@API(since = "TBC", status = Status.INTERNAL)
2020
@NullMarked
2121
package io.github.ascopes.jct.filemanagers.ecj;
2222

java-compiler-testing/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@
9696
/// DEPENDENCIES ///
9797
////////////////////
9898

99-
requires ecj;
10099
requires java.compiler;
101100
requires java.management;
102101
requires jimfs;
103102
requires me.xdrop.fuzzywuzzy;
104103
requires static transitive org.apiguardian.api;
105104
requires org.assertj.core;
105+
requires org.eclipse.jdt.core.compiler.batch;
106106
requires static org.jspecify;
107107
requires static transitive org.junit.jupiter.api;
108108
requires static transitive org.junit.jupiter.params;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<apiguardian.version>1.1.2</apiguardian.version>
9898
<assertj.version>3.24.2</assertj.version>
9999
<awaitility.version>4.2.0</awaitility.version>
100-
<ecj.version>3.30.0</ecj.version>
100+
<ecj.version>3.33.0</ecj.version>
101101
<fuzzywuzzy.version>1.4.0</fuzzywuzzy.version>
102102
<groovy.version>4.0.11</groovy.version>
103103
<jimfs.version>1.2</jimfs.version>

0 commit comments

Comments
 (0)