Issue 4740 - JPA integration tests should run on every build #5027
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added profiles to automatically trigger test setup with in memory H2 database.
JPA tests module added to integration tests.
@romain-grecourt This is an attpempt to run JPA integradion tests with default profile triggered as
<activeByDefault>true</activeByDefault>
when no other DB profile is selected.This is done in JPA integration tests parent POM.
h2
profile sets DB properties and stores them in file.h2
profile in appl module so default test setup is started just from helidon's root 'mvn clean install -Ptests'. It requires no docker.