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

1.7.3

Compare
Choose a tag to compare
@stefan-zobel stefan-zobel released this 31 Jan 15:09
· 75 commits to master since this release
  • JDK-8238286: Add new flatMap stream operation multiMap (Java 16)
  • JDK-8180352: Add Stream.toList() method (Java 16)
  • JDK-8234131: Misc. changes imported from jsr166 CVS 2021-01
  • JDK-8156071: List.of: reduce array copying during creation
  • JDK-8255150: Add utility methods to check long indexes and ranges
  • JDK-8238669: Long.divideUnsigned is slow for certain values
  • JDK-8254350: CompletableFuture.get may swallow InterruptedException
  • JDK-8259796: Timed CompletableFuture.get swallows InterruptedException
  • JDK-8254973: ThreadPerTaskExecutor does not throw NPE in #execute
  • JDK-8250240: Address use of default constructors in java.util.concurrent
  • JDK-8254146: Avoid unnecessary volatile write on new AtomicBoolean
  • JDK-8247402: Map::compute Javadoc confusing implementation requirements
  • JDK-8228615: Optional.empty doc should suggest using isEmpty
  • JDK-8245970: IntStream.reduce Javadoc should not mention average
  • JDK-8243655: Map.replace javadoc code snippet typo
  • JDK-8253066: Typo in Stream.mapMulti
  • JDK-8259816: Typo in java.util.stream package description
  • Add Loom's CompletableFuture.completed (Project Loom)
  • Completed Java 16 port