Releases: pnerg/jmx-runtime-json
Releases · pnerg/jmx-runtime-json
1.4.0
08 Feb 09:04
Compare
Sorry, something went wrong.
No results found
Added support for various printing options
Added
toString(boolean) - for choosing compact/pretty-print format with argument
compactPrint - for compact printouts
Changed
n/a
Issues
Add toString with option for prettyPrint (#20 )
1.3.0
05 Feb 06:24
Compare
Sorry, something went wrong.
No results found
Added support for operating system info and memory pools.
Added
withGarbageCollectionInfo - optional garbage collection information.
Changed
Changed allInfo()
added withGarbageCollectionInfo
1.2.0
27 Jan 07:24
Compare
Sorry, something went wrong.
No results found
Added support for operating system info and memory pools.
Added
withOperatingSystemInfo - optional operating system information.
withMemoryInfo(boolean) - optional memory pool information included in the memory section
Changed
Changed allInfo()
added withOperatingSystemInfo
changed to use withMemoryInfo(true)
changed to use withThreadInfo(3)
Issues
feat: added operating system information (#6 )
feat: added optional information on all memory pools (#8 )
1.1.1
25 Jan 19:48
Compare
Sorry, something went wrong.
No results found
Fixed bug with missing file name and line number in the stack trace.
Added
Changed
Included the method name in the stack trace.
Format is now {class}.{method}({filename}:{line})
Issues
Thread stack sometimes prints null:-1 when missing file name and/or line number (#3 )
1.1.0
25 Jan 08:21
Compare
Sorry, something went wrong.
No results found
Added support for optional stack trace.
Added
Added
withThreadInfo(int)
allInfo(int)
Changed
The thread information now always contains a stack-trace array, might be zero length if no stack trace was requested
or is available for that thread.
Issues
Add support for stack trace for threads (#1 )
1.0.0
21 Jan 06:47
Compare
Sorry, something went wrong.
No results found
First release.
Added
Support for:
class-loading - withClassLoadingInfo
memory - withMemoryInfo
runtime - withRuntimeInfo
thread - withThreadInfo
Changed