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 docs on how to set log levels from using applications
Switch all tests to JUnit5
Switch all java.util time classes to java.time classes
Try to get rid of com.lyncode.xml
Use modern Java XML Binding and writing
Update Hamcrest (replace?)
Switch all packages from org.dspace to io.gdcc
Remove Apache HTTP client and use JVM native (makes the lib JDK11+)
Use Java 8/11 constructs like autoclosables, streams etc
Provide interfaces used as XOAI extension points for application with default methods (e. g. for data-provider sets interfaces)
Double-check every module for reading back data from a stream that might not contain data due to a writer buffer (this caused trouble that appeared as failing tests)
System.LoggerSLF4J for loggingjava.utiltime classes tojava.timeclassescom.lyncode.xmlorg.dspacetoio.gdcc