GitHub user lukaszlenart opened a pull request: https://github.com/apache/struts/pull/138
WW-3171 WW-3357 WW-3650 WW-4581: Locale aware converters This PR introduces Locale aware conversion of `BigDecimal` and `Double` and `Double` [WW-3171](https://issues.apache.org/jira/browse/WW-3171) [WW-3357](https://issues.apache.org/jira/browse/WW-3357) [WW-3650](https://issues.apache.org/jira/browse/WW-3650) [WW-4581](https://issues.apache.org/jira/browse/WW-4581) You can merge this pull request into a Git repository by running: $ git pull https://github.com/lukaszlenart/struts locale-aware-converters Alternatively you can review and apply these changes as the patch at: https://github.com/apache/struts/pull/138.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #138 ---- commit f874f9cde56f74c5161b17e645f779805c51a04b Author: Lukasz Lenart <lukaszlen...@apache.org> Date: 2017-05-12T10:19:48Z WW-4581 Uses proper logic to convert String to BigDecimal commit 266d78d32c786276f37ae701267f6719ea9f8a75 Author: Lukasz Lenart <lukaszlen...@apache.org> Date: 2017-05-12T11:48:14Z WW-3650 Supports double conversion for different locale commit 20eced95008a9e08a20a59f287115ede00268897 Author: Lukasz Lenart <lukaszlen...@apache.org> Date: 2017-05-12T12:40:20Z WW-3171 Converts numbers to strings using locale commit 229afea64e77c2dba9eec62b2c339e9fc92c9ec7 Author: Lukasz Lenart <lukaszlen...@apache.org> Date: 2017-05-12T13:58:54Z WW-3171 Uses proper number of digits when formatting double ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org