Skip to content

Commit b6b09c6

Browse files
authored
4.x: Update Readme with some small changes to trigger the beauty scanner (#8228)
1 parent bc9ec68 commit b6b09c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# RxJava: Reactive Extensions for the JVM
22

3+
## :information_source: 4.0.0 release: 2026.11.30. Monday. [Track](https://github.com/ReactiveX/RxJava/milestone/30)
4+
35
[![Maven Central](https://maven-badges.sml.io/sonatype-central/io.reactivex.rxjava4/rxjava/badge.svg)](https://maven-badges.sml.io/sonatype-central/io.reactivex.rxjava4/rxjava)
46
[![codecov.io](http://codecov.io/github/ReactiveX/RxJava/coverage.svg?branch=4.x)](https://codecov.io/gh/ReactiveX/RxJava/branch/4.x)
57
<a href='https://github.com/ReactiveX/RxJava/actions?query=workflow%3ASnapshot'><img src='https://github.com/ReactiveX/RxJava/workflows/Snapshot/badge.svg'></a>
@@ -13,7 +15,7 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
1315

1416
#### Version 4.x ([Javadoc](http://reactivex.io/RxJava/4.x/javadoc/))
1517

16-
- :+1: Native Java 26* implementation. Will go 27 depending on how long it takes and what useful things 27 brings.
18+
- :+1: Native Java 26 implementation<sup>1</sup>.
1719
- :+1: No 3rd party library required at runtime.
1820
- :+1: JPMS and :question: OSGi support still intact.
1921
- :+1: `java.util.concurrent.Flow`-based implementation.
@@ -31,6 +33,7 @@ It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern)
3133
- :lady_beetle: Resolve many anomalies and bugs with operators such as `groupBy`, `window`, `concat`, etc.
3234
- :warning: RxJava 3.x support will be toned down in the coming months, will be offered for +1 year after 4.x official release.
3335

36+
<sup>1</sup> :stop: Unfortunately Java 27 has no language or API enhancements we can use, because Structured Concurrency remained preview for one.
3437

3538
## Getting started
3639

0 commit comments

Comments
 (0)