database-rider
database-rider copied to clipboard
Database testing made easy!
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 4.3.5.Final to 5.6.12.Final. Release notes Sourced from hibernate-core's releases. Hibernate ORM 5.2.0 5.2.0 includes many improvements and bug-fixes. For a complete list of changes, see https://hibernate.atlassian.net/projects/HHH/versions/23150/tab/release-report-done. Many...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.1 to 3.5.1. Release notes Sourced from actions/setup-java's releases. v3.5.1 In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard...
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.16 to 1.33. Commits e18ed22 Merged in master (pull request #25) e82afc0 Merge branch 'master' into configure-issue-543 440d98e Set the default incoming limit to 3MB 9c05d72 Revert...
Is there any version of dbrider for Jakarta standard. After the migration to Hibernate Jakarta I get the following message: ``` com.github.database.rider.junit5.DBUnitExtension executeDataSetForCallback WARNING: Could not find dataset annotation from...
The problem i run into is, that it won't recognize the Created_On timestamp with the format TIMESTAMP WITH TIME ZONE. If i try to set it, it doesn't find the...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...
It seems that #483 does not cover the case where DBRider is used on a `@SpringBootTest` and should use the Spring Properties from that test's Spring context for its configuration....
Bumps `micronaut.version` from 1.3.6 to 3.6.1. Updates `micronaut-inject` from 1.3.6 to 3.6.1 Release notes Sourced from micronaut-inject's releases. Micronaut Framework 3.6.1 What's Changed Docs 📖 Correcting KeyStore spelling in the...
Bumps [jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 2.3.2 to 4.0.0. Release notes Sourced from jakarta.xml.bind-api's releases. Jakarta XML Binding API 4.0.0 The major release contains following changes: drops compatibility with JAXB 1.0 removes constraints...
Hi there, While DBRider works well for me using Spring Boot 3.0 and 3.1, it seems to break with Spring Boot 3.2. I'm getting the following error: ``` java.lang.NullPointerException: Cannot...