-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
WFLY-18471 ha-singleton-deployment Quickstart Common Enhancements CY2023Q3 #914
Conversation
<!-- Tests --> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-engine</artifactId> | ||
<scope>test</scope> | ||
</dependency> |
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.
@emmartins Please remind me, are you OK with JUnit 5 here?
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.
yup
…023Q3 Synchronize properties definitions. Convert the deployment to war from jar and introduce a welcome page via static index.html. Introduce a simple integration test and -Pintegration-tests Maven profile. Cleanup README file. Introduce automatic CI for the quickstart.
<!-- Tests --> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-engine</artifactId> | ||
<scope>test</scope> | ||
</dependency> |
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.
yup
good work, thanks |
Thanks @emmartins and again sorry for taking a while to finish this off. |
n.b. no OpenShift support and no bootable-jar support.
Resolves
https://issues.redhat.com/browse/WFLY-18471 – ha-singleton-deployment Quickstart Common Enhancements CY2023Q3
Related PR for ha-singleton-service QS: #915 (not conflicting)