Nineya
Home
Blog
Spring Spring Actuator Env Endpoint does not validate request body
2025-01-08 05:15:07
22691
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
2025-01-08 05:15:04
1635
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
2025-01-08 05:15:01
1352
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
2025-01-08 05:14:59
1832
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]
2025-01-08 05:14:56
1753
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
2025-01-08 05:14:54
1820
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?)
2025-01-08 05:14:51
22166
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
2025-01-08 05:14:48
705
OverviewIf a PropertySourcesPlaceholderConfigurer bean has its ignoreUnresolvablePlaceholders flag set to true, that fla...
Spring reactor.netty.http.client.PrematureCloseException: Connection prematurely closed DURING response
2025-01-08 05:14:46
788
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
2025-01-08 05:14:44
4696
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
2025-01-08 05:14:41
540
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
2025-01-08 05:14:38
4107
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
2025-01-08 05:14:36
1962
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]
2025-01-08 05:14:30
1793
mpapenbr opened SPR-17394 and commentedGiven a class with @ControllerAdvice annotation@ControllerAdvice@RequestMapping(p...
Spring PartialMatchHelper ignores type of path variable
2025-01-08 05:14:28
2105
Spring 5.3.8@PostMapping("/foo/bar")void doSomething(){..}@GetMapping("/foo/{id}")Foo getFoo(@PathVa...
Spring Upgrade to Gradle Enterprise 3.8.1
2025-01-08 05:14:25
137
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
2025-01-08 05:14:23
289
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
2025-01-08 05:14:20
3695
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
2025-01-08 05:14:17
350
When pojo contains eMail field and Lombok generates setEMail accessor, then BeanPropertyRowMappers underscoreName is _e_...
Spring Reduce String creation in BeanPropertyRowMapper
2025-01-08 05:14:15
295
Prior to this commit the BeanPropertyRowMapper usedString.substring and String.toLowerCase to parse thefield names. This...
上一页
下一页
1
…
1459
1460
1461
1462
1463
…
2246
.