Nineya
Home
Blog
Spring Improve the discoverability of Java and Kotlin APIs documentation from the refdoc
2025-01-09 00:41:11
179
Taking inspiration of what has been done in the new Spring Boot documentation, this issue intends to add to Spring Frame...
Spring Code snippet rendering issue in reference documentation
2025-01-09 00:41:09
2394
https://github.com/spring-projects/spring-framework/blob/ac5c8adb9830939e2329f1e16727c522a172c7c8/framework-docs/modules...
Spring Update Antora UI Spring to v0.4.17
2025-01-09 00:41:07
163
Comment From: sdeleuzeI am declining this PR, and it should not be recreated by the bot thanks to https://github.com/spr...
Spring Refactor DefaultRestClient Constructor for Improved Readability and Consistency
2025-01-09 00:41:03
620
SummaryRefactored DefaultRestClient constructor and DefaultRestClientBuilder's build method.ChangesImproved readability ...
Spring DefaultMessageListenerContainer reports incorrect jms.process.message count
2025-01-09 00:41:01
1401
I have a simple JmsListener that is listening to messages published to an ActiveMQ classic queue@JmsListener(destination...
Spring Unit testing for DomUtils.
2025-01-09 00:40:58
671
Unit tests have been added for the DomUtils class to test whether all the functions in this class work according to thei...
Spring Bean with defaultCandidate = false and qualifier does not work with constructor injection
2025-01-09 00:40:55
1119
While working on PoC for https://github.com/spring-projects/spring-boot/issues/42746, I encountered a strange behaviour ...
Spring Wrong condition for Types.ARRAY in PreparedStatementCreatorFactory class
2025-01-09 00:40:53
1179
Hello, teamNow I'm working with spring-jdbc library. And I wanted to write a query which using an array of strings as co...
Spring Extend caching for collections
2025-01-09 00:40:50
9920
I'd like to use the Spring Caching abstraction in a way that I can also ask for a bunch of items via a list of provided ...
Spring @Autowired(required=false) and @Nullable cannot be used as meta-annotations on constructor parameters
2025-01-09 00:40:48
4439
Hello,First of all, this is the first time I open an issue, so apologies in advance if I misunderstood the process, let ...
Spring Use Locale.ROOT for locale neutral, case insensitive comparisons
2025-01-09 00:40:43
398
Comment From: milosonatorIf I understand correctly, this issue related to CVE-2024-38820, and https://github.com/spring-...
Spring Missing trace/span on certain exceptions in DispatcherServlet using ObservationAutoConfiguration
2025-01-09 00:40:40
1974
On certain errors we don't get traces/spans in log statements. This happens when using latest Spring Boot 3.3.4 with Obs...
Spring How i can send/receive ping/pong for detect disconnection with spring webflux websockets ?
2025-01-09 00:40:37
541
I'm using spring webflux and I would like to know how I can detect pings/pongs and if the library has any configuration ...
Spring BindingReflectionHintsRegistrar do not take into account the boxed type Boolean
2025-01-09 00:40:35
3146
spring version: 6.1.8example:data class Nullable( val isX: Boolean?)@SpringBootApplication@RestControllerclass Applic...
Spring Will this merge request about AsyncRequestNotUsableException be added to the milestone of 6.1.x?
2025-01-09 00:40:32
531
Will this merge request be added to the milestone of 6.1.x?https://github.com/spring-projects/spring-framework/commit/db...
Spring Replace hardcoded "null" with NULL_STRING constant in ObjectUtils.nullSafeConciseToString()
2025-01-09 00:40:30
397
Description:This pull request replaces the hardcoded "null" string in the nullSafeConciseToString method with the existi...
Spring Add mechanism to disable inherited @Sql class-level execution phase scripts/statements in @Nested test class
2025-01-09 00:40:27
1818
This is a follow-up to #27285 to ensure that users can "disable" class-level execution phase scripts and statements that...
Spring Add @DirtiesContext mode to dirty context after top-level test class for @Nested test classes
2025-01-09 00:40:24
2630
When running tests using @DirtiesContext and a test class includes multiple @Nested classes, the context is dirtied and ...
Spring Support lenient parsing for dates using AM/PM in conjunction with @DateTimeFormat
2025-01-09 00:40:21
1616
OverviewThis is a follow-up to #30185 and #33151.When applications run on JDK 23+, Spring Framework should support lenie...
Spring Autowiring fails if multiple non-highest @Priority beans exist with same priority
2025-01-09 00:40:19
6150
OverviewWhen I was reading the source code for DefaultListableBeanFactory#determineHighestPriorityCandidate(), I found t...
上一页
下一页
1
…
1138
1139
1140
1141
1142
…
2246
.