Spring Fix broken Javadoc tags

This PR fixes broken Javadoc tags.Comment From: sbrannenOut of curiosity, how did you notice all of those broken tags?Re...

Spring Refactor ConcurrentBeanWrapperTests to use @RepeatedTest

Problem:No problem is found in this test. This is a refactoring suggestion that simplifies test design by eliminating a ...

Spring Improve support for port numbers in allowedOriginPattern of CorsConfiguration

Currently it's not possible to support any port or multiple, specific ports with a single pattern. The workaround is to ...

Spring Spring Webflux Webclient timesout intermittently

I am getting intermittent ReadTimeOut from netty with the below error:The connection observed an error","logger_name":"r...

Spring Set BEST_MATCHING_PATTERN_ATTRIBUTE on requests with WebMvc.fn

The HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE is used by Spring Boot to instrument the web framework and tag reques...

Spring Avoid autoboxing in CacheAspectSupport

Reduce boxing once.Comment From: sbrannenThanks for the PR.Executing javap -c spring-context/build/classes/java/main/org...

Spring Polish PORT_PATTERN in UriComponentsBuilder

This PR polishes PORT_PATTERN in UriComponentsBuilder by removing some parts that don't seem to be necessary.I might be ...

Spring Support list in IN clause in NamedParameterJdbcTemplate.batchUpdate [SPR-17402]

Fedor Bobin opened SPR-17402 and commentedIt will be nice to allow do batch queries with list in IN clause. Now it is no...

Spring Support transactions across multiple DataSources

I install Multi dataSource.but you can't support transaction.When an exception occurs, roll back the last one,because th...

Spring Polish

This PR fixes some typos and polishes trivial stuff.Comment From: sbrannenThis has been merged into main.Thanks

Spring LEAK: ByteBuf.release()

Hi get same error I changed webflux to 2.451 actionable task: 1 executed+--- org.springframework.boot:spring-boot-starte...

Spring why the "build" method in the RestTemplateBuilder use a "Class" object as parmeter other than a object of ResteTemplate?

public RestTemplate build() { return this.build(RestTemplate.class);}public <T extends RestTemplate> T build(Cl...

Spring Tokenizer - removing unnecessary boxing

Instead of "Integer.valueOf(ch)" can be simply "(int) ch"Comment From: pivotal-issuemaster@vladad Please sign the Contri...

Spring Enhanced with ability to add advice to ProxyFactory - http://forum.sprin...

...g.io/forum/spring-projects/web-services/723874-ability-to-seamlessly-execute-custom-java-code-around-the-invocation-o...

Spring Introduce ResponseEntity.internalServerError()

Hi,this PR introduces a new convenience method ResponseEntity.internalServerError().In our code we have this sort of con...

Spring Error in Bean Definition Inheritance example in ref docs

In the Bean Definition Inheritance example in the reference docs, when I used instance code, an error occurred.Error set...

Spring Deprecate/Remove internal APIs in ScriptUtils implementations

OverviewVarious utility methods in the ScriptUtils implementations in spring-jdbc and spring-r2dbc are public but should...

Spring UriComponentsBuilder when with port and query or fragment but no path

When there is a port, a query, or a fragment but there is no path in URI String, UriComponentsBuilder#fromUriString() wi...

Spring Cannot upgrade to WebSocket connection when using Spring 4 WebSocket with embedded Tomcat 8.0.0-RC1 [SPR-10841]

Sergey Shcherbakov opened SPR-10841 and commentedI'm building a Spring 4 driven application with an embedded Tomcat 8 an...

Spring Improve support for port numbers in allowedOriginPattern of CorsConfiguration

This is to support ports in cors origin patterns.Closes gh-26926Example:https://*.example.com:[8080]https://*.example.co...
上一页 下一页
.