Skip to content

Commit

Permalink
Drop comment about Java 11 and loom
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jan 14, 2025
1 parent 546d44d commit 7d0fd22
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 7d0fd22

Please sign in to comment.