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

[WFLY-18642] reevaluated ts.preview and ts.bootable.preview profiles #17290

Merged
merged 2 commits into from Oct 30, 2023

Conversation

istudens
Copy link
Contributor

@@ -389,6 +389,8 @@
<!--Dependencies for lra specs -->
<layer>microprofile-lra-coordinator</layer>
<layer>microprofile-lra-participant</layer>
<!-- ts.bootable.preview tests require this -->
<layer>microprofile-rest-client</layer>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bstansberry I couldn't realize why ts.bootable.preview is missing org.eclipse.microprofile.restclient module. It seems wildfly-preview-expansion-bom inherits it from wildfly-common-expansion-dependency-management, but when running with ts.bootable.preview, the test-wildfly.jar is missing it (while with ts.bootable it is there as expected).

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks, @istudens for pointing this out!

This is actually a bug in WFP: https://issues.redhat.com/browse/WFLY-18702.

Other than this change, which shouldn't be needed when that bug is fixed, this PR LGTM. But the CI run is out of date, so what I'm going to do is take your branch and add a commit fixing WFLY-18702, which will include removing these 2 lines. I'll send that up and it will get fresh CI.

Copy link
Contributor

Choose a reason for hiding this comment

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

@istudens
Copy link
Contributor Author

@bstansberry Can you review this please? Thanks

@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes
Projects
None yet
3 participants