What version of CommandBox? I just released 5.6.0 ...
# cfml-beginners
b
What version of CommandBox? I just released 5.6.0 today and I did update that jboss library.
@Victor B Vieira
I am able to start servers fine on Java 11 however I am able to reproduce this when I use java 8 which is unfortunate
I didn't realize that JBoss library I updated had dropped support for Java 8-- it was only a minor update in the library
Since CommandBox still has support for Java 8, I'll probably have to cut another version real quick and roll back that library update for now 😕
Yep, look like JBoss logging dropped Java 8 support in a minor release eye roll https://github.com/jboss-logging/jboss-logging/releases
So much for semantic versioning...
I didn't notice it since my local testing was all on Java 11+
Dang, doing some testing and my update of the Joox library also doesn't like Java 8. Dang! It was just from verson 1.2.0 -> 1.6.2
These Java libraries don't understand that a minor update is not supposed to be a breaking change!
@Victor B Vieira Can you please test with this snapshot build of Runwar https://downloads.ortussolutions.com/#/cfmlprojects/runwar/4.7.14-SNAPSHOT/
I downgraded the two Java libs I updated in this release who seem to dislike Java 8
Just replace the runwar jar in your .CommandBox/lib folder with this one and restart
That said, you shouldn't have had any issues if you were truly starting the server on Java 11, but I'd have to see more details on what you were doing there to be able to tell
Meh, you're too slow 😆 I've already released CommandBox 5.6.1 which should work on Java 8 again. Update your CLI and let me know if it works for you.
And if you want to troubleshoot why your server doesn't appear to be using java 11, then do a
Copy code
start --debug
and post the full console output here, or just read it for clues.
v
hehehe good morning, i was sleeeping XD. worked, thank you
b
Awesome, and thanks for the report!