Details
Description
While OGNL does in general a good job with basic number conversion, it runs into problems with some formatted numbers, eg 1,000 for a long of value 1000L.
To avoid having to start fiddlying with OGNL a NumberValueConverter can be used with an injectable NumberFormat instance - defaulting to NumberFormat.getInstance().
Activity
Mauro Talevi
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Done