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

WildFly 11 support #159

Merged
merged 4 commits into from
Apr 20, 2017
Merged

WildFly 11 support #159

merged 4 commits into from
Apr 20, 2017

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Apr 20, 2017

No description provided.

@Ladicek Ladicek added this to the 1.6.0 milestone Apr 20, 2017
@Ladicek Ladicek self-assigned this Apr 20, 2017
@@ -38,6 +40,9 @@ public static void removeUser() throws CommandFailedException {
@Before
@Override
public void connect() throws IOException {
// WildFly 11.0.0.Alpha1 has issues
Copy link
Collaborator

Choose a reason for hiding this comment

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

what kind of issues is that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wish I knew.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I mean:

  1. WildFly 11 doesn't know the http-upgrade-enabled attribute in XML.
  2. These tests fail with Could not connect to https-remoting://localhost:9993, and I have no idea why.

The standalone tests recently moved from standalone-full.xml
to standalone-full-ha.xml. On EAP 6, standalone-full-ha.xml
configuration of the logging subsytem doesn't define the CONSOLE
logging handler. This required fixing some tests.
@Ladicek Ladicek merged commit 3556bdb into wildfly-extras:master Apr 20, 2017
@Ladicek Ladicek deleted the wildfly11 branch April 20, 2017 20:03
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