Nineya
Home
Blog
软著申请
SpringBoot FileWatcher used for SSL reload does not support symlinks
2025-01-08 00:33:11
765
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
2025-01-08 00:33:08
873
"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)
2025-01-08 00:33:06
719
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
2025-01-08 00:32:57
1592
Maybe we can fit these information into the existing ProcessInfo.Comment From: panic08I am very interested in this issue...
SpringBoot BindableRuntimeHintsRegistrar should handle TypeNotPresentException
2025-01-08 00:32:50
5476
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
2025-01-08 00:32:46
146
This PR removes the unused ScopedFooConfiguration in the ConditionalOnMissingBeanTests that was added in 86b0c768e72a5c2...
SpringBoot IllegalStateExecption causing stop of processing incoming messages through WebSocket
2025-01-08 00:32:44
3558
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
2025-01-08 00:32:42
15095
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
2025-01-08 00:32:35
584
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?
2025-01-08 00:32:32
596
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
2025-01-08 00:32:29
13197
@RestControllerpublic class SomeController { @PreAuthorize("@security.isAuthenticated()") @PostMapping(&...
SpringBoot ${VARIABLE} is put as string value in configuration properties
2025-01-08 00:32:27
1315
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
2025-01-08 00:32:24
416
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
2025-01-08 00:32:22
2488
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
2025-01-08 00:32:19
11216
DescriptionWhen creating RestClient Bean with JdkClientHttpRequestFactory, like below@Bean public RestClient restClient...
SpringBoot Add auto-configuration for Observations in Spring-WS
2025-01-08 00:32:16
1845
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
2025-01-08 00:32:14
3943
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
2025-01-08 00:32:11
1917
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.
2025-01-08 00:32:08
580
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
2025-01-08 00:32:06
17198
I suggest setting RedisConnectionConfiguration to protected, so that it can be reused in situations with multiple data s...
上一页
下一页
1
…
1607
1608
1609
1610
1611
…
2246
.