Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to old console if user has not set it
This is done because the new JLine console which is the default from JDK 23 (maybe even 22?) causes a large regression in startup time due to it loading a very large number of classes. If users really want to use the new console, they have to start the application with `-Djdk.console=jdk.internal.le` Fixes: #44471 Fixes: #44653
- Loading branch information