diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-08-26 20:13:27 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2024-08-26 20:13:27 +0200 |
commit | cbe869533dac7a5c04ce1841c06f3ecba9b2e057 (patch) | |
tree | 1a6d3696df19d6df67c95111adff5d981b37ab87 /deployment | |
parent | 949f3341c64d0bd363b230b4bea918f295946f57 (diff) |
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
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index 209ce64..17b19fe 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -65,23 +65,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later </path> </annotationProcessorPaths> </configuration> - <executions> - <execution> - <id>default-compile</id> - <configuration> - <annotationProcessorPaths> - <path> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-extension-processor</artifactId> - <version>${quarkus.version}</version> - </path> - </annotationProcessorPaths> - <compilerArgs> - <arg>-AlegacyConfigRoot=true</arg> - </compilerArgs> - </configuration> - </execution> - </executions> </plugin> </plugins> </build> |