-
Notifications
You must be signed in to change notification settings - Fork 16
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
WFCORE-3017: It's not possible to call Elytron credential-store :add-… #336
Conversation
@honza-kasik any objection? |
LGTM, thanks! |
result.assertDefinedValue(); | ||
List<String> servers = result.stringListValue(); | ||
|
||
List<String> startedServers = new ArrayList<String>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creaper has methods like org.wildfly.extras.creaper.core.online.operations.admin.DomainAdministration#allRunningServers(java.lang.String), why don't you make use of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't aware of that method. Thx.
It is better to reuse and not to write new one => please reuse existing code from creaper instead of writing new methods. |
…alias via profile in domain any more.
Amended. |
WFCORE-3017: It's not possible to call Elytron credential-store :add-… initial commit added tests for WebServices -> EndpointConfiguration added tests for duplicate resource creation added tests for property manipulation in WebServices -> Endpoint config added tests for client configuration added pre handler tests for client configuration added tests for edit protocol bindings added tests for handlerchain handlers in client config and endpoint config minor refactoring final changes before rebase & PR changed after PR review, before WebServicesTestCaseAbstract refactor finished refactoring, before merging moved create* methods from WebServicesTestCaseAbstract to page object, removed restart of administration
…alias via profile in domain any more.