Nineya
Home
Blog
Spring MimeTypeUtils no longer cache MediaType.MULTIPART_FORM_DATA_VALUE
2025-01-08 05:22:24
333
For example "multipart/form-data; boundary=----WebKitFormBoundarymKzwdDkWNDNzQFP0", this mimeType with random characters...
Spring MimeTypeUtils no longer cache MediaType.MULTIPART_FORM_DATA_VALUE
2025-01-08 05:22:21
520
For example "multipart/form-data; boundary=----WebKitFormBoundarymKzwdDkWNDNzQFP0", this mimeType with random characters...
Spring Prepare for Postgres JDBC driver backward incompatible change
2025-01-08 05:22:19
1385
Affects: 5.2.4Postgres driver 42.2.11 introduces this change https://github.com/pgjdbc/pgjdbc/pull/1729. Basically it ma...
Spring Suppress deprecation warning in AnnotationMetadata#from
2025-01-08 05:22:16
847
From the Javadoc of StandardAnnotationMetadata's constructor, the reason StandardAnnotationMetadata is marked as @Depre...
Spring Cannot resolve dependency when there are multiple DataSource defined
2025-01-08 05:22:13
2603
Hello Team, Today I found a potentially interesting bug when I was working on a small application that uses DataSource b...
Spring Extract a method named getRawClassForType to reuse some code
2025-01-08 05:22:11
139
Extract a method named getRawClassForType to reuse some code and add a test case for the method.Comment From: chenqimiao...
Spring Test dependency injection into generic constructor
2025-01-08 05:22:07
1013
Since it is possible to recognize type for generic classes usingResolvableType mechanism, it should be possible to injec...
Spring Use Collection View instead of a separate collection
2025-01-08 05:22:05
683
return a keySet view of map instead of cacheNamesremove cacheNamessimplify get-if-put -> computeIfAbsentremove synchr...
Spring Unable get fileName from Resource when using WebClient. Content-Disposition header is ignored.
2025-01-08 05:22:02
2215
springBootVersion = '2.3.4.RELEASE'I want to download file from server via WebClient and get body with filename, but Con...
Spring JPA 2.1 @Procedure with multiple out parameters
2025-01-08 05:22:00
2376
Issue: call procedure with multiple out parameters.@Procedure(procedureName = "procedureName" , outputParameterName = "p...
Spring Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor.
2025-01-08 05:21:57
174
Solve duplicate registration of beans of type MergedBeanDefinitionPostProcessor,although it is deleted and then added in...
Spring WildFly WFLYEE0007 "Not installing optional component" warning when deploying spring-framework >5.0 WAR for o.s.h.s.r.ServletServerHttpResponse$ResponseAsyncListener and others
2025-01-08 05:21:55
13880
Affects: \5.0 and newer, latest test 5.3.0-RC2To reproduce: 1) Download a WildFly https://www.wildfly.org/downloads/ unz...
Spring Unhelpful RuntimeException when javax.annotation-api.jar is missing from the classpath
2025-01-08 05:21:52
3011
spring-core-3.2.9.RELEASE.jar:Due to use of @Nonnull in a method signature of a class parsed by springframework, when tr...
Spring AbstractBeanFactory.afterPrototypeCreation method optimization
2025-01-08 05:21:50
477
When curVal is of type Set, The instanceof judgment only needs to be performed once, And when the length of the Set is ...
Spring Why XmlBeanDefinitionReader does not define a private static Set to solve resourcesCurrentlyBeingLoaded reloading?
2025-01-08 05:21:47
705
**Affects:v5.2.x \ThreadLocal processing can only prevent the current thread from repeated loading. Why not use Set for ...
Spring Fixes #25829 by changing the check away from instanceof. Now checking…
2025-01-08 05:21:45
866
Fixes #25829 by changing the check away from instanceof. Now checking…… if the request has parts. If this is the case we...
Spring Method chaining - AbstractDriverBasedDataSource
2025-01-08 05:21:42
3003
Make it more convenient for callers when using multiple set methods in a row by allowing method chaining.My pull request...
Spring Method chaining AbstractDriverBasedDataSource
2025-01-08 05:21:39
604
Make it more convenient for callers when using multiple set methods in a row by allowing method chaining.I was motivated...
Spring changing ConfigurationPhase.REGISTER_BEAN to ConfigurationPhase.PARSE…
2025-01-08 05:21:37
210
Because the calling time ofdoProcessConfigurationClass is still in parsing configuration class phase, not all @Con...
Spring change to deque implementation
2025-01-08 05:21:35
426
Comment From: wind57I do not know all the complete internals, but I found this while working with a different spring-pro...
上一页
下一页
1
…
1451
1452
1453
1454
1455
…
2246
.