Spring Add test cases for hasHttpHandlerDecorator method

Improve coverageComment From: snicollThanks for the PR but hasHttpHandlerDecorator is trivial and the tests here consist...

Spring Spring AOP fails against registered @Configurable aspect

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

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?

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]

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

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

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

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

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

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

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

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"]

Affects: \ 5.1.13Waiting for an indefinite minute, encountering such a mistake a["ERROR\nmessage:Connection to broker...

Spring pull

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

It already has one written in Java:@Configuration@EnableWebFluxpublic class WebConfig implements WebFluxConfigurer { ...

Spring inconsistent results with RestClient using jdk http client from httpcomponents

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

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

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

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

We have found a bug while running the Spring Boot test suite against the latest Spring Framework milestone.The new conte...
上一页 下一页
.