Skip to content

3.3.0 Release

Compare
Choose a tag to compare
@tdonohue tdonohue released this 21 Feb 21:58

Release Notes

Updates dependencies to be compatible with JDK11 (primarily for DSpace 7.x platform): https://github.com/DSpace/xoai/issues?q=milestone%3A3.3.0

These updates remove any warnings that say "An illegal reflective access operation has occurred" when using JDK9-11

Available via Maven Central:

<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>xoai</artifactId>
    <version>3.3.0</version>
</dependency>