hawtio-integration icon indicating copy to clipboard operation
hawtio-integration copied to clipboard

Long rounding issue

Open ostrovskyde opened this issue 3 years ago • 5 comments

In case JMX operation has java.lang.Long or primitive long argument, Hawtio is rounding large numbers. E.g. 282784413042312285 is being transformed to 282784413042312300, so the actual execution takes latter.

Please use long.js to deal with Long type arguments.

ostrovskyde avatar Dec 14 '20 16:12 ostrovskyde