SpringBoot Mongo connection ignores authenticationDatabase if database is set, but both are valid at the same time

I need a mongodb connection string like this:spring.data.mongodb.uri=mongodb://localhost:27017/itr-devel?authSource=admi...

SpringBoot Metaspace OOM after repeated hot deployment of Spring Boot war file in Tomcat

Environment:a. OS : Ubuntu 22.04.3b. JVM : Oracle Java 11.0.18 and Oracle java 17.0.17 (tested both)c. Tomcat : 9.0.75d....

SpringBoot Closing session due to exception for StandardWebSocketSession

i develop project using spring websocket ,but there is couple case this error is showingand i don't know how this error...

SpringBoot WebTestClient broken by 'org.springframework.boot:spring-boot-starter-data-rest'

Spent significant time in dead SO 1-4 year old threads to come here, the problem is that even old hack no longer works i...

SpringBoot Polish spring-boot-smoke-test-data-mongo

Remove @ImportAutoConfiguration(SslAutoConfiguration.class).SslAutoConfiguration.class is already provided as a auto-con...

SpringBoot When I try to get JWT token second time, it returns forbidden

https://stackoverflow.com/questions/76360972/spring-security-when-i-try-to-get-jwt-token-second-time-it-returns-forbidde...

SpringBoot Custom error page not working for URL with '%' sign

I get the response with an error page as expected if an error occurs during request processing. However, if I try to per...

SpringBoot Array of Array Object to Array of Array Objects maping not working

When mapping the Json Array of array Objects to Array of Array Objects, its creating the different array of object on ta...

SpringBoot Can @HttpExchange carry token?

401 exception reported during callComment From: wilkinsonaThanks for getting in touch, but it feels like this is a quest...

SpringBoot Defining a custom ConnectionFactory when using Artemis integration switches off embedded broker

Hello,We would like to use an embedded Artemis broker, but when we define a bean of type ConnectionFactory the embedded ...

SpringBoot Make it easier to configure micrometer predicate for use with TimedAspect

tl;drA demo can be found here:https://github.com/AndreasKl/micrometerunexpectedbehaviourWhen the controller is called an...

SpringBoot Constructor binding of @ConfigurationProperties to a lateinit property fails with kotlin.UninitializedPropertyAccessException

I'm updating my application from Spring Boot 2.7 to 3.1, and I found what looks to be a resurrection/continuation of bug...

SpringBoot IOException when preferred json mapper is jsonb

Context When the preferred json mapper is jsonb I get the following error using a clean Spring Boot 3.1.0 project from S...

SpringBoot Spring Boot 3.0.4 + Spring actuator 3.0.4 ?? Field httpSecurity in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a single bean, but 2 were found:

Spring Boot 3.0.4 + Spring actuator 3.0.4Why is this Spring default code causing this? Is my version incorrect?Descripti...

SpringBoot Spring-native:Override calss ClassPathBeanDefinitionScanner run error when use AOT

Spring-boot version:3.0.5I define a new class extende ClassPathBeanDefinitionScanner:lang=javapublic class RpcComponentS...

SpringBoot Document how to add parameters to the JDBC URL created for a Docker Compose managed container

Version: Spring Boot 3.1application.yml:spring: docker: compose: file: "./docker-compose.yml" dataso...

SpringBoot When a configuration properties bean is defined using a @Bean method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding

We have an example of this in our own code. SpringBootMockMvcBuilderCustomizer is defined using a @Bean method:https://g...

SpringBoot Remove duplication of BindableRuntimeHintsRegistrarTests in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests

There are several tests in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests that are duplicating tests ...

SpringBoot Move BindMethod to context.properties.bind and expose it on Bindable

To fix #35564, BindableRuntimeHintsRegistrar needs to know the binding method to be used in addition to the type that is...

SpringBoot Polish ConfigurationPropertiesBean

There's some complexity in ConfigurationPropertiesBean that has grown over time. Reducing it will help with fixing #3556...
上一页 下一页
.