rootvector2 opened a new pull request, #424: URL: https://github.com/apache/commons-beanutils/pull/424
port of #422: `DoubleLocaleConverter.parse()` only special-cases `Long`; any other `Number` subtype passed directly to the converter (e.g. `Integer`, `Float`, `BigDecimal`) is returned as-is and fails in `checkConversionResult` with `ConversionException: Unsupported target type` (the 1.X symptom of the same bug — the cast lives in `BaseLocaleConverter` here rather than in `parse`). convert any non-Double `Number` via `doubleValue()` instead, matching the master fix. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
