Skip to content

Commit 0bfc97a

Browse files
carlosromanburaizu
andauthored
[AGTMETRICS-206] preparing release 0.49.7 (#556)
* [AGTMETRICS-206] preparing release 0.49.7 * Update CHANGELOG.md Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com> * Update CHANGELOG.md Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com> --------- Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
1 parent e1ff2e0 commit 0bfc97a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
=========
3-
# 0.49.7 / TBC
3+
# 0.49.7 / 2025-05-01
4+
* [IMPROVEMENT] Encapsulate the JsonParser error type to hide the Jackson exception inside the wrapper, to avoid a dependency on Jackson outside of `App.java` [#553][] (Thanks [@ygree][])
5+
* [IMPROVEMENT] Migrate from snakeyaml to snakeyaml-engine to stop using snakeyaml reflection, which is poorly compatible with GraalVM native builds [#554][] (Thanks [@ygree][])
46

57
# 0.49.6 / 2024-11-11
68
* [BUGFIX] Fixed `NullPointerException` on JBoss when user and password not set [#546][]
@@ -791,6 +793,8 @@ Changelog
791793
[#534]: https://github.com/DataDog/jmxfetch/issues/534
792794
[#540]: https://github.com/DataDog/jmxfetch/issues/540
793795
[#546]: https://github.com/DataDog/jmxfetch/issues/546
796+
[#553]: https://github.com/DataDog/jmxfetch/issues/553
797+
[#554]: https://github.com/DataDog/jmxfetch/issues/554
794798
[@alz]: https://github.com/alz
795799
[@aoking]: https://github.com/aoking
796800
[@arrawatia]: https://github.com/arrawatia
@@ -800,3 +804,4 @@ Changelog
800804
[@cslee00]: https://github.com/cslee00
801805
[@mattdrees]: https://github.com/mattdrees
802806
[@nwillems]: https://github.com/nwillems
807+
[@ygree]: https://github.com/ygree

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.7-SNAPSHOT-jar-with-dependencies.jar --help
184+
java -jar jmxfetch-0.49.7-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.7-SNAPSHOT</version>
8+
<version>0.49.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)