Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Releases: domaframework/doma-quarkus

v1.1.0

17 Oct 03:15
Compare
Choose a tag to compare

What's Changed

New Features

  • Replace DomaLogger with Slf4jJdbcLogger (#53)

Documentation

  • Fix typo (#50)
  • Update the description of build settings (#44)

Dependency Upgrades

  • Update org.seasar.doma:doma to v2.44.0 (#52)
  • Update io.quarkus to v1.9.0.Final (#51)
  • Update io.quarkus to v1.8.3.Final (#49)
  • Update io.quarkus to v1.8.2.Final (#48)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.4.2 (#47)
  • Update org.seasar.doma:doma to v2.43.0 (#46)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.4.1 (#45)
  • Update io.quarkus to v1.8.1.Final (#43)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.4.0 (#42)

v1.0.4

15 Sep 13:02
Compare
Choose a tag to compare

What's Changed

Maintenance

  • Update issue templates (#34)
  • Simplify release operations (#31)

Documentation

  • Link to the Quarkus web site and the Doma repository (#36)
  • Clean RELEASE_OPERATIONS.md (#35)
  • Specify minimum required Java version (#33)

Dependency Upgrades

  • Update io.quarkus to v1.8.0.Final (#38)
  • Update org.seasar.doma to v2.42.0 (#41)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.3.1 (#40)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.3.0 (#39)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.2.0 (#37)

v1.0.3

05 Sep 16:43
Compare
Choose a tag to compare

What's Changed

Maintenance

  • Use the Maven Release Plugin (#29)
  • Use Renovate GitHub-hosted Presets (#27)
  • Remove an AUTHOR variable from change-template (#26)

Dependency Upgrades

  • Update quarkus.version to v1.7.2.Final (#25)
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.1.0 (#24)

v1.0.2

29 Aug 13:39
Compare
Choose a tag to compare

What's Changed

Maintenance

Documentation

Dependency Upgrades

  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3 (#22) @renovate
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2 (#21) @renovate
  • Update quarkus.version to v1.7.1.Final (#20) @renovate
  • Update doma.version to v2.41.0 (#19) @renovate
  • Update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.6.8 (#18) @renovate
  • Update dependency org.codehaus.mojo:versions-maven-plugin to v2.8.1 (#17) @renovate
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-M5 (#16) @renovate
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v2.4 (#15) @renovate
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v1.31.3 (#14) @renovate

v1.0.1

14 Aug 02:14
Compare
Choose a tag to compare

What's Changed

Maintenance

Documentation

Dependency Upgrades

v1.0.0

23 Jul 18:13
Compare
Choose a tag to compare
  • Use Quarkus 1.6.1.Final
  • Add continuous integration

v0.5.0

04 Jul 14:00
Compare
Choose a tag to compare
  • Support multiple datasources
  • Prefer the Singleton to the ApplicationScoped for the sake of simplicity
  • Support Oracle, DB2 and SQLite in JVM mode
  • Use Quarkus 1.6.0.Final
  • Add the DataSourceNameResolver class and the DataSourceResolver class

v0.4.0

27 Jun 08:01
Compare
Choose a tag to compare
  • Build with Java 11
  • Add the AnnotationLiteral class for the Config annotation
  • Add the JtaRequiresNewController class
  • Rename and Polish some classes

v0.3.0

20 Jun 17:54
Compare
Choose a tag to compare
  • Add the InitialScriptLoader class to load a import.sql file on startup
  • Add the UnsupportedTransactionManager class to simplify our library
  • Fix the HotReplacementSqlFileRepository class to consider new lines in SQL files

V0.2.0

20 Jun 04:19
Compare
Choose a tag to compare
  • Use Quarkus 1.5.2
  • Add the new logger and the log configuration