SpringBoot FileWatcher used for SSL reload does not support symlinks

This allows using symlinks for SSL certificate hot reloading.In my company we have services on k8s with SSL certificates...

SpringBoot spring-boot-starter-validation Call static method validation

"I found that there is no annotation for validating static methods. Sometimes, certain validations need to be globally m...

SpringBoot Lombok Not Working as Expected in IntelliJ with Maven Configuration (Spring Boot 3.4.1)

I am facing an issue where Lombok annotations such as @Getter, @Setter, etc., are not being processed correctly in my pr...

SpringBoot Add info contributor support for JDK 24's VirtualThreadSchedulerMXBean

Maybe we can fit these information into the existing ProcessInfo.Comment From: panic08I am very interested in this issue...

SpringBoot BindableRuntimeHintsRegistrar should handle TypeNotPresentException

If you process an app that has Thymleaf, but not spring-web, it fails as follows:Exception in thread "main" ja...

SpringBoot Remove unused ScopedFooConfiguration in ConditionalOnMissingBeanTests

This PR removes the unused ScopedFooConfiguration in the ConditionalOnMissingBeanTests that was added in 86b0c768e72a5c2...

SpringBoot IllegalStateExecption causing stop of processing incoming messages through WebSocket

Target library:Most likely org.springframework.boot:spring-boot-starter-jettyVersion:3.2.0Jetty Version12.0.7Description...

SpringBoot Spring Boot 3.4 is not compatible with Gson 2.10

pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/P...

SpringBoot Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed

I found okhttp not in spring-boot-dependencies(pom) 3.4.X .But in the 3.4.1 document, the okhttp lib still in Managed De...

SpringBoot Is it possible to make the documenation searchable on the website?

Is it possible to make the documenation searchable on the website?Comment From: bclozelCan you elaborate?The documentati...

SpringBoot Bean validation is executed before @PreAuthorize

@RestControllerpublic class SomeController { @PreAuthorize("@security.isAuthenticated()") @PostMapping(&...

SpringBoot ${VARIABLE} is put as string value in configuration properties

Introduction@Value annotation can inject environment variable. For instance we can use ${VARIABLE_NAME} to get variable....

SpringBoot Migrate Logback configuration class to use suppliers

See https://github.com/qos-ch/logback/commit/be0b5e027487c351a0f006c2b695a7a3fcd4918d (which triggered https://github.co...

SpringBoot Unexpected "Calling method 'containsBean' is forbidden" exception with Spring Boot 3.4.1

I have an application that is working with Spring Boot 3.4.0, but with 3.4.1, I get an unexpected exception:org.springfr...

SpringBoot RestClient Unit Test with @RestClientTest and MockRestServiceServer fails when using request factory JdkClientHttpRequestFactory

DescriptionWhen creating RestClient Bean with JdkClientHttpRequestFactory, like below@Bean public RestClient restClient...

SpringBoot Add auto-configuration for Observations in Spring-WS

I have added support for Observations in Spring-WS, and the next step would be to add auto-configuration for the Observa...

SpringBoot restTemplate.exchange have exception "insufficient data written" with springboot 3.3

The example use springboot 3.0 is normal, but use springboot 3.3 have exception.Maybe it is different from #31902detail ...

SpringBoot Make it possible to override logExceptionIfPresent in AbstractHealthIndicator and AbstractReactiveHealthIndicator

Rename and change the visibility of the logExceptionIfPresent method to protected so that it is possible to replace the ...

SpringBoot No such bean exception.No bean Named xxxx available.

I am upgrading from java 11 to 21 and Spring boot 2.7.5 to 3.2.9 and I'm facing this issue while running the test cases ...

SpringBoot I suggest setting RedisConnectionConfiguration to protected

I suggest setting RedisConnectionConfiguration to protected, so that it can be reused in situations with multiple data s...
上一页 下一页
.