lite-rx-api-hands-on
lite-rx-api-hands-on copied to clipboard
Lite Rx API Hands-On with Reactor Core 3
## Documentation Issue This repository does not have any open source license attached ## Improvement Suggestion Add a `LICENSE` file with an appropriate license, e.g. `Apache-2.0` since that is [used...
This commit upgrades the Java version in the project to version 11. Java 8 has been EoL (End of Life) for some time so it make sense to upgrade to...
@sdeleuze what's your take on this? Should we remove the headers everywhere, or at contrario put some on every file?
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...
Since we have User.class and everything is "user..." there I've changed the opening title in the output of toString() method from "Person{}" to "User{}" for the sake of consistency.
Fix broken part 06 test, due to recent commit in [d682178](https://github.com/reactor/lite-rx-api-hands-on/commit/d6821782b5328735466cd79ee015f71415bd04f7)