@@ -54,23 +54,12 @@ module rapidpm.functional.reactive {
5454
5555
5656# Release Notes
57- This Lib is working with
58- * Java 08 (open/oracle/ibm/zulu/graalvm)
59- * Java 09 (open/oracle/ibm/zulu)
60- * Java 10 (open/oracle/zulu)
61- * Java 11 (open/oracle/zulu)
62- * Java 12 (open/oracle/zulu)
63- * Java 13 (open/oracle/zulu)
64- * Java 14 (open/oracle/zulu)
65-
66-
67- ``` xml
68- <dependency >
69- <groupId >org.rapidpm</groupId >
70- <artifactId >rapidpm-functional-reactive</artifactId >
71- <version >--version--</version >
72- </dependency >
73- ```
57+ This Lib is working with JDK 8 up to 21
58+
59+ ## 02.00.02-SRU
60+ Switched groupid to 02.00.02-SRU - jitpack custom domain name is not working properly
61+ updated to parent version 05.00.03-SRU
62+
7463## 02.00.00-SRU
7564Changing to new namespace. The package will be under
7665com.svenruppert: functional-reactive now
@@ -84,7 +73,7 @@ Adding Apache Lic header to all files
8473## 01.00.07-RPM
8574
8675* Transformations
87- * static <T > Function<Iterator<T >, Stream<T >> iteratorToStream()
76+ * static <T > Function<Iterator<T >, Stream<T >> iteratorToStream()
8877* <V, R> Result<R > thenCombineFlat(V value, BiFunction<T, V, R> func)
8978* started Youtube Series about this lib.
9079* removed JitCI from production pipeline
0 commit comments