[
https://issues.apache.org/jira/browse/BEANUTILS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598707#action_12598707
]
Christopher Schultz commented on BEANUTILS-315:
-----------------------------------------------
Niall,
Sorry for not checking on the Java version requirements. It looks like
beanutils currently has little in the way of dependencies, and I'm guessing
that the group would like to keep it that way.
I could re-write the parser so that it does not use regular expressions at all
if that would help (though the code would be somewhat uglier).
Another option would be to put this implementation into a Wiki or some other
community resource.
> Converter for XML Schema 'dateTime' type
> ----------------------------------------
>
> Key: BEANUTILS-315
> URL: https://issues.apache.org/jira/browse/BEANUTILS-315
> Project: Commons BeanUtils
> Issue Type: New Feature
> Components: ConvertUtils & Converters
> Reporter: Christopher Schultz
> Priority: Minor
> Attachments: XMLDateTimeConverter.java, XMLDateTimeConverterTests.java
>
>
> I have developed a converter implementation that can convert XML Schema
> 'dateTime' (xs:dateTime) types into java.util.Date and would like to donate
> it to the project.
> This Converter is being used with commons-digester successfully in one of my
> projects, and a series of posts on the commons-user list led me to believe
> that commons-beanutils was an appropriate place to file an enhancement
> request.
> A proposed implementation is forthcoming.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.