File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 6262 run : ./mvnw clean package -DskipTests
6363
6464 - name : Run using JDK 7
65- run : docker run -i --rm -v $(pwd):/app -w /app openjdk:7-jdk java -jar ./target/jmxfetch-0.49.9-SNAPSHOT- jar-with-dependencies.jar --help
65+ run : docker run -i --rm -v $(pwd):/app -w /app openjdk:7-jdk java -jar ./target/jmxfetch-0.49.9-jar-with-dependencies.jar --help
6666
6767 test :
6868 name : Test (OpenJDK ${{ matrix.java-version }})
Original file line number Diff line number Diff line change 11Changelog
22=========
3- # 0.49.9 / TBC
3+ # 0.49.10 / TBC
4+
5+ # 0.49.9 / 2025-07-16
46* [ SECURITY] Bump ` jackson ` dependency to version ` 2.13.0 ` to mitigate [ CVE-2025 -49128] ( ) [ #565 ] [ ]
7+ * [ BUGFIX] Reverted [ #554 ] [ ] as it broke support for Java 7 [ #572 ] [ ]
58
69# 0.49.8 / 2025-06-03
710* [ FEATURE] Added support for GraalVM Native GC metrics [ #560 ] [ ] (Thanks [ @ygree ] [ ] )
@@ -802,6 +805,8 @@ Changelog
802805[ #553 ] : https://github.com/DataDog/jmxfetch/issues/553
803806[ #554 ] : https://github.com/DataDog/jmxfetch/issues/554
804807[ #560 ] : https://github.com/DataDog/jmxfetch/issues/560
808+ [ #565 ] : https://github.com/DataDog/jmxfetch/issues/566
809+ [ #572 ] : https://github.com/DataDog/jmxfetch/issues/572
805810[ @alz ] : https://github.com/alz
806811[ @aoking ] : https://github.com/aoking
807812[ @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.9-SNAPSHOT- jar-with-dependencies.jar --help
184+ java -jar jmxfetch-0.49.9-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.9-SNAPSHOT </version >
8+ <version >0.49.9</version >
99 <packaging >jar</packaging >
1010
1111 <name >jmxfetch</name >
You can’t perform that action at this time.
0 commit comments