Skip to content

Commit

Permalink
Merge pull request #45574 from rsvoboda/java11.loom
Browse files Browse the repository at this point in the history
Drop comment about Java 11 and loom
  • Loading branch information
gastaldi authored Jan 14, 2025
2 parents 4399099 + 7d0fd22 commit cfd2a75
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ public void uncaughtException(Thread t, Throwable e) {
/**
* This method uses reflection in order to allow developers to quickly test quarkus-loom without needing to
* change --release, --source, --target flags and to enable previews.
* Since we try to load the "Loom-preview" classes/methods at runtime, the application can even be compiled
* using java 11 and executed with a loom-compliant JDK.
*/
private static ExecutorService createExecutor() {
if (config.enabled) {
Expand Down

0 comments on commit cfd2a75

Please sign in to comment.