The Wayback Machine - https://web.archive.org/web/20201119024540/https://github.com/retrostreams/android-retroflow/releases
Skip to content

@retrostreams retrostreams released this Mar 26, 2020 · 7 commits to master since this release

  • JDK-8226297: Dual-pivot quicksort improvements
  • JDK-8033148: Comparators and mismatchers for arrays (partially)
  • JDK-8225490: Misc. changes imported from jsr166 CVS 2019-09
  • JDK-8236850: Consistent constant folding on List/​Set.of() instances
  • JDK-8236641: Improve Set.of(...).iterator() warmup characteristics
  • JDK-8227235: Rare failures in testForkHelpQuiesce tests
  • JDK-8231161: Wrong return type in Collector Javadoc code sample
  • JDK-8224716: SummaryStatistics Javadoc overflow of count
  • JDK-8238919: Spacing and punctuation in stream package doc
  • JDK-8241014: Misc. typos in doc comments
  • Test compatibility with Android 10 [#410, #411]
  • Test on Java 14, 15 (early access) [#409, #416]
Assets 4

@stefan-zobel stefan-zobel released this May 26, 2019 · 11 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]
Assets 4

@retrostreams retrostreams released this Nov 11, 2018 · 19 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]
Assets 4

@retrostreams retrostreams released this May 14, 2018 · 25 commits to master since this release

  • Compatibility with Android P preview rev. 3 [#365]
  • JDK-8184693: Add Optional.isEmpty
  • JDK-8201650: Move randomized iteration order to iterators
Assets 4

@retrostreams retrostreams released this Apr 15, 2018 · 30 commits to master since this release

  • JDK-8200520: ForkJoin tasks interrupted after shutdown
  • JDK-8193128: Reduce number of classes returned by List/Set/Map.of()
  • JDK-8195590: Misc. changes imported from jsr166 CVS 2018-02
  • JDK-8197531: Misc. changes imported from jsr166 CVS 2018-04
  • JDK-8191418: List.of().indexOf(null) doesn't throw NPE
  • JDK-8195649: Reorganize tests for Optional
  • Rename the j8.u.ImmutableCollections version of CollSer [#356]
Assets 4

@retrostreams retrostreams released this Jan 28, 2018 · 43 commits to master since this release

  • JDK-8075939: flatMap() breaks short-circuiting of terminal Ops
  • JDK-8193856: takeWhile produces incorrect result with flatMap
  • JDK-8140281: Add no-arg orElseThrow() as alternative to get()
  • JDK-8193300: Misc. changes imported from jsr166 CVS 2018-01
  • JDK-8134459: WhileOpTest.java timed out
  • Move j8.u.c.Phaser to atomic component [#349]
  • Move j8.u.c.CompletionException to cfuture component [#348]
Assets 4

@retrostreams retrostreams released this Dec 10, 2017 · 49 commits to master since this release

  • a first dive into Java 10 (in the sense of new API methods)
    • JDK-8184690: Add Collectors for unmodifiable List, Set, and Map
    • JDK-8177290: Add unmodifiable List, Set, Map copy factories
    • JDK-8178117: Public state constructors for Int/Long/DoubleSummaryStatistics
    • JDK-8188047: Add SplittableRandom.nextBytes
  • backported recent improvements from the Java 10 repo
    • JDK-8190974: Obey parallelism within custom ForkJoinPool
    • JDK-8187947: Race condition in SubmissionPublisher
    • JDK-8193174: SubmissionPublisher invokes the Subscriber's onComplete too early
    • JDK-8189764: Misc. changes imported from jsr166 CVS 2017-11
    • JDK-8192943: Optimize atomic accumulators using getAndSet
    • JDK-8186265: Make toString() methods of "task" objects more useful
    • JDK-8179314: CountedCompleterTest test failure
    • JDK-8181175: Stream.concat behaves like terminal operation
    • JDK-8015667: Stream.toArray(IntFunction) ArrayStoreException spec
    • JDK-8191429: List.sort should specify the sort is stable
    • JDK-8186466: Fix minor issues in java.base javadoc
    • JDK-8186684: Fix broken links in java.base API docs
  • streamsupport-specific changes and fixes
    • merge literal component into streamsupport (JDK-8184690) [#328]
    • Asynchronous tasks marker interface can't be loaded [#323]
    • exempt spliterator-delegated LBD / LBQ from Collection8Test [#327]
Assets 4

@retrostreams retrostreams released this Sep 17, 2017 · 60 commits to master since this release

  • first "stable release" (1.5.6)
  • JDK-8178409: Misc. changes imported from jsr166 CVS 2017-07
  • JDK-8185099: Misc. changes imported from jsr166 CVS 2017-08
  • reenable LHM Spliterator delegation on Android O [#314]
  • test on Android O preview [#315]
  • reduce method count and jar size [#303]
  • enforce Spliterator delegation on Java 9 [#299]
Assets 4
You can’t perform that action at this time.