Spring Spring Actuator Env Endpoint does not validate request body

In our project, we are using Spring Boot Actuator (version 2.6.2) as well as Spring Cloud (2021.0.0) on Spring Boot Vers...

Spring Avoid message listener recovery in case of persistence exceptions from external transaction manager

If we get an exception, but the transaction completed, log to indicatewe rolled back the transaction, but do not re-thro...

Spring Introduce native testing of a subset of Spring Framework tests

Using native-gradle-plugin, we should as a first step for better test coverage on native introduce running a subset of t...

Spring add getAndRegisterBean method

There are a number of ways I could be doing this instead, but all of them kind of annoy me, this is just a quality of li...

Spring Kotlin Extension Property support for BeanWrapper [SPR-17280]

Benjamin Winterberg opened SPR-17280 and commentedIt would be really helpful for my current project if BeanWrapper would...

Spring Functional bean registrations should perhaps have an explicit target type

I'm not super clear on the difference between beanClass and targetType in a BeanDefinition, but if I do this:context.reg...

Spring "IllegalArgumentException: Expected lookupPath in request attribute" in UrlPathHelper during MockMvc integration test (regression in 5.3.13 from 5.3.12?)

Affects: 5.3.13When I run this MockMvc integration test after upgrading from Spring Boot 2.5.6 to 2.6.0 (which upgrades ...

Spring PropertySourcesPlaceholderConfigurer ignores ignoreUnresolvablePlaceholders flag

OverviewIf a PropertySourcesPlaceholderConfigurer bean has its ignoreUnresolvablePlaceholders flag set to true, that fla...

Spring reactor.netty.http.client.PrematureCloseException: Connection prematurely closed DURING response

While consuming a flux which contains 40,000 records I am getting "Connection prematurely closed during response".Tried ...

Spring Provide a context URL aware ResourceTransformer

I use <mvc:resources /> to host Asciidoctor-generated HTML content in few webapps. Those webapps are deployed to d...

Spring Add support for scalable BeanFactory

PR for #22060 (SPR-17528)Comment From: snicoll@rahulsh1 the discussion on the actual feature can happen on Jira but plea...

Spring Provide a placeholder replacing ResourceTransformer

I use <mvc:resources /> to host Asciidoctor-generated HTML content in few webapps. Those webapps share source code...

Spring Cannot use any value as parameter to the Content-Type header for the WebClient

Affects: 5.3.12I'm using Spring to integrate towards a third party API. This API validates the Content-Type header and r...

Spring Content-Type not set correctly on @ControllerAdvice [SPR-17394]

mpapenbr opened SPR-17394 and commentedGiven a class with @ControllerAdvice annotation@ControllerAdvice@RequestMapping(p...

Spring PartialMatchHelper ignores type of path variable

Spring 5.3.8@PostMapping("/foo/bar")void doSomething(){..}@GetMapping("/foo/{id}")Foo getFoo(@PathVa...

Spring Upgrade to Gradle Enterprise 3.8.1

Comment From: sbrannenThis has been merged into 5.3.x and main (and slightly modified in d02d5adb5465d51885d374c55bce8bb...

Spring Fix regression in BeanPropertyRowMapper regarding underscore name

With 6316a35 I introduced a regression for properties starting with an uppercase letter.This commit fixes that regressio...

Spring Add ability to resolve parameters in the TestContext framework

Affects: Spring 5.3.8My scenario:I'm using Spring Session in my application and the user is required to login (which ge...

Spring BeanPropertyRowMapper underscoreName prepends redundant underscore when field descriptor begins in uppercase

When pojo contains eMail field and Lombok generates setEMail accessor, then BeanPropertyRowMappers underscoreName is _e_...

Spring Reduce String creation in BeanPropertyRowMapper

Prior to this commit the BeanPropertyRowMapper usedString.substring and String.toLowerCase to parse thefield names. This...
上一页 下一页
.