[
https://issues.jboss.org/browse/WFLY-3638?page=com.atlassian.jira.plugin....
]
Brian Stansberry commented on WFLY-3638:
----------------------------------------
The standaloneXmlTest, domainXmlTest and hostXmlTest methods can all be made static and
provided by a utility class in wildfly-core/testsuite-core/shared. So lets add that,
@Ignore this test, replace the current methods with those names with methods that throw
UnsupportedOperationException, rip out all the code those current methods call, and then
when we integrate the wildfly-core version with the new utility, replace the unsupported
methods with calls to the utility and un-@Ignore the test.
Remove use of deprecated methods from
CoreManagementResourceDefinition and ServerRootResourceDefinition
-------------------------------------------------------------------------------------------------------
Key: WFLY-3638
URL:
https://issues.jboss.org/browse/WFLY-3638
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
Fix For: 9.0.0.Beta1
ServerRootResourceDefinition constructor and CoreManagementResourceDefinition static
methods have been deprecated.
Replace their use with the new methods with the BootErrorCollector parameter.
This can be done with core 1.0.0.Alpha4.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)