Skip to content

Releases: jubicoy/easyconfig

0.10.1

07 May 17:33
Compare
Choose a tag to compare

Changed

  • Bump fi.jubic:easyparent from 0.1.11 to 0.1.12.
  • Bump fi.jubic:snoozy-core from 0.10.0 to 0.10.1.
  • Bump logback.version from 1.4.14 to 1.5.6.
  • Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13.
  • Bump org.liquibase:liquibase-core from 4.25.0 to 4.27.0.
  • Bump org.codehaus.janino:janino from 3.1.11 to 3.1.12.

0.10.0

13 Dec 21:20
Compare
Choose a tag to compare

Added

  • Java 21 tests.

Changed

  • Bump fi.jubic:snoozy-core from 0.9.0 to 0.10.0.
  • Bump fi.jubic:easyparent to 0.1.11.
  • Bump org.slf4j:slf4j-api tp 2.0.9.
  • Bump org.codehaus.janino:janino from 3.1.6 to 3.1.11.
  • Bump ch.qos.logback:logback-core from 1.2.10 to 1.4.14.
  • Bump liquibase-slf4j 5.0.0 and liquibase-core to 4.25.0.
  • Bump io.github.cdimascio:dotenv-java from 2.2.3 to 3.0.0.
  • Bump com.zaxxer:HikariCP from 3.4.5 to 5.1.0.
  • Bump freemarker from 2.3.31 to 2.3.32.

0.9.2

02 Sep 11:16
Compare
Choose a tag to compare

Added

  • Configuration parameters to control connection allocation in PooledJdbcConfiguration.

Fixed

  • PooledJdbcConfiguration connection leak if an exception is thrown when applying connectionFunction.

0.9.1

20 Jun 08:06
Compare
Choose a tag to compare

Security

  • Update parent to 0.1.5.
  • Update liquibase-core to 4.8.0.
  • Update snoozy to 0.9.0.

0.9.0

05 Jan 06:35
Compare
Choose a tag to compare

Removed

  • Dropped Java 8 support.

Security

  • Update freemarker to 2.3.31.
  • Update snoozy to 0.8.1.
  • Update logback to 1.2.10.
  • Update easyparent to 0.1.4.

0.8.4

13 Dec 05:49
Compare
Choose a tag to compare

Fixed

  • Downgrade HikariCP to maintain slf4j 1.7 compatibility.

0.8.3

10 Dec 14:23
Compare
Choose a tag to compare

Added

  • liquibase-slf4j for slf4j based logging from liquibase.

0.8.2

10 Dec 12:49
Compare
Choose a tag to compare

Added

  • Full Java 17 support.

0.8.1

09 Aug 11:28
Compare
Choose a tag to compare

Changed

  • Update DbUnit to 2.7.2

0.8.0

13 Apr 11:35
Compare
Choose a tag to compare

Added

  • noPrefix parameter to ConfigProperty for reading properties from root namespace.
  • Snoozy Swagger configuration support.

Changed

  • Update JOOQ to 3.14.4.

Security

  • Update dependencies.
  • Update snoozy to 0.7.1.
  • Use DBUnit 2.7.1-SNAPSHOT to avoid pre-4.1.0 Apache POI.