You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,15 +151,6 @@ open module my.tests {
151
151
}
152
152
```
153
153
154
-
## Support for ECJ (Eclipse Java Compiler)
155
-
156
-
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.
157
-
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 for the forseeable future.
162
-
163
154
## Examples
164
155
165
156
### In-memory code, using RAM disks for source directories
@@ -408,3 +399,16 @@ install, and run the correct version of Maven:
408
399
```cmd
409
400
.\mvnw.cmd clean package
410
401
```
402
+
403
+
---
404
+
405
+
## Third-party compiler support
406
+
407
+
### ECJ (Eclipse Java Compiler)
408
+
409
+
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.
410
+
411
+
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
0 commit comments