spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

Spring Native is now superseded by Spring Boot 3 official native support

Results 101 spring-native issues
Sort by recently updated
recently updated
newest added

# Describe the issue My existing codebase uses the @Value("#{systemProperties['foo']?:'bar'}") pattern to load configuration properties. The application compiles as a Graal Native Image, but it is unable to read these...

type: question

When can we support it

type: compatibility

Hi, I am trying to add Spring Native (version 0.12.1) to my Spring Boot app (version 2.7.3) with [Feign Reactive](https://github.com/PlaytikaOSS/feign-reactive). I am running into issues with configuring native hints for...

status: waiting-for-triage

I found that some discussions in the issue mentioned that Spring Boot3 can solve the problem. As far as I know, the spring native project is currently an experimental version....

status: waiting-for-triage

I was trying to migrate Spring-Boot microservice to native, but I was some error with Spring-Boot-Actuator for get / change loggers in realtime. The /actuator/loggers endpoint returns HTTP 500 error...

status: waiting-for-triage

So, I'm working with Mongo change streams. ` reactiveMongoTemplate.changeStream("Manga", FULL_DOC, Manga.class)` But I'm getting this error when I try to subscribe to events: ``` Error processing com.mongodb.reactivestreams.client.internal.MongoDatabaseImpl@414f8bf8 Exception is org.bson.codecs.configuration.CodecConfigurationException:...

status: feedback-provided

hello guys, could you help me? I hava already add ``` @AotProxyHint(targetClass=AcController.class,proxyFeatures = ProxyBits.IS_STATIC) @JdkProxyHint(types = { org.springframework.beans.factory.SmartInitializingSingleton.class, org.springframework.context.ApplicationContextAware.class, org.springframework.beans.factory.BeanNameAware.class, org.springframework.beans.factory.config.BeanPostProcessor.class, org.springframework.context.ApplicationListener.class, org.springframework.beans.factory.BeanFactoryAware.class, org.springframework.beans.factory.InitializingBean.class }) ``` in @SpringBootApplication DemoApplication, but...

status: waiting-for-triage

I am seeing a strange issue with native image when using webclient. Its consistently happening in my system 1. If I run the program without native build (i.e on JVM),...

type: bug
status: feedback-provided
jvm-reachability-metadata

Hi folks, I built my spring boot native images on macOs and Linux, but I executed the native images, then I got the following error both: ``` Exception in thread...

status: feedback-provided

`mvn clean package -DskipTests -P native` 错误: 找不到或无法加载主类 org.springframework.aot.build.GenerateBootstrapCommand 原因: java.lang.ClassNotFoundException: org.springframework.aot.build.GenerateBootstrapCommand [ERROR] org.apache.maven.plugin.MojoExecutionException: Could not exec java at org.springframework.aot.maven.AbstractBootstrapMojo.forkJvm (AbstractBootstrapMojo.java:197) at org.springframework.aot.maven.GenerateMojo.execute (GenerateMojo.java:132) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)...

status: waiting-for-triage
status: feedback-provided