Expected Behavior
I can not add the 1.4.0 version of this library to my project.
Placing this in the build.gradle
implementation('io.micronaut.opensearch:micronaut-opensearch:1.4.0')
implementation('io.micronaut.opensearch:micronaut-opensearch-amazon:1.4.0')
Results in
11:44:40.232 [main] ERROR io.micronaut.runtime.Micronaut - Error starting Micronaut server: No bean introspection available for type [interface java.util.List]. Ensure the class is annotated with io.micronaut.core.annotation.Introspected -
io.micronaut.core.beans.exceptions.IntrospectionException: No bean introspection available for type [interface java.util.List]. Ensure the class is annotated with io.micronaut.core.annotation.Introspected
Note that this happens before I actually write any beans in my own code that even attempt to make any OpenSearch calls.
Version 1.3.0 does not have this problem.
Actual Behaviour
No response
Steps To Reproduce
No response
Environment Information
java version "21.0.1" 2023-10-17
Java(TM) SE Runtime Environment Oracle GraalVM 21.0.1+12.1 (build 21.0.1+12-jvmci-23.1-b19)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.1+12.1 (build 21.0.1+12-jvmci-23.1-b19, mixed mode, sharing)
Example Application
No response
Version
4.7.6
Expected Behavior
I can not add the 1.4.0 version of this library to my project.
Placing this in the build.gradle
Results in
Note that this happens before I actually write any beans in my own code that even attempt to make any OpenSearch calls.
Version 1.3.0 does not have this problem.
Actual Behaviour
No response
Steps To Reproduce
No response
Environment Information
Example Application
No response
Version
4.7.6