You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "tom terrace (JIRA)" <ji...@apache.org> on 2009/07/30 01:04:59 UTC

[jira] Created: (WW-3208) Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library

Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library
-------------------------------------------------------------------------------------

                 Key: WW-3208
                 URL: https://issues.apache.org/struts/browse/WW-3208
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Spring
    Affects Versions: 2.1.8
         Environment: any
            Reporter: tom terrace
            Priority: Minor
         Attachments: patch.txt

In StrutsSpringObjectFactory.java, the StringUtils class is being imported directly from commons instead of from the shaded class in the xwork library. This caused compilation errors for me until I changed the import statement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-3208) Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library

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

tom terrace updated WW-3208:
----------------------------

    Attachment: patch.txt

one-liner patch file

> Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library
> -------------------------------------------------------------------------------------
>
>                 Key: WW-3208
>                 URL: https://issues.apache.org/struts/browse/WW-3208
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Spring
>    Affects Versions: 2.1.8
>         Environment: any
>            Reporter: tom terrace
>            Priority: Minor
>         Attachments: patch.txt
>
>
> In StrutsSpringObjectFactory.java, the StringUtils class is being imported directly from commons instead of from the shaded class in the xwork library. This caused compilation errors for me until I changed the import statement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-3208) Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library

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

Musachy Barroso resolved WW-3208.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.8

mea culpa. fixed in trunk, thanks for the patch.

> Spring Plugin using commons.lang.StringUtils instead of shaded class in xwork library
> -------------------------------------------------------------------------------------
>
>                 Key: WW-3208
>                 URL: https://issues.apache.org/struts/browse/WW-3208
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Spring
>    Affects Versions: 2.1.8
>         Environment: any
>            Reporter: Tom Terrace
>            Priority: Minor
>             Fix For: 2.1.8
>
>         Attachments: patch.txt
>
>
> In StrutsSpringObjectFactory.java, the StringUtils class is being imported directly from commons instead of from the shaded class in the xwork library. This caused compilation errors for me until I changed the import statement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.