[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16749173#comment-16749173
 ] 

ASF subversion and git services commented on WW-5001:
-

Commit fc81832e8afbe9e47f74e4f61b74733ec66892c1 in struts's branch 
refs/heads/master from Lukasz Lenart
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=fc81832 ]

WW-5001 Adds support for struts-conversion.properties files


> 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)


[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16749175#comment-16749175
 ] 

ASF subversion and git services commented on WW-5001:
-

Commit 3d25d2fb15600780cfb1f3562e221fb7dc1af681 in struts's branch 
refs/heads/master from Aleksandr Mashchenko
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=3d25d2f ]

Merge pull request #313 from lukaszlenart/WW-5001

[WW-5001] Adds support for struts-conversion.properties files

> 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)


[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16749174#comment-16749174
 ] 

ASF subversion and git services commented on WW-5001:
-

Commit 3d25d2fb15600780cfb1f3562e221fb7dc1af681 in struts's branch 
refs/heads/master from Aleksandr Mashchenko
[ https://gitbox.apache.org/repos/asf?p=struts.git;h=3d25d2f ]

Merge pull request #313 from lukaszlenart/WW-5001

[WW-5001] Adds support for struts-conversion.properties files

> 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)


[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-22 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16749172#comment-16749172
 ] 

ASF GitHub Bot commented on WW-5001:


aleksandr-m commented on pull request #313: [WW-5001] Adds support for 
struts-conversion.properties files
URL: https://github.com/apache/struts/pull/313
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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)


[jira] [Commented] (WW-5001) Allow to define converters in "struts-conversion.properties" file

2019-01-14 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/WW-5001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742822#comment-16742822
 ] 

ASF GitHub Bot commented on WW-5001:


lukaszlenart commented on pull request #313: [WW-5001] Adds support for 
struts-conversion.properties files
URL: https://github.com/apache/struts/pull/313
 
 
   Implements [WW-5001](https://issues.apache.org/jira/browse/WW-5001)
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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)