-
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
Getting Started with Security updates #45646
Getting Started with Security updates #45646
Conversation
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
366b286
to
9e79265
Compare
Status for workflow
|
As Martin Ocenas rightly pointed out, the configuration advice is confusing, first we suggest using prod level DB properties without
%prod
which causesmvn quarkus:dev
failure and then recommend using@prod
. I've done minor updates to fix it, and also other minor updates recommended by Martin