Nineya
Home
Blog
Spring SPR-5503 - Fix get message from resource of basename with dots and refactor license ResourceBundleMessageSourceTests
2025-01-08 05:03:08
945
Fix get message from resource of basename with dots and refactor license ResourceBundleMessageSourceTestsPrior to this c...
Spring Add getter for RequestMappingInfo builder config
2025-01-08 05:03:05
166
This improves support for programmatic mapping registration following the same config as other mappings managed in Reque...
Spring Order of mediaTypesToUse list is different from the order of message converters
2025-01-08 05:03:03
2092
In AbstractMessageConverterMethodProcessor#writeWithMessageConverters method, it will create a list called mediaTypesToU...
Spring Support empty attributes in TagWriter
2025-01-08 05:02:59
616
Support for empty HTML attributes (like "required", "ng-disabled"...)If you want to use this tool for a custom tag in a ...
Spring ThreadPoolExecutorFactoryBean add ability to prestart threads
2025-01-08 05:02:56
312
Sometimes you want the executor given by ThreadPoolExecutorFactoryBean to be already hot. Thread initialization can be a...
Spring @RequestBody inject field failed when the field name conform to a form like 'aType'
2025-01-08 05:02:54
1618
Here is a example:// AController.java@PostMappingpublic String add(@RequestBody @Validated Form form) { ...}// Fo...
Spring Support *Aware for @ComponentScan custom filters
2025-01-08 05:02:50
303
Support a limited set of *Aware interfaces for TypeFilters createdvia the @ComponentScan annotation.Issue: SPR-14009Comm...
Spring Allow the handlers in HandlerMappings handling the PreFlight Requests
2025-01-08 05:02:47
840
When using spring cloud gateway as a route, we want to handle PreFlight Request in handler which from HandlerMappings, b...
Spring Revisit MediaType ordering
2025-01-08 05:02:45
353
We should reconsider the way we order MediaType objects. Currently we use Comparators to sort media types in order of pr...
Spring marshalXmlStreamWriter need respect StaxDriver
2025-01-08 05:02:43
895
fix namespace issueComment From: snicoll@qxo can you add a tes that reproduces the bug you're experiencing?Comment From:...
Spring Default content type of response changed in v5.3.11
2025-01-08 05:02:40
3608
Until Spring Framework v5.3.10, when Accept header is not specified, all API used Content-Type: application/json as defa...
Spring atomicity operation for BeanFactory
2025-01-08 05:02:38
153
sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...
Spring atomicity operation for BeanFactory
2025-01-08 05:02:36
153
sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...
Spring atomicity operation for BeanFactory
2025-01-08 05:02:34
153
sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...
Spring fix atomicity operation
2025-01-08 05:02:32
249
atomicity operation for "assertBeanFactoryActive" and "use BeanFactory"Comment From: shenjianengsorry , my english is po...
Spring use Arrays.deepToString for toString in SimpleKey
2025-01-08 05:02:29
159
Arrays.deep* is being used in all the other functions, use it in toString as well - this avoid debugging output that jus...
Spring NullPointerException in Smile encoder when encoding empty publisher
2025-01-08 05:02:27
3296
Affects: 5.3.12NullPointerException in Smile encoder in case of empty publisher:23:01:06.221 ERROR reactor.core.publishe...
Spring Update AbstractAdvisingBeanPostProcessor.java
2025-01-08 05:02:23
322
resolve @Async circular dependenciesComment From: pivotal-cla@yuanyu1997 Please sign the Contributor License Agreement!C...
Spring In jdk17, creating a new URL object through the URL of the context will cause a path error (the path of the context is missing)
2025-01-08 05:02:20
1392
jdk information:openjdk version "17" 2021-09-14OpenJDK Runtime Environment Temurin-17+35 (build 17+35)OpenJDK 64-Bit Ser...
Spring ExchangeFunctions wraps java.lang.Error instances and not only exceptions
2025-01-08 05:02:17
1735
Affects: 5.3.10 (and previous)ExchangeFunctions.wrapException() is called when the following predicate evaluates as true...
上一页
下一页
1
…
1472
1473
1474
1475
1476
…
2246
.