build(isthmus-cli): use GraalVM 25#515
Conversation
This makes me wonder what the behavior should be. Should the CLI have a |
It seems to me pretty unusual for a CLI command to output logging information to the console by default. I could revert it to behave that way again while we think about it, or we could merge this as-is and think about it. Removing the console logging made it slightly easier for me to diff output before and after the GraalVM version change to ensure behaviour was the same. The logging behaviour is separate to the use of the latest GraalVM so just let me know what you prefer either way. |
I think it depends on what CLI commands you take into consideration. If you think of something like |
Benefits from Java 25 performance optimizations. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
dabadf4 to
863acbe
Compare
|
@nielspardon I have removed the logging change. |
Benefits from Java 25 performance optimizations. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
Benefits from Java 25 performance optimizations.
Closes #218