This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
Releases: domaframework/doma-quarkus
Releases · domaframework/doma-quarkus
v1.1.0
What's Changed
New Features
- Replace DomaLogger with Slf4jJdbcLogger (#53)
Documentation
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
What's Changed
Maintenance
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
v1.0.2
What's Changed
Maintenance
- Add a dependencies label (#23) @nakamura-to
- Configure Renovate (#13) @renovate
Documentation
- Add badges (#12) @nakamura-to
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
What's Changed
Maintenance
- Update issue templates (#11) @nakamura-to
- Create CONTRIBUTING.md (#10) @nakamura-to
- Create LICENSE (#8) @nakamura-to
- Create release notes automatically (#4) @nakamura-to
- Upload test reports (#3) @nakamura-to
- Cache Maven packages (#2) @nakamura-to
Documentation
- Update versions in README.md (#7) @nakamura-to
- Clarify the release operations (#6) @nakamura-to
Dependency Upgrades
- Upgrade to Quarkus 1.7.0.Final (#9) @nakamura-to
- Upgrade to Doma 2.40.0 (#5) @nakamura-to
v1.0.0
- Use Quarkus 1.6.1.Final
- Add continuous integration
v0.5.0
- 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
- Build with Java 11
- Add the AnnotationLiteral class for the Config annotation
- Add the JtaRequiresNewController class
- Rename and Polish some classes
v0.3.0
- 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
- Use Quarkus 1.5.2
- Add the new logger and the log configuration