[
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749200#comment-16749200
]
Hudson commented on WW-5001:
----------------------------
SUCCESS: Integrated in Jenkins build Struts-master-JDK7 #252 (See
[https://builds.apache.org/job/Struts-master-JDK7/252/])
WW-5001 Adds support for struts-conversion.properties files (lukaszlenart: rev
fc81832e8afbe9e47f74e4f61b74733ec66892c1)
* (edit) core/src/main/resources/struts-default.xml
* (add)
core/src/test/resources/com/opensymphony/xwork2/conversion/impl/test-struts-conversion.properties
* (delete)
core/src/test/resources/com/opensymphony/xwork2/conversion/impl/test-xwork-conversion.properties
* (delete)
core/src/main/java/com/opensymphony/xwork2/conversion/impl/DefaultConversionPropertiesProcessor.java
* (edit)
core/src/main/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java
* (add)
core/src/main/java/org/apache/struts2/conversion/StrutsConversionPropertiesProcessor.java
* (edit)
core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java
* (edit)
core/src/test/java/com/opensymphony/xwork2/conversion/impl/XWorkConverterTest.java
> Allow to define converters in "struts-conversion.properties" file
> -----------------------------------------------------------------
>
> Key: WW-5001
> URL: https://issues.apache.org/jira/browse/WW-5001
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Lukasz Lenart
> Priority: Minor
> Fix For: 2.6
>
>
> Now you must register a new converters in {{xwork-conversion.properties}}
> which is an inherited from XWork days. As we move away from XWork it would be
> good to use {{struts-conversion.properties}} instead.
> This is small change in code with a warning about using
> {{xwork-conversion.properties}} and docs must be updated as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)