Releases: davidmoten/rxjava3-jdbc
Releases · davidmoten/rxjava3-jdbc
0.1.4
Bug fix
- Fix bug with application of max idle time by @davidmoten in #28
Enhancements
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #24
- Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.1 by @dependabot in #25
- Bump spotbugs-maven-plugin from 4.7.3.1 to 4.7.3.2 by @dependabot in #26
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #27
New Contributors
- @davidmoten made their first contribution in #28
Full Changelog: 0.1.3...0.1.4
0.1.3
Enhancements
Runtime
- Bump slf4j.version from 2.0.3 to 2.0.4 by @dependabot in #11
- Bump slf4j.version from 2.0.4 to 2.0.5 by @dependabot in #12
- Bump slf4j.version from 2.0.5 to 2.0.6 by @dependabot in #14
- Bump rxjava from 3.1.5 to 3.1.6 by @dependabot in #20
- Bump rxjava3-pool from 0.9.5 to 0.9.6 by @dependabot in #23
Build
- Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.0 by @dependabot in #7
- Bump kotlin.version from 1.7.20 to 1.7.21 by @dependabot in #8
- Bump mockito-core from 4.8.1 to 4.9.0 by @dependabot in #10
- Bump jmh.version from 1.35 to 1.36 by @dependabot in #9
- Bump kotlin.version from 1.7.21 to 1.7.22 by @dependabot in #13
- Bump mockito-core from 4.9.0 to 4.10.0 by @dependabot in #15
- Bump kotlin.version from 1.7.22 to 1.8.0 by @dependabot in #16
- Bump mockito-core from 4.10.0 to 4.11.0 by @dependabot in #17
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #18
- Bump kotlin.version from 1.8.0 to 1.8.10 by @dependabot in #21
- Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.2 by @dependabot in #22
Full Changelog: 0.1.2...0.1.3
0.1.2
Breaking change
- bump slf4j from 1.7.36 to 2.0.3 (backwards compatible with rxjava-api 1.x but be sure to use an slf4j 2.x implementation)
- bump rxjava3-pool from 0.9.3 to 0.9.5 (slf4j upgrade)
- Bump mockito-core from 4.8.0 to 4.8.1
- Bump hsqldb from 2.7.0 to 2.7.1
- fix generate-site.sh
Full Changelog: 0.1...0.1.2
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