SpringBoot Feature Request: Support for Localized Message Handling in API Responses

Description:I would like to propose a new feature to enhance Spring’s support for localized message handling in API resp...

SpringBoot Spring Boot 3.4: TaskExecutor no longer auto-configured due to other Executor beans from AbstractMessageBrokerConfiguration

After upgrading to Spring Boot 3.4, the application does not start:(one of my own classes) required a bean of type 'org....

SpringBoot Upgrade to spring-io/artifactory-deploy-action 0.0.2

Bumps spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2.Release notesSourced from spring-io/artifactory-deploy-act...

SpringBoot JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0

The unwrapping code introduced with commit into JmsAnnotationDrivenConfiguration is causing issue with Narayana integrat...

SpringBoot Consider manging Flyway Gradle plugin

The Maven plugin is currently managed:https://github.com/spring-projects/spring-boot/blob/32433e84f3048c397aef3c3a8d63a0...

SpringBoot Spring-boot-3.4.0 not compatible with spring-cloud-stream-kinesis-binder-4.0.4

I have a spring-boot and spring-cloud-stream based app which listens to kinesis using spring-cloud-stream-kinesis-binder...

SpringBoot NoClassDefFoundError com/fasterxml/jackson/databind/cfg/DatatypeFeature after upgrading to Spring Boot 3.2.0

After upgrading to Spring Boot 3.2.0, my build fails with the following error:[ERROR] Tests run: 1, Failures: 0, Errors:...

SpringBoot Add a configuration property to customize the Tomcat connector's max parameter count

Tomcat has a limit of HTML form parameter count, which is 10000 by default. Currently the limit change is possible in Sp...

SpringBoot Add a configuration property to customize Jetty's max form keys

This is similar to the existing server.undertow.max-parameters property and the proposed max-parameter-count property fo...

SpringBoot Spring Boot Test Consul

When I use Spring Boot Test, I start the unit test and the console prompts that the service is started normally, but the...

SpringBoot 3.4 @MockBean to @MockitoBean Not Behaving The Same - Cross Post of "Support @MockitoBean on @Configuration classes #33934"

This is a cross post of https://github.com/spring-projects/spring-framework/issues/33934 - I think it's useful to mentio...

SpringBoot Spring Boot 3.4.0 - Multiple ObjectPostProcessor<ReactiveAuthenticationManager> when a single one is expected

While migrating to the new Spring Boot 3.4 version I am facing the following error in a project with RSocket, Spring Sec...

SpringBoot Use native connection factory with JMS message listener containers

artemis 2.19 / spring boot 2.7.8I searched why a native broker connection does not recover fast after restarting broker,...

SpringBoot ApplicationContextRunner regression in 3.4.0 with autoconfiguration in a custom SB starter

Hi,We have a homemade custom starter. I have made a minimal example with a class containing a ConfigurationProperties wi...

SpringBoot NoSuchMethodError when using SnakeYAML 2.0

When I upgrade snakeyaml from 1.33 to 2.0 version.snakeyaml dependency&lt;dependency&gt; &lt;groupId&gt;org.yaml&lt;/...

SpringBoot Spring Boot- Graceful shutdown is not working with spring boot version 3.3.5

Hi, I have upgraded my spring-boot-starter-parent version 3.1.5 to 3.2.5 in my spring boot project. But with this spring...

SpringBoot Make it easier to provide custom TrustManagers in SslManagerBundle

I would like to use a custom TrustManager, such as one that only accepts certain issuers, accept-all, etc.With current S...

SpringBoot Spring Boot Web - No Content-Length header returned for HEAD response

This is the regression caused by the Spring Boot 3.3.6 upgrade, and it was previously working fine in all prior Spring B...

SpringBoot Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath

We've introduced the following feature with Boot 3.2:https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2...

SpringBoot NoClassDefFoundError org/reactivestreams/Publisher in Spring 3.4.0 AOT compiling, even not use Reactive system at all

Everything works fine in 3.3.x. When upgraded to 3.4.0, ./gradlew boorRun just throws the error, even I do not use the a...
上一页 下一页
.