jPOS-EE
jPOS-EE copied to clipboard
Logback 1.3.x is for java 8 and 1.4.x is for java 11
I see the changelog https://github.com/jpos/jPOS-EE/wiki/ChangeLog#jpos-ee-229----released-2023-12-23 has logback upgraded to 1.4.2 https://github.com/jpos/jPOS-EE/commit/230766b4
This wont work if java 8 is being used for building (I had run into this issue when I was upgrading libs due to CVE)
Good point @mchhil-incomm — good catch, but please note this commit:
commit 745a060601c5180c711f7e36f6571ca06274c5c3
Author: Alejandro Revilla <[email protected]>
Date: Wed Nov 9 09:24:57 2022 -0300
Stay with logback 1.2.8 as 1.4.x series baselines at java 11
We'll move up soon.
ChangeLog is wrong, and I just fixed it.
Now that we just released jPOS-EE 2.2.9, I think it's a good time to move 2.2.10 to baseline in Java11 and we can upgrade to 1.4.2.
I'll keep this issue open, as a reminder to do that.
Thank you for the update.