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

Using Spring Boot 2.6.7 (Web/JPA/Lombok) with Spring Native, when injecting EntityManager via a constructor injection, I'm getting a following error: `org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'javax.persistence.EntityManager' available: more than...

type: compatibility

When running a Spring Boot app with Liquibase enabled the following error occurs: ``` org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init...

type: compatibility
jvm-reachability-metadata

I have an issue with my project which is a multi-module + web + spring security project. I've tried converting this project to be a spring native and I've somewhat...

type: bug

Following the implementation Guidline of spring-cloud i implemented a Resilience4j CircuitBreaker basically by implementing the suggested CircuitBreakerFactory.create().run Will it works perfectly fine in JVM ... it does not work in...

type: enhancement

While the implicit upgrade of paketo to GraalVM 22.1 fixed things for JPA. It on the other hand broke RabbitMQ Hints While this branch worked flawlessly 2 months ago (it...

status: waiting-for-triage

As per the aws documentation, [Custom runtimes](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) Processing tasks Get an event – Call the [next invocation](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html#runtimes-api-next) API to get the next event. The response body contains the event data....

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

```shell Apr 20, 2021 8:17:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: HK2 failure has been detected in a code that does not run in an...

type: compatibility
jvm-reachability-metadata

I am trying to get a Spring Kafka application using Kafka Streams working. I'm getting a runtime exception when the code is trying to create a state store. ``` Caused...

type: compatibility
jvm-reachability-metadata

there is my pom: ``` 4.0.0 spring-cloud-build org.springframework.cloud 3.1.3 com.youpin steamproxy-native 0.0.1-SNAPSHOT steamproxy-native steamproxy-native 11 2021.0.3 2021.0.1.0 0.12.0 -O1 org.codehaus.janino janino 3.1.7 org.springframework.boot spring-boot-starter-amqp org.springframework.boot spring-boot-starter-data-jdbc org.springframework.boot spring-boot-starter-data-jpa org.springframework.boot spring-boot-starter-data-redis...

type: enhancement

Hello, I'm trying to create a annotation custom validation, when i execute this in JAR file, work fine, but when i execute a native image i get this error CustomAnnotation:...

type: compatibility