centic9 commented on issue #3196:
URL:
https://github.com/apache/logging-log4j2/issues/3196#issuecomment-2485812247
I used poi-reproduce to test combinations of 2.23.1, 2.24.0, 2.24.1 and
upcoming 2.24.2.
Summary: **2.24.2 seems to solve this issue**. Combining 2.23.x and 2.24.2
will still not work, but this is expected/accepted as newer methods in API are
needed by newer CORE.
```
- API: 2.23.1, CORE: 2.23.1: SUCCEED
- API: 2.23.1, CORE: 2.24.0: FAIL, but accepted/expected
- API: 2.23.1, CORE: 2.24.1: FAIL, but accepted/expected
- API: 2.23.1, CORE: 2.24.2: FAIL, but accepted/expected
- API: 2.24.0, CORE: 2.23.1: FAIL, but accepted/expected
- API: 2.24.0, CORE: 2.24.0: SUCCEED
- API: 2.24.0, CORE: 2.24.1: SUCCEED
- API: 2.24.0, CORE: 2.24.2: SUCCEED
- API: 2.24.1, CORE: 2.23.1: FAIL, but accepted/expected
- API: 2.24.1, CORE: 2.24.0: FAIL, discussed here
- API: 2.24.1, CORE: 2.24.1: SUCCEED
- API: 2.24.1, CORE: 2.24.2: SUCCEED
- API: 2.24.2, CORE: 2.23.1: FAIL, but accepted/expected
- API: 2.24.2, CORE: 2.24.0: SUCCEED
- API: 2.24.2, CORE: 2.24.1: SUCCEED
- API: 2.24.2, CORE: 2.24.2: SUCCEED
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]