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

Use JpaStorageSettings and StorageSettings #520

Merged
merged 8 commits into from
Apr 14, 2023

Conversation

dotasek
Copy link
Contributor

@dotasek dotasek commented Apr 13, 2023

Refactor to use the renamed DaoConfig and ModelConfig classes.

This includes latest commits to master, and passes smoke tests.

XcrigX and others added 8 commits March 30, 2023 10:19
When running from Docker Hub, it is not convenient to have to copy the full application.yaml as a starting point. Based on Spring's property initialization order, it's possible to mount a small version of application.yaml in the config folder in the run directory.
…-actuator to pull it in as a needed dependency.
Now it is possible to mount a folder with extra classes that are loaded
by HAPI. This makes it easy to load an interceptor JAR while using the
standard Docker image. The README explains how to use it.

Spring by default uses the WarLauncher. Now the ENTRYPOINT uses the
PropertiesLauncher, configured in such a way that it is compatible with
the WarLauncher, but adding the folder /app/extra-classes to the
loader.path.
Update to 6.4.1
@dotasek dotasek requested a review from michaelabuckley April 13, 2023 18:01
Copy link
Contributor

@michaelabuckley michaelabuckley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to keep up. Doing this all at the end is a pain.

@dotasek dotasek merged commit 6869116 into rel_6_5_tracking Apr 14, 2023
@dotasek dotasek deleted the do-20230412-rel_6_5_tracking branch April 14, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants