Skip to content
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

4.x: Use H2 in-memory in SE archetype #7877

Merged

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Oct 21, 2023

Description

Update the JDBC URL to be jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DATABASE_TO_LOWER=TRUE instead of jdbc:h2:tcp://localhost:9092/~test to use H2 in-memory.

Fixes #7876

Documentation

No doc impact

@romain-grecourt romain-grecourt added bug Something isn't working archetypes 4.x Version 4.x labels Oct 21, 2023
@romain-grecourt romain-grecourt added this to the 4.0.0 milestone Oct 21, 2023
@romain-grecourt romain-grecourt self-assigned this Oct 21, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 21, 2023
@barchetta barchetta removed this from the 4.0.0 milestone Oct 24, 2023
@romain-grecourt romain-grecourt merged commit c7a3b66 into helidon-io:main Nov 9, 2023
12 checks passed
@romain-grecourt romain-grecourt deleted the fix-h2-jdbc-url-se-archetype branch November 9, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x archetypes bug Something isn't working OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: archetype: database-se does not use in-memory DB by default
2 participants