File tree 5 files changed +6
-6
lines changed
java-compiler-testing/src/main/java 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ private JctCompilers() {
56
56
* even be removed without notice. Use at your own risk.
57
57
*
58
58
* @return the compiler instance.
59
- * @since 0.6.0
59
+ * @since TBC
60
60
*/
61
- @ API (status = Status .EXPERIMENTAL , since = "0.6.0 " )
61
+ @ API (status = Status .EXPERIMENTAL , since = "TBC " )
62
62
public static JctCompiler <?, ?> newEcjCompiler () {
63
63
return new EcjJctCompilerImpl ();
64
64
}
Original file line number Diff line number Diff line change 16
16
/**
17
17
* Internal Eclipse Compiler for Java integrations.
18
18
*/
19
- @ API (since = "0.0.1 " , status = Status .INTERNAL )
19
+ @ API (since = "TBC " , status = Status .INTERNAL )
20
20
@ NullMarked
21
21
package io .github .ascopes .jct .compilers .ecj ;
22
22
Original file line number Diff line number Diff line change 16
16
/**
17
17
* ECJ File manager implementation details.
18
18
*/
19
- @ API (since = "0.0.1 " , status = Status .INTERNAL )
19
+ @ API (since = "TBC " , status = Status .INTERNAL )
20
20
@ NullMarked
21
21
package io .github .ascopes .jct .filemanagers .ecj ;
22
22
Original file line number Diff line number Diff line change 96
96
/// DEPENDENCIES ///
97
97
////////////////////
98
98
99
- requires ecj ;
100
99
requires java .compiler ;
101
100
requires java .management ;
102
101
requires jimfs ;
103
102
requires me .xdrop .fuzzywuzzy ;
104
103
requires static transitive org .apiguardian .api ;
105
104
requires org .assertj .core ;
105
+ requires org .eclipse .jdt .core .compiler .batch ;
106
106
requires static org .jspecify ;
107
107
requires static transitive org .junit .jupiter .api ;
108
108
requires static transitive org .junit .jupiter .params ;
Original file line number Diff line number Diff line change 97
97
<apiguardian .version>1.1.2</apiguardian .version>
98
98
<assertj .version>3.24.2</assertj .version>
99
99
<awaitility .version>4.2.0</awaitility .version>
100
- <ecj .version>3.30 .0</ecj .version>
100
+ <ecj .version>3.33 .0</ecj .version>
101
101
<fuzzywuzzy .version>1.4.0</fuzzywuzzy .version>
102
102
<groovy .version>4.0.11</groovy .version>
103
103
<jimfs .version>1.2</jimfs .version>
You can’t perform that action at this time.
0 commit comments