SpringBoot Use beanName as default name of @ServiceConnection

Before this commit, ConnectionDetailsNotFoundException will be raised if unnamed @ServiceConnection is annotated on @Bea...

SpringBoot JmsHealthIndicator doesn't work properly when the connection factory uses clientId

Spring Boot 1.5.4JMS Provider: Active MQMy application uses org.apache.activemq.ActiveMQConnectionFactory#setClientID(St...

SpringBoot There is no possibility to disable filtering out configuration-processor jar from spring-boot-maven plugin

In our project we are using some annotations tools from configuration processor at runtime.After recent spring version u...

SpringBoot Spring Security OAuth2 Client Authorized Clients for Spring MVC

Spring Security OAuth2 Client only supports authorized clients with WebClient, not RestTemplate (https://docs.spring.io/...

SpringBoot Option for Spring Boot Maven Plugin to place classes in root of JAR, and libraries under lib directory

The Spring Boot Maven Plugin does an awesome job of zipping up dependency JARs and classes in the current project. Howev...

SpringBoot When using Flyway 9.20.0, auto-configuration fails with a NoSuchMethodError due to the removal of Oracle-related methods from FluentConfiguration

This doesn't fall into the categories described in your issue template, so hopefully this is okay. I wanted to let you k...

SpringBoot Javadoc of ConstructorBound and ConfigurationProperties links to deprecated ConstructorBinding annotation

Forward port of issue #36095 to 3.2.x.Comment From: wilkinsonaAlready addressed when removing API that was deprecated an...

SpringBoot Please add server.ssl.key-store-password-file-name property

EnhancementPlease add server.ssl.key-store-password-file-name propertyIn the previous/current versions of spring boot, i...

SpringBoot Spring @Conditional bean called multiple times

I wanted one of my bean to created at some condition which is decided at runtime. So, I choose to use spring @Conditiona...

SpringBoot Dependency management for Selenium 4.8.x is incorrect

Comment From: wilkinsonaWe'll have to double-check the bom's contents but we might be able to apply this to 3.1.x where ...

SpringBoot UndertowWebServerFactoryCustomizerTests does not cover server.max-http-request-header-size

Forward port of issue #36091 to 3.2.x.Comment From: wilkinsonaThis isn't needed as the tests already exist in the main b...

SpringBoot UndertowWebServerFactoryCustomizerTests does not cover server.max-http-request-header-size

Comment From: ItsMeLekhaHi @wilkinsona , Pls let me know if i could be of any help for this task. Over the past couple ...

SpringBoot Spring version 2.7.8 : Deadlock when the application context is closed and System.exit(int) is then called

Hi team, we are using Spring 2.7.8 version. Our application is going in deadlock state after System.exit(1) is called as...

SpringBoot NullPointerException when using Spring Data JPA native queries in Spring Boot 2.7.9 and 3.0.3

My build randomly stopped working today. After a couple hours of troubleshooting looking at some useless errors, my cowo...

SpringBoot TestSliceMetadata does not declare that it depends on source set's processResources task

While TestSliceMetadata declares the resources dir of the source set's output as an input, this isn't sufficient for Gra...

SpringBoot Actuator env endpoint is not resilient with dashes

Version: springboot: 3.1 (don't think it is the point)Let's declare two propertiesmy: properties: with-dashes: 1 ...

SpringBoot replace forloop with stream in enum

I tried changing the for-loop in the get method from enum to stream.I wasn't going to submit it because readability can ...

SpringBoot Allow WebServers to be stopped and restarted

On a plain web Spring Boot (3.0.5) application if one do context.stop() and then context.start() the context on a I get...

SpringBoot Support stop and restart with Undertow

2023-04-27 14:55:27.917 ERROR ${sys:PID} --- [ XNIO-2 task-2] i.u.request : UT005023: Exce...

SpringBoot Change B3 extraction format to SINGLE

Right now, we're using B3Propagation.Format.SINGLE_NO_PARENT. We should change this to SINGLE.See this discussion.Commen...
上一页 下一页
.