Milenko Supic
Milenko Supic
### Issue description `io.micronaut.data.runtime.criteria.metamodel.StaticMetamodelInitializer` class is using reflection to set values for metamodel attributes, for example `ReflectionUtils.setField(field, field.getDeclaringClass(), new RuntimePersistentPropertySingularAttribute(persistentEntity, prop));` which fails when executed in a native image. Can...
In a multi module project, the metadata repository URL can be set only in the build.gradle file of the first module being evaluated. This happens because `GraalVMReachabilityMetadataService` is a shared...
### Description Micronaut launcher generates a maven project with the following dependency ``` io.micronaut micronaut-http-client test ``` which overrides `micronaut-http-client` dependency with `runtime` scope that comes via `micronaut-oraclecloud-httpclient-netty`, so the...
Replace `22.3.2` with the latest graalvm version (`23.0.0`) in github workflows and graalvm docker images
### Description The `GraalVMReachabilityMetadataService` instance is created and set to the `CollectReachabilityMetadata` task in the first evaluated module (which is `micronaut-cli`) and then set to `CollectReachabilityMetadata` tasks created for other...
**Describe the issue** When `native-image-configure` is executed with `generate-conditional` task, some metadata are lost because of an issue in `com.oracle.svm.configure.config.conditional.ConditionalConfigurationComputer` class. **Steps to reproduce the issue** The issue can be...