Skip to content

Commit 6a1e11c

Browse files
Merge pull request #573 from DataDog/carlosroman/release-0.49.9-AGENT-14209
preparing release 0.49.9 Co-authored-by: carlosroman <carlos.roman@datadoghq.com>
2 parents 9952ac7 + b692ec8 commit 6a1e11c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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 }})

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Changelog
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181

182182
```
183183
Get 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)