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-11693, WFLY-11694 JGroups & Infinispan subsystem transformer tests for EAP 7.2 #12055

Merged
merged 2 commits into from Feb 12, 2019

Conversation

pferraro
Copy link
Contributor

@@ -97,6 +97,8 @@ private static InfinispanModel getModelVersion(ModelTestControllerVersion contro
return InfinispanModel.VERSION_4_0_0;
case EAP_7_1_0:
return InfinispanModel.VERSION_5_0_0;
case EAP_7_2_0_TEMP:
return InfinispanModel.VERSION_8_0_0;
Copy link
Contributor

Choose a reason for hiding this comment

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

@pferraro Now that the core upgrade has been merged this should be changed to just EAP_7_2_0

case EAP_7_1_0:
case EAP_7_2_0_TEMP:
Copy link
Contributor

Choose a reason for hiding this comment

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

EAP_7_2_0

@@ -79,6 +79,8 @@ private static JGroupsModel getModelVersion(ModelTestControllerVersion controlle
return JGroupsModel.VERSION_4_0_0;
case EAP_7_1_0:
return JGroupsModel.VERSION_5_0_0;
case EAP_7_2_0_TEMP:
return JGroupsModel.VERSION_6_0_0;
Copy link
Contributor

Choose a reason for hiding this comment

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

EAP_7_2_0

case EAP_7_1_0:
case EAP_7_2_0_TEMP:
Copy link
Contributor

Choose a reason for hiding this comment

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

EAP_7_2_0

@@ -38,7 +38,7 @@
VERSION_5_0_0(5, 0, 0), // WildFly 11, EAP 7.1
VERSION_6_0_0(6, 0, 0), // WildFly 12
VERSION_7_0_0(7, 0, 0), // WildFly 13
VERSION_8_0_0(8, 0, 0), // WildFly 14
VERSION_8_0_0(8, 0, 0), // WildFly 14, EAP 7.2
Copy link
Member

@rhusar rhusar Feb 12, 2019

Choose a reason for hiding this comment

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

...also WildFly 15.

@kabir kabir merged commit 8f9a8b9 into wildfly:master Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants