From 286d4bbaea5fd0adaeb5c0b21e3d908ac1ec498f Mon Sep 17 00:00:00 2001 From: Tim Quinn Date: Tue, 5 Nov 2024 15:58:55 -0600 Subject: [PATCH] Rework deprecated config look-up to avoid issue with SE DeprecatedConfig with proxied config objects --- .../helidon/config/mp/DeprecatedMpConfig.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/config-mp/src/main/java/io/helidon/config/mp/DeprecatedMpConfig.java diff --git a/config/config-mp/src/main/java/io/helidon/config/mp/DeprecatedMpConfig.java b/config/config-mp/src/main/java/io/helidon/config/mp/DeprecatedMpConfig.java new file mode 100644 index 00000000000..08b4b0e0793 --- /dev/null +++ b/config/config-mp/src/main/java/io/helidon/config/mp/DeprecatedMpConfig.java @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2024 Oracle and/or its affiliates. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package io.helidon.config.mp;public class DeprecatedMpConfig { +}