-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H2 upgrade from 1.4.197 to 1.4.199 makes Agroal DefaultDataSourceConfigTest test fail #1522
Comments
http://www.h2database.com/html/features.html#database_only_if_exists - Opening a Database Only if it Already Exists |
hi @rsvoboda, it's really not the intention of extensions to allow people to override the platform versions. It's a bit sad but that's how it is. I'm not planning to upgrade to 1.4.199 as it has some severe regressions... So what is this issue about? |
1.4.198 has some issues too, we have to stay with 1.4.197 @Sanne, so in end the issue is not on our side as you pointed out, H2 is the trouble. I think I will close the issue. Should we add a comment to bom so people don't waste their time trying to update H2 version ? |
Adding a comment to the BOM is probably a good start 👍 I'm thinking we should also make it very clear in other docs / guides that version overrides aren't allowed; let's check what others think at the next design meeting? |
should we close this? |
* master: (167 commits) Allow for usage of @ConfigProperty on fields without the need for @Inject. Fixes quarkusio#1315. Expose all flavors (core, axle, rx) of Vert.x EventBus RestClient - passing incoming JAX-RS headers, fixes quarkusio#1017 JAX-RS body writers for Vert.x JsonObject and JsonArray Increase CI memory PathTestHelper should accept default Gradle build paths now + make sure we run the test in gradle-it Change to use ./mvnw Update opentracing guide to describe using application.properties as alternative to env vars fix npe in dev mode when source is missing in recompilation diagnostic Add the quarkus-elytron-security component in the BOM Moves the logic that handles the registration of schema class for serialization in smallrye-openapi-extension Add Maven Wrapper to generated projects [security extension] - AuthConfig only configured if IdentityManager is produced quarkusio#1522 Warning to keep H2 version as is Minor corrections to mx and git repo clone instructions. programmatic client generation for MP Rest Client, fixes quarkusio#1317 Hibernate ORM - Fix config property name in error message Camel - Use a constant for Camel root package directory Micro version updates JAX-RS Generate reflection declaration from MP OpenAPI schema definition ...
H2 upgrade from 1.4.197 to 1.4.199 makes Agroal DefaultDataSourceConfigTest test fail
The main trouble seems to be
Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database "mem:default" not found, and IFEXISTS=true, so we cant auto-create it [90146-199]
The text was updated successfully, but these errors were encountered: