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

1.7.0

Compare
Choose a tag to compare
@retrostreams retrostreams released this 11 Nov 21:07
· 128 commits to master since this release
  • Completed Java 11 port, new methods from Java 12
  • JDK-8205461: Create a merging Collector
  • JDK-8210971: CompletionStage / CompletableFuture exception methods
  • JDK-8060192: Add A[] Collection.toArray(IntFunction<A[]>)
  • JDK-8050818: Predicate::not
  • JDK-8203670: Don't use ListIterator for ImmutableCollections iterator()
  • JDK-8203184: List.copyOf() fails to copy sublists
  • JDK-8207003: Misc. changes imported from jsr166 CVS 2018-09
  • JDK-8203681: Misc. changes imported from jsr166 CVS 2018-06
  • JDK-8203864: Execution error in Timsort
  • JDK-8210347: Combine Set.contains() and Set.add() calls
  • JDK-8212899: SubmissionPublisherTest timed out waiting
  • JDK-8204172: Predicate::not should explicitly mention NPE
  • Test on Java 12 early-access [#379]
  • Test with latest Java 8 / Java 11 JRE public builds [#387]