SpringBoot Reduce Gradle compatibility tests to oldest and newest minor of each major

In 2.7.x we currently test again 6.8.3, 6.9.3, 7.0.2, 7.1.1, 7.2, 7.3.3, 7.4.2, 7.5.1. This can consume a considerable a...

SpringBoot Spring Boot 3.0.0 NoClassDefFoundError: jakarta/servlet/http/HttpSessionContext

Spring Boot Web + Jetty (exclude Tomcat) 3.0.0Error on startuporg.springframework.context.ApplicationContextException: U...

SpringBoot Toolchain support in Gradle plugin

It is not possible to have JDK <17 for running Gradle and only configure the Gradle toolchain to use JDK 17.(I am not...

SpringBoot AOT doesn't work with Logstash Logback Encoder

I'm trying out the new AOT feature in Spring Boot 3.0.0 GA. We're using the 3rd Party LogstashTcpSocketAppender in order...

SpringBoot Description of NEVER in Sanitize Sensitive Values isn't formatted correctly

https://docs.spring.io/spring-boot/docs/3.0.0/reference/html/howto.html#howto.actuator.sanitize-sensitive-valuesIt looks...

SpringBoot java.lang.ClassNotFoundException: org.junit.platform.launcher.TestExecutionListener

Given the following build.gradleplugins { id 'java' id 'org.springframework.boot' version '3.0.0' id 'io.spring...

SpringBoot ehcache managed version in spring-boot-dependencies 3.0.x requires jakarta classifier

To use the managed version of ehcache with Spring Boot 3.0.x, it's required to use the classifier jakarta. Documentation...

SpringBoot remove jakarta classifier from ehcache managed version

related issuehttps://github.com/spring-projects/spring-boot/issues/33395Comment From: wilkinsonaThanks for the proposal....

SpringBoot Unable to retrieve @EnableAutoConfiguration base packages with 3.0.0-RC1

Build that fails - https://github.com/infobip/infobip-spring-data-querydsl/actions/runs/3318603483/jobs/5482733947Source...

SpringBoot Document migration for Spring Security when upgrading to Spring Boot 3.0

Spring Security released 5.8 and 6.0 on the same day. In Spring Security 5.8 there are various deprecations (mainly from...

SpringBoot Spring Boot 3 - Log types cannot be injected, please use DeferredLogFactory

Hello,After upgrading Spring Boot 3 from 2.7.5, the application cannot start due to following exception:java.lang.Illega...

SpringBoot Wavefront integration requires API_KEY making it impossible to use the basic freemium version

It used to be possible to use Wavefront observability without signing up:from https://docs.wavefront.com/wavefront_sprin...

SpringBoot Spring Boot Test cannot give a clear message but throw NPE now when @SpringBootConfiguration cannot be found

When we try spring boot test without @SpringBootConfiguration,NPE exception will occur.Before supporting AOT,it throws I...

SpringBoot Staging a release fails as Thymeleaf 3.1.0.RELEASE depends on artifacts from https://repo.spring.io/milestone

Execution failed for task ':spring-boot-project:spring-boot-autoconfigure:compileJava'.> Could not resolve all files ...

SpringBoot Use glob pattern matching in @SpringBootApplication.excludeName param and spring.autoconfiguration.exclude property

Spring Boot *AutoConfiguration-classes exclusion management is actually a hell. Thanks to the spring-boot-autoconfigure ...

SpringBoot Spring Boot 3 - Query params to POJO deserialisation via @DateTimeFormat does not work any more

Hi, Having these pieces of code, tried to upgrade from Spring boot 2.X to 3.0Controller:@Slf4j@RestControllerpublic clas...

SpringBoot Dependency management for R2dbc MariaDb is none

Spring Initializr generatedComment From: wilkinsonaCan you please report this to start.spring.io? The MariaDB R2DBC driv...

SpringBoot Spring Boot 3 native-image: Kotlin class has no .copy(?) method for property

While trying around with Spring Boot 3 native-image + Kotlin I discovered an error when trying to save smth in a H2 data...

SpringBoot Failed to create native image: Cannot invoke "com.oracle.svm.hosted.meta.HostedType.getSingleImplementor()"

After upgraded to Spring Boot 3.0 with some minor code modifications, my application can startup and work as before. But...

SpringBoot Dependencies of a newly published Gradle plugin may not be available from the Plugin Portal/JCenter

spring-boot-buildpack-platform/2.6.5/ files missing in the Gradle repoRepro:Go to https://start.spring.io/ and create a ...
上一页 下一页
.