Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

1.7.1

Compare
Choose a tag to compare
@stefan-zobel stefan-zobel released this 26 May 17:01
· 81 commits to master since this release
  • Completed Java 12 port, integrated improvements from Java 13
  • JDK-8215995: Add toArray() methods to immutable collections
  • JDK-8221921: Implement size() / isEmpty() in immutable collections
  • JDK-8214761: Bug in parallel Kahan summation
  • JDK-8221924: Unmodifiable Map with one entry returns null
  • JDK-8221981: Simplify Map/List/Set.of() implementation
  • JDK-8221980: Simplify Optional implementation
  • JDK-8215359: setContextClassLoader() needlessly throws
  • JDK-8211283: Misc. changes imported from jsr166 CVS 2018-11
  • JDK-8219138: Misc. changes imported from jsr166 CVS 2019-05
  • JDK-8223112: Clarify semantics of java.util.Objects.equals
  • JDK-8223379: Clarify ForkJoinPool.getStealCount() Javadoc
  • JDK-8213238: Erroneous Javadoc in MatchOps.MatchKind
  • Test on Java 13 (early access) [#396]