Nineya
Home
Blog
软著申请
Spring Documentation for CORS WebFlux
2025-01-08 03:13:41
578
I've found no paragraph about CORS in the WebFlux part of the Spring Boot Documentation, is CORS only supported in Sprin...
Spring Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed
2025-01-08 03:13:38
5709
If SingleConnectionDataSource is configured with suppressClose=true it will produce a Connection wrapped in CloseSuppre...
Spring Support range requests for Spring MVC request mapped methods that return a Resource [SPR-15789]
2025-01-08 03:13:34
2123
Andy Wilkinson opened SPR-15789 and commentedI've just been pleased to learn that WebFlux automatically supports range r...
Spring 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable
2025-01-08 03:13:22
1054
Currently second parameter of method query(String, Object[], RowCallbackHandler) is not annotated as @Nullable. It leads...
Spring Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType
2025-01-08 03:13:19
1401
Affects: all versionI try to know the beanClass of BeanDefinition, however, I found some subClass of BeanDefinition has...
Spring Recursively copy directory with symbolic link
2025-01-08 03:13:17
622
The following modification will also recursively traverse the directory that the symbolic link points to.This modificati...
Spring Unable to find the license for Java HTTP Server component in spring-web-5.2.4.RELEASE.jar
2025-01-08 03:13:14
1245
In spring-web-5.2.4.RELEASE.jar for the below classesspring-web-5.2.4.RELEASE.jar/org/springframework/remoting/caucho/Si...
Spring Enable use of Servlet 3.1 Async I/O in SockJS server [SPR-12427]
2025-01-08 03:13:12
801
Rossen Stoyanchev opened SPR-12427 and commentedAffects: 4.1.2Issue Links:- SEC-2786 Allow use of Spring Security filter...
Spring AntPatternComparator not comparing/sorting correctly
2025-01-08 03:13:09
2773
Affects: All VersionsThe AntPathMatcher.AntPatternComparator doesn't appear to be comparing correctly.Scenario:Pattern 1...
Spring Consider improvements to handling suffixed URL patterns [SPR-15618]
2025-01-08 03:13:06
945
Andy Clement opened SPR-15618 and commentedSee the discussion in #19112 and #20156. It feels like suffixes are a common ...
Spring SessionStatus#setComplete() should affect concurrent requests as well [SPR-16306]
2025-01-08 03:13:02
2452
Sergey Yaskov opened SPR-16306 and commentedI have the Spring MVC controller which handles AJAX requests from a user. I ...
Spring Zipkin: Deprecatead APIs in documentation for customization of client parsing of the HTTP related spans
2025-01-08 03:13:00
655
In the documentation, https://cloud.spring.io/spring-cloud-static/spring-cloud-sleuth/2.1.0.M2/multi/multi__customizatio...
Spring Allow nonstandard HTTP methods in RestTemplate [SPR-10707]
2025-01-08 03:12:57
6802
M. Justin opened SPR-10707 and commentedI would like to be able to use RestTemplate with a nonstandard HTTP method that'...
Spring Add ability to register additional extensions with @SpringJUnitConfig
2025-01-08 03:12:55
1433
Add the ability to provide additional extensions when using @SpringJunitConfigThe convenience annotation is nice but can...
Spring Proxy support for Netty4ClientHttpRequestFactory
2025-01-08 03:12:52
141
Implementation for https://jira.spring.io/browse/SPR-17175@rstoyanchev please take a lookComment From: bclozelClosing - ...
Spring Add proxy capability to Netty4ClientHttpRequestFactory [SPR-17175]
2025-01-08 03:12:49
1407
Sergey Galkin opened SPR-17175 and commentedWe are heavily using RestTemplate and recently received requirement to use S...
Spring Fix Javadoc in PathPattern
2025-01-08 03:12:47
367
Comment From: pivotal-issuemaster@gurpiarbassi Please sign the Contributor License Agreement!Click here to manually sync...
Spring Change value of Order.LOWEST_PRECEDENCE or make it configurable
2025-01-08 03:12:44
1053
Whether you can change the Order of int LOWEST_PRECEDENCE = Integer. MAX_VALUE; Can provide overwriting LOWEST_PRECEDENC...
Spring illegal reflective access operation
2025-01-08 03:12:42
719
java version : adoptOpenJdk 11.0.5spring-boot : 2.1.2.releaseWARNING: An illegal reflective access operation has occurre...
Spring Why does XmlBeanDefinitionReader store resourcesCurrentlyBeingLoaded in ThreadLocal?
2025-01-08 03:12:39
517
XmlBeanDefinitionReader stores resourcesCurrentlyBeingLoaded in a ThreadLocal.Because I have lots of small bean files in...
上一页
下一页
1
…
1581
1582
1583
1584
1585
…
2246
.