[jboss-jira] [JBoss JIRA] (WFLY-3638) Remove use of deprecated methods from CoreManagementResourceDefinition and ServerRootResourceDefinition
Brian Stansberry (JIRA)
issues at jboss.org
Thu Jul 31 11:26:29 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989536#comment-12989536 ]
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- at 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)
More information about the jboss-jira
mailing list