From aa2de6aa8cab03702e11122ff14c92632e7ba73c Mon Sep 17 00:00:00 2001 From: Abhishek Tripathi Date: Wed, 13 Nov 2024 11:04:41 +0000 Subject: [PATCH] docs: updating the Changelog for issue 3517 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932db471c5..068cf45a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Usage: * Fix #2667: Add new helm test goal task (`k8s:helm-test` for maven and `k8sHelmTest` for gradle) * Fix #3326: Micronaut healthcheck enricher infers overridden server port in application.properties * Fix #3354: Build fails with `imageStream` for `buildRecreate` value +* Fix #3517: LocalServiceManagerTest: Unused import 'import org.assertj.core.api.InstanceOfAssertFactory; ### 1.17.0 (2024-08-13) * Fix #494: Support for Micronaut Framework Native Images