Skip to content

3.4.0 Release

Latest
Compare
Choose a tag to compare
@tdonohue tdonohue released this 30 Oct 19:42
· 1 commit to 3.x since this release

Release Notes

  • Requires JDK 11+
  • Update many dependencies to latest versions. Avoid using very old dependencies
  • Decrease memory usage by moving to javax.xml.transform.Templates (thread-safe) instead of javax.xml.transform.Transformer #86

Available via Maven Central:

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

What's Changed

  • Fix: MaxListIdentifiersSize cannot be configured. by @ChrisBethgster in #79
  • Update POM based on DSpace/DSpace POM. Upgrade Maven plugins by @tdonohue in #89
  • Update dependencies by @tdonohue in #90
  • Remove unmaintained Lyncode dependencies and copy their exact code into codebase by @tdonohue in #91
  • Bump com.fasterxml.woodstox:woodstox-core from 6.2.4 to 6.4.0 by @dependabot in #92
  • Fix/3 x use templates instead of transformer by @ChrisBethgster in #86

New Contributors

Full Changelog: xoai-3.3.0...xoai-3.4.0