GitHub user MichaelSchneiderVirtustream opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/679
added type coercions for String to BigDecimal and BigInteger
Added two type coercions to class brooklyn.util.flags.TypeCoercions in
brooklyn-core:
- String -> java.math.BigDecimal
- String -> java.math.BigInteger
Also added a corresponding test case to TypeCoercionsTest.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/MichaelSchneiderVirtustream/incubator-brooklyn type-coercion
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/679.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 #679
----
commit 223c3916ecbf7604eb297960e968200a8f2e4015
Author: U-VIRTUSTREAM\Michael_Sc <[email protected]>
Date: 2015-06-03T15:52:43Z
added type coercions for String to BigDecimal and BigInteger
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---