You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add proper logger (slf4j) instead of using system out. Slf4j is already part of its intended usage via Maven
Use assert to check for spots that are known not to be null as scanners cannot follow code well.
Make sure we are closing the xml reader as it was possible to leak.
Refactor some of the code.
Misc code cleanup
Build
Using new parent pom for revelc. Note to releases: Skip sortpom and formatter to release as it does not handle windows properly. Issue raised upstream.
Run GHA on java 21 as well as well as re-enable it for contributors branches