User Activity

  • Posted a comment on discussion Bug reports on streamsupport

    I know this document. It only applies to Android versions starting at API level 28 (Android 9). In fact, if streamsupport would actually be loading the HMSpliterators class on Android >= 10 your application would break immediately. This problem has already been addressed in early 2017. What the veridex tool is reporting is simply a false positive. It doesn't understand that this code path is never executed on a device that has API level >= 24. You can verify that by using the StrictMode API (detectNonSdkApiUsage)...

  • Modified a comment on discussion General Discussion on streamsupport

    From today onwards streamsupport is also available via Maven Central. The groupId is 'net.sourceforge.streamsupport' and the artifactId is 'streamsupport'. All the "stable" versions available for download here have been deployed, i.e. versions 1.0, the 1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, 1.7.x series and the current 1.7.4 Example Maven dependency: <dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport</artifactId> <version>1.7.4</version> </dependency>

  • Modified a comment on discussion General Discussion on streamsupport

    As of release 1.4, the former monolithic streamsupport.jar has been partitioned into a core streamsupport.jar and 4 additional optional components: streamsupport-cfuture (CompletableFuture API) streamsupport-atomic (j8.u.c.atomic package) streamsupport-flow (Java 9 Flow API) streamsupport-literal (Java 9 Collections factory methods) All of them (except for streamsupport-literal which has no dependencies) have a dependency on the core streamsupport.jar. Example dependencies: <dependency> <groupId>net.sourceforge.streamsupport</groupId>...

  • Modified a comment on discussion General Discussion on streamsupport

    As of release 1.4, the former monolithic streamsupport.jar has been partitioned into a core streamsupport.jar and 4 additional optional components: streamsupport-cfuture (CompletableFuture API) streamsupport-atomic (j8.u.c.atomic package) streamsupport-flow (Java 9 Flow API) streamsupport-literal (Java 9 Collections factory methods) All of them (except for streamsupport-literal which has no dependencies) have a dependency on the core streamsupport.jar. Example dependencies: <dependency> <groupId>net.sourceforge.streamsupport</groupId>...

  • Modified a comment on discussion General Discussion on streamsupport

    From today onwards streamsupport is also available via Maven Central. The groupId is 'net.sourceforge.streamsupport' and the artifactId is 'streamsupport'. All the "stable" versions available for download here have been deployed, i.e. versions 1.0, the 1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, 1.7.x series and the current 1.7.3 Example Maven dependency: <dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport</artifactId> <version>1.7.3</version> </dependency>

  • Modified a comment on discussion General Discussion on streamsupport

    From today onwards streamsupport is also available via Maven Central. The groupId is 'net.sourceforge.streamsupport' and the artifactId is 'streamsupport'. All the "stable" versions available for download here have been deployed, i.e. versions 1.0, the 1.1.x, 1.2.x, 1.3.x, 1.4.x, 1.5.x, 1.6.x, 1.7.x series and the current 1.7.2 Example Maven dependency: <dependency> <groupId>net.sourceforge.streamsupport</groupId> <artifactId>streamsupport</artifactId> <version>1.7.2</version> </dependency>

  • Modified a comment on discussion General Discussion on streamsupport

    As of release 1.4, the former monolithic streamsupport.jar has been partitioned into a core streamsupport.jar and 4 additional optional components: streamsupport-cfuture (CompletableFuture API) streamsupport-atomic (j8.u.c.atomic package) streamsupport-flow (Java 9 Flow API) streamsupport-literal (Java 9 Collections factory methods) All of them (except for streamsupport-literal which has no dependencies) have a dependency on the core streamsupport.jar. Example dependencies: <dependency> <groupId>net.sourceforge.streamsupport</groupId>...

  • Modified ticket #424 on streamsupport

    JDK-8241014: Misc. typos in doc comments

View All

Personal Data

Username:
stefan-zobel
Joined:
2014-05-10 11:49:07

Projects

This is a list of open source software projects that Stefan Zobel is associated with:

  • Project Logo streamsupport Backport of Java 8/9 java.util.stream API to Java 6/7 and Android Last Updated:

Personal Tools