From cbe869533dac7a5c04ce1841c06f3ecba9b2e057 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 26 Aug 2024 20:13:27 +0200 Subject: fix!: Move from @ConfigRoot/@ConfigItem to @ConfigMapping. The old way is deprecated. BREAKING CHANGE: This makes GoogleCloudJsonLoggingConfiguration into an interface (it was a class before) and its 'enabled' field into a method. Change-Id: I1a5db74e009ad5427ab7348ab6a6c34b970d4148 --- runtime/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'runtime/pom.xml') diff --git a/runtime/pom.xml b/runtime/pom.xml index 720f0d2..04a9e35 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -84,23 +84,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - - -AlegacyConfigRoot=true - - - - -- cgit v1.2.3