Skip to content

Commit 874326c

Browse files
authored
Update README.md with more details around ECJ.
Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com>
1 parent e0a8e9f commit 874326c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,10 @@ open module my.tests {
155155

156156
While ECJ supports the same interfaces as Javac that are used to call the compiler from this library, [eclipse-jdt/eclipse.jdt.core#1153](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1153) means we will not get functional Java 11 support going forwards.
157157

158-
A number of issues were found while developing [ascopes/java-compiler-testing#163](https://github.com/ascopes/java-compiler-testing/issues/163) with ECJ which prevents many features such as JPMS support from working correctly. Since it is unlikely these issues will be addressed in the near future, support for ECJ has been shelved.
158+
A number of issues were found while developing [ascopes/java-compiler-testing#163](https://github.com/ascopes/java-compiler-testing/issues/163) with ECJ which prevents many features such as JPMS support from working correctly
159+
([eclipse-jdt/eclipse.jdt.core#958](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/958).
160+
161+
Since it is unlikely these issues will be addressed in the near future, support for ECJ has been shelved for the forseeable future.
159162

160163
## Examples
161164

0 commit comments

Comments
 (0)