File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3- # 0.49.3-SNAPSHOT / 2024-06-07
3+ # 0.49.3 / 2024-07-26
4+ * [ FEATURE] Added support for jsr77 j2ee statistics [ #531 ] [ ]
5+ * [ FEATURE] Added support for custom ConnectionFactory [ #530 ] [ ]
46
57# 0.49.2 / 2024-06-07
68* [ FEATURE] Added support for emitting logs with thread name [ #525 ] [ ]
@@ -773,6 +775,8 @@ Changelog
773775[ #512 ] : https://github.com/DataDog/jmxfetch/issues/512
774776[ #522 ] : https://github.com/DataDog/jmxfetch/issues/522
775777[ #525 ] : https://github.com/DataDog/jmxfetch/issues/525
778+ [ #530 ] : https://github.com/DataDog/jmxfetch/issues/530
779+ [ #531 ] : https://github.com/DataDog/jmxfetch/issues/531
776780[ @alz ] : https://github.com/alz
777781[ @aoking ] : https://github.com/aoking
778782[ @arrawatia ] : https://github.com/arrawatia
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181
182182```
183183Get help on usage:
184- java -jar jmxfetch-0.49.3-SNAPSHOT- jar-with-dependencies.jar --help
184+ java -jar jmxfetch-0.49.3-jar-with-dependencies.jar --help
185185```
186186
187187## Updating Maven Wrapper
Original file line number Diff line number Diff line change 55
66 <groupId >com.datadoghq</groupId >
77 <artifactId >jmxfetch</artifactId >
8- <version >0.49.3-SNAPSHOT </version >
8+ <version >0.49.3</version >
99 <packaging >jar</packaging >
1010
1111 <name >jmxfetch</name >
You can’t perform that action at this time.
0 commit comments