-
Notifications
You must be signed in to change notification settings - Fork 201
Add Payara 6 and Payara 7 integration test profiles #796
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideAdds Payara 6 and Payara 7-specific Maven profiles and updates the GitHub Actions integration test workflow to drive Payara version selection via -Dpayara.version, including JDK compatibility constraints, artifact naming fixes, and removal of the scheduled cron run. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Profiles activate automatically via -Dpayara.version=6 or 7 Payara 7 requires JDK 21+ (Jakarta EE 11) Fix archive names Remove unnecesary cron - nothing is dynamic here, no need to retest Signed-off-by: Radoslav Husar <[email protected]>
|
@jamezp can review this, as this is somewhat big rework. |
|
CI is all green, neat |
Profiles activate automatically via -Dpayara.version=6 or 7 Payara 7 requires JDK 21+ (Jakarta EE 11)
Fix archive names
Remove unnecesary cron - nothing is dynamic here, no need to retest
Fix typos
Summary by Sourcery
Add Payara 6 and 7-specific integration test profiles and update CI integration workflows accordingly.
New Features:
Enhancements:
CI: