[
https://issues.apache.org/jira/browse/TAP5-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016195#comment-13016195
]
Hudson commented on TAP5-98:
----------------------------
Integrated in tapestry-5.2-freestyle #306 (See
[https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/306/])
> The TypeCoercer should be able to coerce String to Enum types, even without a
> specific contribution
> ---------------------------------------------------------------------------------------------------
>
> Key: TAP5-98
> URL: https://issues.apache.org/jira/browse/TAP5-98
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-ioc
> Affects Versions: 5.0.15
> Reporter: Alexander Gavrilov
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.3.0
>
>
> In the current implementation to allow coersion form string literal to Enum
> we need to add contribution to the TypeCoercer. This is working. But this
> coersion can be performed by default using just Enum.valueOf (Class, String),
> so there are not required to register new coersion for every used enum type.
> In this case whe are lost the case insensibility of enum coersions, but if
> this is meaningfull for everyone we can still use contributed coersions, and
> if no one is found fallback do the default. Enum.valueOf
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira