0.1
Initial release
This is a migration of rxjava2-jdbc commit 271f39b to use RxJava 3.x. The migration from RxJava 2.x to RxJava 3.x was pretty straightforward but a number of minor changes were made for this initial release of rxjava3-jdbc:
- remove log4j from tests, use slf4j-simple
- set all test logging at debug level and use
log.debug
instead ofSystem.out.println
- assert
blockingAwaits
returns true in unit tests - use
fetchSize
when specified (for many types of query it was being ignored) MpscLinkedQueue.java
was copied from RxJava 3.1.5 because it is an internal class and not always available given that it is not exported by RxJava 3.x- many minor spotbugs and pmd fixes that have no user impact
- fail the build if spotbugs or pmd checks fail
- ensure builds on Java 8, 11, 17 using Github Actions
- update dependencies, plugins
- ensure site report ok