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

[JBEAP-22930] Mojarra -- test branch used for EAP 7.4 using SE 17 #99

Open
wants to merge 4 commits into
base: 2.3.14.SP
Choose a base branch
from

Conversation

jasondlee
Copy link

https://issues.redhat.com/browse/JBEAP-22930

Modify version in POM to add support for Java 17
Minor test update to work around minor data change in testing Add GH Action workflow

Modify version in POM to add support for Java 17
Minor test update to work around minor data change in testing
Add GH Action workflow
@jasondlee jasondlee marked this pull request as ready for review March 29, 2024 00:14
@jasondlee
Copy link
Author

@bstansberry , @fjuma I would appreciate a quick sanity check if/when one or both of you have a chance. Seems like a safe enough change...

</requireJavaVersion>
</rules>
</configuration>
</plugin>

Choose a reason for hiding this comment

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

If you remove this you need something to enforce the use of SE 8 when releasing. For example:

https://github.com/wildfly/wildfly/blob/main/pom.xml#L1133-L1146

So I think you need to leave the plugin in place but just tweak the execution by moving the configuration into it and setting the phase to 'deploy'.

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.

2 participants