From ad8f38d444511caec275f30a6cf8a6bb0a3e55f0 Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Wed, 10 Jul 2024 07:49:41 +0200 Subject: [PATCH] remove initialize-at-runtime definitions --- .../jdbc/native-image.properties | 17 ----------------- .../data-tx/native-image.properties | 2 +- .../data-tx/native-image.properties | 17 ----------------- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 data-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/jdbc/native-image.properties delete mode 100644 data-tx/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties diff --git a/data-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/jdbc/native-image.properties b/data-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/jdbc/native-image.properties deleted file mode 100644 index 4b04d84716..0000000000 --- a/data-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/jdbc/native-image.properties +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2017-2021 original authors -# -# 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 -# -# https://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. -# - -Args = --initialize-at-run-time=io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleDateToTimestamp0$Definition,io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleTimestampToInstant5$Definition,io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleTimestampToLocalDateTime4$Definition,io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleTimestampToTimestamp3$Definition,io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleDateToInstant2$Definition,io.micronaut.data.jdbc.convert.vendor.$OracleTypeConvertersFactory$FromOracleDateToLocalDateTime1$Definition, diff --git a/data-tx-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties b/data-tx-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties index 84e25523aa..1cc9927561 100644 --- a/data-tx-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties +++ b/data-tx-jdbc/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties @@ -14,4 +14,4 @@ # limitations under the License. # -Args = --initialize-at-run-time=io.micronaut.transaction.test.$DefaultTestTransactionExecutionListener$Definition,io.micronaut.transaction.interceptor.$CoroutineTxHelper$Definition,io.micronaut.transaction.interceptor.CoroutineTxHelper +Args = --initialize-at-run-time=io.micronaut.transaction.interceptor.CoroutineTxHelper diff --git a/data-tx/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties b/data-tx/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties deleted file mode 100644 index 84e25523aa..0000000000 --- a/data-tx/src/main/resources/META-INF/native-image/io.micronaut.data/data-tx/native-image.properties +++ /dev/null @@ -1,17 +0,0 @@ -# -# Copyright 2017-2021 original authors -# -# 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 -# -# https://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. -# - -Args = --initialize-at-run-time=io.micronaut.transaction.test.$DefaultTestTransactionExecutionListener$Definition,io.micronaut.transaction.interceptor.$CoroutineTxHelper$Definition,io.micronaut.transaction.interceptor.CoroutineTxHelper