jPOS-EE icon indicating copy to clipboard operation
jPOS-EE copied to clipboard

Logback 1.3.x is for java 8 and 1.4.x is for java 11

Open mchhil-incomm opened this issue 1 year ago • 2 comments

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)

image

mchhil-incomm avatar Dec 27 '23 01:12 mchhil-incomm

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.

ar avatar Dec 27 '23 23:12 ar

Thank you for the update.

mchhil-incomm avatar Dec 28 '23 01:12 mchhil-incomm