Skip to content

Commit b587eab

Browse files
authored
Update README.md
[skip ci] Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent acbca4e commit b587eab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,3 @@ object. This is already defined for you. All you need to provide in your compile
348348
- A [Jsr199CompilerFactory](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getCompilerFactory()) to provide JavaCompiler objects.
349349
- A [default release](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getDefaultRelease()) that defines the default language version to use unless overridden.
350350
- A [JctFlagBuilderFactory](https://ascopes.github.io/java-compiler-testing/io.github.ascopes.jct/io/github/ascopes/jct/compilers/AbstractJctCompiler.html#getFlagBuilderFactory()) to translate the compiler configuration to command-line arguments.
351-
352-
### ECJ (Eclipse Java Compiler)
353-
354-
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.
355-
356-
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
357-
([eclipse-jdt/eclipse.jdt.core#958](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/958)).
358-
359-
Since it is unlikely these issues will be addressed in the near future, support for ECJ has been shelved for the foreseeable future.

0 commit comments

Comments
 (0)