Spring SPR-5503 - Fix get message from resource of basename with dots and refactor license ResourceBundleMessageSourceTests

Fix get message from resource of basename with dots and refactor license ResourceBundleMessageSourceTestsPrior to this c...

Spring Add getter for RequestMappingInfo builder config

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

In AbstractMessageConverterMethodProcessor#writeWithMessageConverters method, it will create a list called mediaTypesToU...

Spring Support empty attributes in TagWriter

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

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'

Here is a example:// AController.java@PostMappingpublic String add(@RequestBody @Validated Form form) { ...}// Fo...

Spring Support *Aware for @ComponentScan custom filters

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

When using spring cloud gateway as a route, we want to handle PreFlight Request in handler which from HandlerMappings, b...

Spring Revisit MediaType ordering

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

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

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

sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...

Spring atomicity operation for BeanFactory

sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...

Spring atomicity operation for BeanFactory

sorry , my english is poor。I came across a scenethread-1Thread-2assertBeanFactoryActiveclose contextgetBeanFactory().ge...

Spring fix atomicity operation

atomicity operation for "assertBeanFactoryActive" and "use BeanFactory"Comment From: shenjianengsorry , my english is po...

Spring use Arrays.deepToString for toString in SimpleKey

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

Affects: 5.3.12NullPointerException in Smile encoder in case of empty publisher:23:01:06.221 ERROR reactor.core.publishe...

Spring Update AbstractAdvisingBeanPostProcessor.java

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)

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

Affects: 5.3.10 (and previous)ExchangeFunctions.wrapException() is called when the following predicate evaluates as true...
上一页 下一页
.