pjfanning commented on pull request #224:
URL: https://github.com/apache/poi/pull/224#issuecomment-782771632
@kiwiwings the logging in xmlbeans is minimal and the slf4j was only added
recently by me - since the last release so it could be replaced by log4j2x
without any major impact - if w
kiwiwings commented on pull request #224:
URL: https://github.com/apache/poi/pull/224#issuecomment-782771057
SLF4J is missing in XmlBeans module-info, but it's used. So we might want to
release a new version there anyway, i.e. before POI 5.0.1.
And if the logging matches that would make
MariusVolkhart commented on pull request #224:
URL: https://github.com/apache/poi/pull/224#issuecomment-782766136
I was waiting for 5.0.1 to be released, but I can commit this to SVN this
weekend.
On Sun, Feb 21, 2021, 00:37 Andreas Beeker wrote:
> When is this applied to S
kiwiwings commented on pull request #224:
URL: https://github.com/apache/poi/pull/224#issuecomment-782765896
When is this applied to SVN?
I'd like to change to Log4j 2 also on XmlBeans too, but I think this makes
only sense, when POI is already migrated.
---
Hello Devs,
I was working on XMLBEANS-555 and as usual there is more to be changed.
I've refactored the beans generation so there are no Factory inner classes in
the beans interfaces.
This would be a breaking change and user code needs to be compiled again, but I
think it's worth it as it's muc