Nineya
Home
Blog
SpringBoot IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2
2025-01-29 14:01:56
131
Forward port of issue https://github.com/spring-projects/spring-boot/issues/43989 to 3.5.x.Comment From: bclozelClosed w...
SpringBoot IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2
2025-01-29 14:01:50
131
Forward port of issue https://github.com/spring-projects/spring-boot/issues/43966 to 3.4.x.Comment From: bclozelClosed w...
SpringBoot Review @ConfigurationProperties annotated @Bean methods for ignored properties
2025-01-29 14:01:43
676
As we now have a way to ignore properties, we should review the @ConfigurationProperties annotated @Bean methods if we w...
Spring Property binding to Map that implements Iterable no longer works
2025-01-29 14:01:16
378
The initial PR gh-907 had the ordering, supported by tests:- List- Map- IterableThe version that was finally added has t...
Spring Data binding does not filter HTTP headers for constructor binding
2025-01-29 14:01:09
6153
SummarySince upgrading to Spring Boot 3.4.1, we have observed unexpected behavior where HTTP headers with names matching...
Spring StandardWebSocketClient should not expose localAddress
2025-01-29 14:00:30
143
As discussed under #34304, there is no way to obtain that information. We should return null instead of an address with ...
MyBatis <bind> should behave like a local variable inside <foreach>
2025-01-28 14:04:30
2344
I found the following problem and report it.If I have time, I will fix it and create a pull request.MyBatis version3.5.1...
MyBatis SQL parameter substitution functionality differs substantially from string substitution functionality
2025-01-28 14:04:24
5342
In both the user guide (http://mybatis.github.io/mybatis-3/sqlmap-xml.html#Parameters) and the GitHub FAQ (https://githu...
Spring Security AntPathRequestMatcher and MvcRequestMatcher have inconsistent behaviour against requests with null method
2025-01-28 14:03:49
1948
If you configure a new AntPathRequestMatcher(HttpMethod.OPTIONS, "/**") and ask it to match an HttpRequest that returns ...
Spring Security Spring Authorization Server: Missing Principal Attribute in Token Exchange Process Causes ‘invalid_grant’ Error
2025-01-28 14:03:38
2517
I’m encountering an issue with the token exchange process in Spring Authorization Server. Specifically, the error occurs...
Spring AI Unable to write the document in Qdrant Vector store
2025-01-28 14:03:21
4484
Encountering an issue while tried to write a document in Qdrant vector store.[grpc-default-executor-2] ERROR io.qdrant.c...
SpringBoot Add @ConditionalOnProperties for Conditional Checks on Multiple Properties
2025-01-28 14:02:37
1168
Currently, Spring Boot provides the @ConditionalOnProperty annotation to conditionally load beans or configurations base...
SpringBoot Why does @Size(min) validation trigger before @NotBlank validation in Spring Boot?
2025-01-28 14:02:31
7374
I'm facing an issue where both the NotBlank and Size(min) validations are triggered simultaneously on empty fields in Sp...
SpringBoot Issue Closed Without My Reply - Request for Clarification
2025-01-28 14:02:17
961
Dear Spring Boot Team,I am very disappointed that my issue (#43980 ) was closed by @philwebb without allowing me a chanc...
SpringBoot Ensure Only the First Validation Error Per Field in Spring Boot with Multiple Constraints
2025-01-28 14:02:04
5679
I am using Spring Boot with Jakarta Bean Validation and applying multiple validation rules to fields. However, when mult...
SpringBoot Enable autoconfiguration of OAuth2 machinery in a non-webapp
2025-01-28 14:01:58
1062
OAuth2 is useful in messaging and non-servlet, non-webflux apps. A lot of the machinery is not dependent on the web APIs...
SpringBoot Add links to Jackson Javadoc
2025-01-28 14:01:51
1530
Forward port of issue #43961 to 3.4.x.Comment From: wilkinsonaThis appears to have broken the docs build:[11:42:08.069] ...
SpringBoot Testcontainer Redis with having ssl:true in application.yml
2025-01-28 14:01:41
1022
Spring Boot: 3.4.2I just started using a redis testcontainer and notice that using @ServiceConnection does take the spri...
SpringBoot Enhancement: Static access to ObservationRegistry and Tracer
2025-01-28 14:01:31
3633
MDC, ObservationRegistry, Tracer, Metrics are 4 observability entry points.MDC and Metrics.globalRegistry are accessible...
Spring GenericTypeResolver returns EmptyType
2025-01-28 14:01:02
715
After upgrading from spring-core 6.2.0 to 6.2.2, a new bug has surfaced. The method org.springframework.core.GenericType...
上一页
下一页
1
2
3
4
5
6
7
…
2025
.