Skip to content

Releases: davidmoten/rxjava3-jdbc

0.1.4

07 Mar 05:29
Compare
Choose a tag to compare

Bug fix

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

Full Changelog: 0.1.3...0.1.4

0.1.3

07 Mar 05:28
Compare
Choose a tag to compare

Enhancements

Runtime

Build

Full Changelog: 0.1.2...0.1.3

0.1.2

31 Oct 05:21
Compare
Choose a tag to compare

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

23 Oct 04:04
Compare
Choose a tag to compare
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 of System.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