SpringBoot Combination of Redis dependencies breaks native compile since 3.0.3

Ever since 3.0.3 (so present in 3.0.3 and 3.0.4) native compiliation via ./mvnw -Pnative native:compile is broken in one...

SpringBoot Minor enhancement: add constant "BOTH" to Banner.Mode enum

Actually the startup banner can be printed to console OR log, not both. I don't see a valid reason for this limitation....

SpringBoot @PathVariable type conversion to UUID is not correct

Problem SummarySuppose in context: @PathVariable(id) id: UUIDLet's say c7fc2ea4-b4ef-489a-b8df-2f02fac8b80e is a valid U...

SpringBoot @RequestParam type conversion to List<String> removing %20 or whitespace at start of each query

Problem SummarySuppose in context: @RequestParam(myList) myList: List&lt;String&gt;Let's say we expecting SOME_STRING_ST...

SpringBoot Image builds with podman fail when image buildpacks are configured

Following the documentation on how to configure podman for spring boot I ended up using the following configuration in g...

SpringBoot Native image not starting on Docker as Logback configuration error detected

Environment Java -17 bellsoft-liberica-vm-core-openjdk17.0.6+10-22.3.1+1-linux-amd64 Spring Boot Version 3.0.4-SNA...

SpringBoot spring.data.cassandra.contact-points is ignored

What I didMy spring-data-cassandra application was built on top of the 2.7.3 version of Spring Boot, I decided to migrat...

SpringBoot Default values of var-based properties are not documented properly

Generating configuration metadata from @ConfigurationProperties items written in Kotlin doesn't work for defaultValue fi...

SpringBoot Strange Security Error in Spring Boot 3.0.2

I have already raised the issue on StackOverflow (https://stackoverflow.com/questions/75627353/strange-security-error-in...

SpringBoot How to propagate context with trace-id in CommandLineRunner with spring boot 3 and micrometer?

After migration to spring boot 3 and micrometer tracing library. The tracing IDs aren't automatically appended to the lo...

SpringBoot Add Javadoc since to BuildInfoMojo.skip

This PR adds Javadoc @since tag to the BuildInfoMojo.skip parameter.See gh-34393Comment From: wilkinsonaThanks very much...

SpringBoot Maven plugin's integration tests don't declare the Maven binaries as an input

This can lead to the task being skipped (due to caching or up-to-date checks) even when the binaries to test against hav...

SpringBoot nativeTest fails after upgrade from 3.0.1 to 3.0.2 - groovy related

It seems the upgrade prevents finishing the nativeTest compilation. It also seems to be related to groovy - when the dep...

SpringBoot Allow to use Kotlin value classes directly as JpaRepository Id type

Consider this entity@Entity@Table(name = &quot;project&quot;)class ProjectJpa( @Id @GeneratedValue(strategy = Gene...

SpringBoot openj9 undertow startup slow

I used spring boot 1.5.13.RELEASE, and import prometheus dependency to exposure jmx endpoint&lt;dependency&gt; &lt;gr...

SpringBoot When using version 3.0.3 of the Spring Boot starter web, the version of Spring Core is 5.3.24 instead of the expected 6.0.5

I'm using Spring Boot 3.0.3 and I've noticed that while the spring-boot-starter-parent dependency has version 3.0.3, the...

SpringBoot Enhancement: Spring Boot 3.0 Migration Guide, add async-functions-return-types

Would be nice to mention about the enforced return types for @Async annotated functions in the Spring Boot 3.0 migration...

SpringBoot Hooks.enableAutomaticContextPropagation() results in UnsupportedOperationException with R2DBC

In Boot 3.0.3 you can add Hooks.enableAutomaticContextPropagation() to enable context propagation.This does not work wit...

SpringBoot Initializr (start.spring.io) no longer works

The initializr doesn't produce a file to be downloaded when clicking "GENERATE" button nor does it show the generated pr...

SpringBoot Update Batch documentation

This commit updates the documentation about how to configure Spring Batch v5 with Spring Boot v3.Feel free to amend the ...
上一页 下一页
.