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

[#199] default to WildFly connection configuration #219

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

simkam
Copy link
Collaborator

@simkam simkam commented Jan 9, 2023

fixes #199

  • switch default protocol to http-remoting
  • switch default port to 9990
  • drop creaper.wildfly property
  • drop remoting protocol support

@@ -1125,7 +1123,7 @@
<arquillianContainer.version>${wildfly25.arquillianContainer.version}</arquillianContainer.version>

<tests.ignoredCategory>${ignoredCategory.wildfly11}</tests.ignoredCategory>
<tests.specialJvmArgs>${specialJvmArgs.wildfly}</tests.specialJvmArgs>
<tests.specialJvmArgs></tests.specialJvmArgs>
Copy link
Collaborator

Choose a reason for hiding this comment

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

well, we could probably delete these all specialJvmArgs properties but whatever...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

let's keep it for now, if we ever need it. It might be useful for JDK17 for example.

@jstourac
Copy link
Collaborator

LGTM, thank you - just one actual small concern regarding one comment line.

fixes wildfly-extras#199

- switch default protocol to `http-remoting`
- switch default port to 9990
- drop `creaper.wildfly` property
- drop `remoting` protocol support
@jstourac jstourac merged commit 2f4af02 into wildfly-extras:main Jan 10, 2023
@simkam simkam deleted the 199-remoting-out branch February 2, 2023 18:13
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.

creaper.wildfly property + remoting protocol and 9999 port defaults...
2 participants