[
https://issues.apache.org/jira/browse/JXPATH-190?focusedWorklogId=235981&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235981
]
ASF GitHub Bot logged work on JXPATH-190:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/May/19 20:42
Start Date: 01/May/19 20:42
Worklog Time Spent: 10m
Work Description: markt-asf commented on pull request #13: Make call to
beanutils.ConvertUtils optional (fixes JXPATH-190)
URL: https://github.com/apache/commons-jxpath/pull/13
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 235981)
Time Spent: 10m
Remaining Estimate: 0h
> Make BeanUtils dependency optional in BasicTypeConverter
> --------------------------------------------------------
>
> Key: JXPATH-190
> URL: https://issues.apache.org/jira/browse/JXPATH-190
> Project: Commons JXPath
> Issue Type: Improvement
> Affects Versions: 1.3
> Reporter: Tobias Gruetzmacher
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When using BasicTypeConverter.canConvert or BasicTypeConverter.convert, if
> the method can't find a "simple" solution, it tries to fall back to
> org.apache.commons.beanutils.ConvertUtils.lookup - since commons-beanutils is
> an optional dependency, this class might not be available, so you end up with
> a nasty java.lang.NoClassDefFoundError...
> My proposal would be to make this call optional too, so users of JXPath don't
> need to depend on commons-beanutils.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)