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

Hello, I am trying to convert a project to spring native, and i have a lot of bean definitions in xml. I have enabled xml support,however when the files are...

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

Hi folks, I am having some issues when my Spring Boot app when it starts, and it tries to use the Hikari connection pool. If I run the app using...

type: compatibility
status: waiting-for-triage

Hi Team, Created aws java authorizer to validate the incoming token and generate Iampolicy response. With jar lambda is working as expected and generating below reponse. ``` { "policyDocument": {...

status: waiting-for-triage

Hi everyone, I hope you're very well. I come back to you about a problematic on the tracing agent piloted by the surefire maven plugin. Context : In maven multimodule...

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

Hi, I've upgraded my project [ivangfr/spring-cloud-stream-event-routing-cloudevents](https://github.com/ivangfr/spring-cloud-stream-event-routing-cloudevents) to **spring-boot** `2.6.4` and **spring-native** `0.11.3`. The project has two apps: `producer-service` and `consumer-service`. The Docker native image is built successfully. However, the following...

type: compatibility

Hello, i tried to get flyway up and running with spring native. Which is a very important library for us, because it's basically used for every JPA related projected. So...

type: compatibility
jvm-reachability-metadata

Currently lambdas serialization https://github.com/oracle/graal/commit/b455f23b624a1af149c7d5769443a4775bedd087 is supported in GraalVM native-image. This commit add lambdaCapturingTypes and lambdaCapturingTypeNames to conveniently add capturing classes to serialization configuration. Example: ``` public class LambdaClassSerialization { private...

status: waiting-for-triage

This commit updates the `batch-io` sample to make the item reader reads data from a flat file (disk IO), as the sample name implies. However, with this change, the sample...

type: task

This PR contains updates for the data samples (r2dbc, jdbc, jpa, redis, mongodb & cassandra), switching to latest spring-data 2022.0.0-SNAPSHOT builds. Some of the samples contain additionally required hints and...

Hi, I have an issue acessing dtos/records in a thymeleaf-template when using a docker image generated via spring-native. It works perfectly fine if `BP_NATIVE_IMAGE = false` Controller ``` # Data...

type: enhancement