@@ -54,23 +54,12 @@ module rapidpm.functional.reactive {
54
54
55
55
56
56
# 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
+
74
63
## 02.00.00-SRU
75
64
Changing to new namespace. The package will be under
76
65
com.svenruppert: functional-reactive now
@@ -84,7 +73,7 @@ Adding Apache Lic header to all files
84
73
## 01.00.07-RPM
85
74
86
75
* Transformations
87
- * static <T > Function<Iterator<T >, Stream<T >> iteratorToStream()
76
+ * static <T > Function<Iterator<T >, Stream<T >> iteratorToStream()
88
77
* <V, R> Result<R > thenCombineFlat(V value, BiFunction<T, V, R> func)
89
78
* started Youtube Series about this lib.
90
79
* removed JitCI from production pipeline
0 commit comments