Nineya
Home
Blog
Spring Add test cases for hasHttpHandlerDecorator method
2025-01-08 22:41:08
281
Improve coverageComment From: snicollThanks for the PR but hasHttpHandlerDecorator is trivial and the tests here consist...
Spring Spring AOP fails against registered @Configurable aspect
2025-01-08 22:41:05
72161
After upgrading to 6.1.7 applications fail with various AOP errors:Here are two examples (full stacks are below) from 2 ...
Spring AbstractJsonContentAssert should allow satistfies to run on the json content, not the raw string
2025-01-08 22:41:02
572
AbstractJsonContentAssert is currently a AbstractStringAssert which means that satisfies run on the raw String. So we c...
Spring AbstractEnvironment is Capable of Recursive Reference : Is it Intended?
2025-01-08 22:41:00
2169
I noticed AbstractEnvironment has a reference to one of its parent interface ConfigurablePropertyResolver (inherited thr...
Spring Introduce putIfAbsent() in Spring's Cache API [SPR-11400]
2025-01-08 22:40:48
2822
Sam Brannen opened SPR-11400 and commentedStatus QuoSpring's Cache API currently has a put(Object key, Object value) met...
Spring Issues with @Validated @Valid in Spring-boot 3.1.0
2025-01-08 22:40:45
3011
I want to apply @Validated and @Valid for verifying user input of an HTTP request:import org.springframework.validation....
Spring Invalid value type for attribute 'factoryBeanObjectType': java.lang.String
2025-01-08 22:40:42
32590
I updated my Spring 6.0/Java 17 cache example to the latest Spring 6.1 M5 and Java 21, but when running the tests it thr...
Spring Add update-antora-ui-spring.yml workflow
2025-01-08 22:40:39
442
This workflow will take care of opening PRs to update the antora-ui-spring artifact in the antora-playbook.yml file from...
Spring Add update-antora-ui-spring.yml workflow
2025-01-08 22:40:38
921
This workflow will take care of opening PRs to update the antora-ui-spring artifact in the antora-playbook.yml file from...
Spring BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced
2025-01-08 22:40:35
224
Backport of gh-32888Comment From: jhoellerIt turns out that this is not an actual regression on 6.0.x despite the origin...
Spring BeanUtils.copyProperties no longer copies generic type properties from a base class that has been enhanced
2025-01-08 22:40:32
224
Backport of gh-32888Comment From: jhoellerIt turns out that this is not an actual regression on 5.3.x despite the origin...
Spring Introduce static MultiValueMap factory methods
2025-01-08 22:40:30
2984
Java 9 introduced static factory methods on the collection interaces, to create immutable collections. We should conside...
Spring I use springboot stomp rabbitmq meet a["ERROR\nmessage:Connection to broker closed.\ncontent-length:0\n\n\u0000"]
2025-01-08 22:40:27
6769
Affects: \ 5.1.13Waiting for an indefinite minute, encountering such a mistake a["ERROR\nmessage:Connection to broker...
Spring pull
2025-01-08 22:40:24
194
Comment From: pivotal-cla@wanghengGit Please sign the Contributor License Agreement!Click here to manually synchronize t...
Spring Complete Kotlin example for HTTP message codecs in reference doc
2025-01-08 22:40:22
325
It already has one written in Java:@Configuration@EnableWebFluxpublic class WebConfig implements WebFluxConfigurer { ...
Spring inconsistent results with RestClient using jdk http client from httpcomponents
2025-01-08 22:40:10
14467
I'm not 100% this is a spring bug (as if I ever am)... I haven't fully tracked down exactly what's going on. sorry, I'm ...
Spring Links to Framework and Servlet Javadoc from Framework's Kotlin API documentation are broken
2025-01-08 22:40:04
4388
Affects: 6.0.x and 6.1.xWhen the Kotlin API documentation links to types and methods in the Java API, those links are br...
Spring Document repeat and character subtraction String operators in SpEL
2025-01-08 22:40:01
138
The repeat ('abc' * 2 == 'abcabc') and character subtraction ('d' - 3 == 'a') operators in SpEL are currently not docume...
Spring OutOfMemoryError when uploading large file with RestTemplate and RestClient
2025-01-08 22:39:59
4323
Affects: 6.1.8Edit: Originally reproduced in 6.1.6, but present in 6.1.8 which is latest version.When uploading large fi...
Spring Content negotiation for exception handling fails with WebFlux
2025-01-08 22:39:48
426
We have found a bug while running the Spring Boot test suite against the latest Spring Framework milestone.The new conte...
上一页
下一页
1
…
1185
1186
1187
1188
1189
…
2246
.