Nineya
Home
Blog
Spring Fix broken Javadoc tags
2025-01-08 04:36:36
1115
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
2025-01-08 04:36:34
725
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
2025-01-08 04:36:31
628
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
2025-01-08 04:36:29
12513
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
2025-01-08 04:36:26
364
The HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE is used by Spring Boot to instrument the web framework and tag reques...
Spring Avoid autoboxing in CacheAspectSupport
2025-01-08 04:36:24
5894
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
2025-01-08 04:36:21
959
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]
2025-01-08 04:36:19
10659
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
2025-01-08 04:36:16
763
I install Multi dataSource.but you can't support transaction.When an exception occurs, roll back the last one,because th...
Spring Polish
2025-01-08 04:36:13
111
This PR fixes some typos and polishes trivial stuff.Comment From: sbrannenThis has been merged into main.Thanks
Spring LEAK: ByteBuf.release()
2025-01-08 04:36:11
26192
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?
2025-01-08 04:36:08
1516
public RestTemplate build() { return this.build(RestTemplate.class);}public <T extends RestTemplate> T build(Cl...
Spring Tokenizer - removing unnecessary boxing
2025-01-08 04:36:06
984
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...
2025-01-08 04:36:03
1475
...g.io/forum/spring-projects/web-services/723874-ability-to-seamlessly-execute-custom-java-code-around-the-invocation-o...
Spring Introduce ResponseEntity.internalServerError()
2025-01-08 04:36:00
682
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
2025-01-08 04:35:58
954
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
2025-01-08 04:35:54
855
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
2025-01-08 04:35:52
846
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]
2025-01-08 04:35:49
4187
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
2025-01-08 04:35:47
324
This is to support ports in cors origin patterns.Closes gh-26926Example:https://*.example.com:[8080]https://*.example.co...
上一页
下一页
1
…
1500
1501
1502
1503
1504
…
2246
.