SpringBoot Add missing Category attribute to productionRuntimeClasspath configuration

Spring boot gradle plugin creates configuration productionRuntimeClasspath, but it doesn't add a very important attribut...

SpringBoot Document that TomcatConnectorCustomizers are not applied to additional connectors

Additional connectors can be created to add additional ports to the TomcatServletWebServerFactory by creating a WebServe...

SpringBoot Remove obsolete spring-boot-deployment-tests directory

Hi,I just noticed a spring-boot-deployment-tests directory that should have been probably removed with #27499 when the d...

SpringBoot Opentelemetry service.name default should align with OpenTelemetry Semantic Convention

https://github.com/spring-projects/spring-boot/blob/4bc63b579ac90e52614be7ce214cf9d874c63b34/spring-boot-project/spring-...

SpringBoot Docker JSON parsing fails on certain locales

I'm getting a nullPointer error because the container ids are not available. What could be the reason for this?I use the...

SpringBoot Add support for configuring non-standard JMS acknowledge modes

Prior to this commit, spring.jms.listener.acknowledge-mode andspring.jms.template.acknowledge-mode accepted only a prede...

SpringBoot Why can't I use type-safe processAot in gradle build-logic

Describe the problemI'm using gradle to build my project, I've defined a plugin 'spring-boot-native-dubbo-application', ...

SpringBoot Allow fine-grain control of the getters/setters considered in @ConfigurationProperties

See #34309 for background.Currently our @ConfigurationProperties only considers getter/setter combinations when generati...

SpringBoot Content type 'multipart/form-data;boundary=----WebKitFormBoundary…' not supported

Rest API, Spring 5.0.7. I configure multipartResolver.I send next Ajax request:$.ajax({ type: 'POST', cache: false...

SpringBoot Document the change in launcher FQN in release notes

With the rewrite of the launcher, the FQN of, namely, PropertiesLauncher, has changed to org.springframework.boot.loader...

SpringBoot spring-boot-gradle-plugin: Create bootJar when java-base gradle plugin applied instead java

Hi!Spring-boot-gradle plugin creates bootJar task only when java plugin is applied (https://docs.spring.io/spring-boot/d...

SpringBoot Spring Boot 3.2.0-RC1 application fails on JDK with CRaC but without a dependency on org.crac:crac

I ran into this problem while starting to prepare for Spring Boot 3.2 upgrade on one of the project's I'm currently work...

SpringBoot Incorrect documentation help about Log4j2 in SpringBoot

This maybe a Incorrect documentation about Log4j2 help in linkhttps://docs.spring.io/spring-boot/docs/current/reference...

SpringBoot Spring Boot 3.1.5 native image crashed at startup due to Netty

Hello,I have an application that I am trying to build my application into a native image. It has a Netty-based TCP serve...

SpringBoot spring-boot-starter-oauth2-client causes AOT processing to fail with "Default code generation is not supported for bean definitions declaring an instance supplier callback"

Hi !I am trying to build my application with AOT and it seems that the spring-boot-starter-oauth2-client doesn't support...

SpringBoot Version inconsistencies between Spring Boot, Querydsl and Hibernate

We are in the process of upgrading to Spring Boot 3.1.5.In the associated spring-boot-dependencies pom we can see that t...

SpringBoot JarFileWrapper may cause many FinalReferences causing GC pressure

Environment:spring boot 2.5.4 + jdk8Create a bean to continue load class which could not be found,than use java -jar sta...

SpringBoot Cannot find compatible spring boot version for flyway-core 10.0.0

I need to upgrade flyway-core version to 10.0.0 but even spring boot 3.1.5 supports upto 9.22.3 version and not 10 versi...

SpringBoot Add observationEnabled properties for Apache Kafka

properties observationEnabled remain default, falseSee gh-36452Comment From: scottfrederickThanks for the contribution @...
上一页 下一页
.