diff --git a/native-oci-container-instances/aot-jar.properties b/native-oci-container-instances/aot-jar.properties deleted file mode 100644 index 09539b7cf..000000000 --- a/native-oci-container-instances/aot-jar.properties +++ /dev/null @@ -1,33 +0,0 @@ -# AOT configuration properties for jar packaging -# Please review carefully the optimizations enabled below -# Check https://micronaut-projects.github.io/micronaut-aot/latest/guide/ for more details - -# Caches environment property values: environment properties will be deemed immutable after application startup. -cached.environment.enabled=true - -# Precomputes Micronaut configuration property keys from the current environment variables -precompute.environment.properties.enabled=true - -# Converts YAML configuration files to Java configuration -yaml.to.java.config.enabled=true - -# Scans for service types ahead-of-time, avoiding classpath scanning at startup -serviceloading.jit.enabled = true - -# Scans reactive types at build time instead of runtime -scan.reactive.types.enabled=true - -# Deduces the environment at build time instead of runtime -deduce.environment.enabled=true - -# Checks of existence of some types at build time instead of runtime -known.missing.types.enabled=true - -# Precomputes property sources at build time -sealed.property.source.enabled=true - -# The list of service types to be scanned (comma separated) -service.types=io.micronaut.context.env.PropertySourceLoader,io.micronaut.inject.BeanConfiguration,io.micronaut.inject.BeanDefinitionReference,io.micronaut.http.HttpRequestFactory,io.micronaut.http.HttpResponseFactory,io.micronaut.core.beans.BeanIntrospectionReference - -# A list of types that the AOT analyzer needs to check for existence (comma separated) -known.missing.types.list=io.reactivex.Observable,reactor.core.publisher.Flux,kotlinx.coroutines.flow.Flow,io.reactivex.rxjava3.core.Flowable,io.reactivex.rxjava3.core.Observable,io.reactivex.Single,reactor.core.publisher.Mono,io.reactivex.Maybe,io.reactivex.rxjava3.core.Single,io.reactivex.rxjava3.core.Maybe,io.reactivex.Completable,io.reactivex.rxjava3.core.Completable,io.methvin.watchservice.MacOSXListeningWatchService,io.micronaut.core.async.publisher.CompletableFuturePublisher,io.micronaut.core.async.publisher.Publishers.JustPublisher,io.micronaut.core.async.subscriber.Completable \ No newline at end of file diff --git a/native-oci-container-instances/aot-native-image.properties b/native-oci-container-instances/aot-native-image.properties deleted file mode 100644 index e4b8d9bed..000000000 --- a/native-oci-container-instances/aot-native-image.properties +++ /dev/null @@ -1,36 +0,0 @@ -# AOT configuration properties for native-image packaging -# Please review carefully the optimizations enabled below -# Check https://micronaut-projects.github.io/micronaut-aot/latest/guide/ for more details - -# Caches environment property values: environment properties will be deemed immutable after application startup. -cached.environment.enabled=true - -# Precomputes Micronaut configuration property keys from the current environment variables -precompute.environment.properties.enabled=true - -# Converts YAML configuration files to Java configuration -yaml.to.java.config.enabled=true - -# Generates GraalVM configuration files required to load the AOT optimizations -graalvm.config.enabled=true - -# Scans for service types ahead-of-time, avoiding classpath scanning at startup -serviceloading.native.enabled=true - -# Scans reactive types at build time instead of runtime -scan.reactive.types.enabled=true - -# Deduces the environment at build time instead of runtime -deduce.environment.enabled=true - -# Checks of existence of some types at build time instead of runtime -known.missing.types.enabled=true - -# Precomputes property sources at build time -sealed.property.source.enabled=true - -# The list of service types to be scanned (comma separated) -service.types=io.micronaut.context.env.PropertySourceLoader,io.micronaut.inject.BeanConfiguration,io.micronaut.inject.BeanDefinitionReference,io.micronaut.http.HttpRequestFactory,io.micronaut.http.HttpResponseFactory,io.micronaut.core.beans.BeanIntrospectionReference - -# A list of types that the AOT analyzer needs to check for existence (comma separated) -known.missing.types.list=io.reactivex.Observable,reactor.core.publisher.Flux,kotlinx.coroutines.flow.Flow,io.reactivex.rxjava3.core.Flowable,io.reactivex.rxjava3.core.Observable,io.reactivex.Single,reactor.core.publisher.Mono,io.reactivex.Maybe,io.reactivex.rxjava3.core.Single,io.reactivex.rxjava3.core.Maybe,io.reactivex.Completable,io.reactivex.rxjava3.core.Completable,io.methvin.watchservice.MacOSXListeningWatchService,io.micronaut.core.async.publisher.CompletableFuturePublisher,io.micronaut.core.async.publisher.Publishers.JustPublisher,io.micronaut.core.async.subscriber.Completable \ No newline at end of file diff --git a/native-oci-container-instances/micronaut-cli.yml b/native-oci-container-instances/micronaut-cli.yml index 01e5da83c..1faf237e6 100644 --- a/native-oci-container-instances/micronaut-cli.yml +++ b/native-oci-container-instances/micronaut-cli.yml @@ -3,4 +3,4 @@ defaultPackage: example.micronaut testFramework: junit sourceLanguage: java buildTool: maven -features: [annotation-api, app-name, graalvm, http-client, jackson-databind, java, java-application, junit, logback, maven, micronaut-aot, netty-server, readme, shade, yaml] +features: [annotation-api, app-name, http-client, jackson-databind, java, java-application, junit, logback, maven, netty-server, readme, shade, yaml]