From c36e124ffdc7f44dd7f7e5de879249b2f05243f7 Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Wed, 10 Jul 2024 10:47:05 +0200 Subject: [PATCH] remove initialize-at-runtime definitions (#424) --- .../mqttv3/native-image.properties | 17 ----------------- .../mqttv5/native-image.properties | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 mqttv3/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv3/native-image.properties delete mode 100644 mqttv5/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv5/native-image.properties diff --git a/mqttv3/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv3/native-image.properties b/mqttv3/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv3/native-image.properties deleted file mode 100644 index 0b320880..00000000 --- a/mqttv3/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv3/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.mqtt.v3.client.health.$MqttHealthIndicator$Definition diff --git a/mqttv5/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv5/native-image.properties b/mqttv5/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv5/native-image.properties deleted file mode 100644 index c3a2651a..00000000 --- a/mqttv5/src/main/resources/META-INF/native-image/io.micronaut.mqtt/mqttv5/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.mqtt.v5.client.health.$MqttHealthIndicator$Definition