You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jason Pyeron (JIRA)" <ji...@apache.org> on 2011/09/18 15:52:09 UTC

[jira] [Created] (WW-3682) replaced deprecaded api calls with direct replacements

replaced deprecaded api calls with direct replacements
------------------------------------------------------

                 Key: WW-3682
                 URL: https://issues.apache.org/jira/browse/WW-3682
             Project: Struts 2
          Issue Type: Improvement
          Components: Core Actions
    Affects Versions: 2.2.3.1
         Environment: win xp 64 / cygwin / oracle-sun java 1.6
            Reporter: Jason Pyeron




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WW-3682) replaced deprecaded api calls with direct replacements

Posted by "Maurizio Cucchiara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maurizio Cucchiara resolved WW-3682.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

Thank you Jason,
I have applied your suggestion for the whole struts project and for the clearConfigurationProviders method

> replaced deprecaded api calls with direct replacements
> ------------------------------------------------------
>
>                 Key: WW-3682
>                 URL: https://issues.apache.org/jira/browse/WW-3682
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions
>    Affects Versions: 2.2.3.1
>         Environment: win xp 64 / cygwin / oracle-sun java 1.6
>            Reporter: Jason Pyeron
>            Assignee: Maurizio Cucchiara
>              Labels: patch
>             Fix For: 2.3
>
>         Attachments: WW-3682-deprecation-cleanup.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WW-3682) replaced deprecaded api calls with direct replacements

Posted by "Jason Pyeron (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Pyeron updated WW-3682:
-----------------------------

    Attachment: WW-3682-deprecation-cleanup.patch

public class com.opensymphony.xwork2.config.ConfigurationManager {

...

    @Deprecated public void addConfigurationProvider(ConfigurationProvider provider) {
        addContainerProvider(provider);
    }


> replaced deprecaded api calls with direct replacements
> ------------------------------------------------------
>
>                 Key: WW-3682
>                 URL: https://issues.apache.org/jira/browse/WW-3682
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions
>    Affects Versions: 2.2.3.1
>         Environment: win xp 64 / cygwin / oracle-sun java 1.6
>            Reporter: Jason Pyeron
>              Labels: patch
>         Attachments: WW-3682-deprecation-cleanup.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3682) replaced deprecaded api calls with direct replacements

Posted by "Maurizio Cucchiara (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107978#comment-13107978 ] 

Maurizio Cucchiara commented on WW-3682:
----------------------------------------

I have nothing against it, so if there are no objections I would to apply Jason's patch.


> replaced deprecaded api calls with direct replacements
> ------------------------------------------------------
>
>                 Key: WW-3682
>                 URL: https://issues.apache.org/jira/browse/WW-3682
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions
>    Affects Versions: 2.2.3.1
>         Environment: win xp 64 / cygwin / oracle-sun java 1.6
>            Reporter: Jason Pyeron
>              Labels: patch
>         Attachments: WW-3682-deprecation-cleanup.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (WW-3682) replaced deprecaded api calls with direct replacements

Posted by "Maurizio Cucchiara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maurizio Cucchiara reassigned WW-3682:
--------------------------------------

    Assignee: Maurizio Cucchiara

> replaced deprecaded api calls with direct replacements
> ------------------------------------------------------
>
>                 Key: WW-3682
>                 URL: https://issues.apache.org/jira/browse/WW-3682
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions
>    Affects Versions: 2.2.3.1
>         Environment: win xp 64 / cygwin / oracle-sun java 1.6
>            Reporter: Jason Pyeron
>            Assignee: Maurizio Cucchiara
>              Labels: patch
>         Attachments: WW-3682-deprecation-cleanup.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3682) replaced deprecaded api calls with direct replacements

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108836#comment-13108836 ] 

Hudson commented on WW-3682:
----------------------------

Integrated in Struts2 #357 (See [https://builds.apache.org/job/Struts2/357/])
    WW-3682 - replaced deprecaded api calls with direct replacements

mcucchiara : 
Files : 
* /struts/struts2/trunk/apps/blank/src/test/java/example/ConfigTest.java
* /struts/struts2/trunk/apps/jboss-blank/src/test/java/example/ConfigTest.java
* /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java
* /struts/struts2/trunk/core/src/test/java/org/apache/struts2/components/UIComponentTest.java
* /struts/struts2/trunk/core/src/test/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptorTest.java
* /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/config/ConfigurationManager.java
* /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/XWorkTestCaseHelper.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/ConfigurationManagerTest.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/ConfigurationTest.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderGlobalResultInheritenceTest.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderPackagesTest.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderTest.java
* /struts/struts2/trunk/xwork-core/src/test/java/com/opensymphony/xwork2/config/providers/XmlConfigurationProviderWildCardIncludeTest.java


> replaced deprecaded api calls with direct replacements
> ------------------------------------------------------
>
>                 Key: WW-3682
>                 URL: https://issues.apache.org/jira/browse/WW-3682
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions
>    Affects Versions: 2.2.3.1
>         Environment: win xp 64 / cygwin / oracle-sun java 1.6
>            Reporter: Jason Pyeron
>            Assignee: Maurizio Cucchiara
>              Labels: patch
>             Fix For: 2.3
>
>         Attachments: WW-3682-deprecation-cleanup.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira