Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The converters in plexus-container-default use Integer#valueOf() (etc) to convert a string representation into a value. It would be nice if the change from https://github.com/sonatype/sisu/commit/badeded7ee09c3422265edd8d1b8172ee36b677d to use Integer#decode() could be applied to plexus-container-default. This adds support for hex/oct representations when parsing.
(Note: this is related to the issue reported in http://jira.codehaus.org/browse/MASSEMBLY-449?focusedCommentId=260084&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-260084 )