Nineya
Home
Blog
Spring Fix R2dbcTransactionManager debug log: don't log a Mono
2025-01-08 06:28:03
987
Motivation:There's an issue when logging the current connection inside R2dbcTransactionManager#doBegin :the mono object ...
Spring Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS
2025-01-08 06:28:00
1597
This commit takes rfc8297 into account and introduces a newer code 103HttpStatus value which uses Early Hints as the mor...
Spring Enhancement: Autowiring with qualifiers as arguments to bean generator
2025-01-08 06:27:57
4682
Sorry if bad formatted or explained, it is my first issue in a third party project.Recently I've been dragged in the wor...
Spring MappingJackson2HttpMessageConverter @Bean not injected to RequestMappingHandlerAdapter as expected
2025-01-08 06:27:55
4202
Affects: 2.7.x Configuration of Jackson is only done with this configuration class:@Configurationpublic class MiscConfig...
Spring Combined class and method @RequestMapping without patterns should match root path as both "" and "/"
2025-01-08 06:27:52
1273
Trailing slash matching was deprecated for 6.0 and the default changed to false. The motivation, as discussed in #28552,...
Spring java.lang.NoSuchMethodError: ResponseEntity.getStatusCode() when running code built with Spring 5.x on Spring 6.x
2025-01-08 06:27:50
2813
Affects: 6.0.x - tested with 6.0.4The signature of ResponseEntity#getStatusCode was changed in Spring Framework 6.x - it...
Spring Controller with Kotlin inline function fails at runtime in native image
2025-01-08 06:27:48
5193
I have a sample spring-boot kotlin app that uses RuntimeHintsRegistrar to register a few classes (Kotlin Data class and ...
Spring Wrong default name of the JMS subscription
2025-01-08 06:27:45
2289
I have a Spring application that uses annotation driven JMS listeners, i.e. I have some classes with methods annotated w...
Spring Checkstyle has been improved in SpellCheckService.java file
2025-01-08 06:27:42
549
Checkstyle has been improved in SpellCheckService.java fileComment From: mdeinumFeels like an attempt to get https://git...
Spring Documentaion updated in AbstractMergedAnnotation.java file
2025-01-08 06:27:40
240
Issue solved for #29806 Comment From: bclozelThe public methods are already documented in the parent type. As for the pr...
Spring There should be more proper documentation for the the file AbstractMergedAnnotation.java
2025-01-08 06:27:37
57
Affects: \Comment From: bclozelClosing in favor of #29807
Spring Avoid wasted memory on empty maps and sets
2025-01-08 06:27:34
2234
Empty LinkedHashMaps waste quite a lot of memory (250kb) for a medium size projectThe PR introduces a simple fixA screen...
Spring Use new Java features (switch expressions, text blocks, new JDK methods)
2025-01-08 06:27:30
511
Converted few cases where new switch statements/expressions make the code more readable.Few cases of multi line strings ...
Spring @ModelAttribute(binding=false) is not honored with WebFlux
2025-01-08 06:27:27
2190
Given...public class User { private String name; public String getName() { return this.name; } public...
Spring ConsumesRequestCondition should cache the parsed Content-Type
2025-01-08 06:27:23
621
ProducesRequestCondition saves the parsed Accept header in a request attribute, which is then cleared after all request ...
Spring @Configuration classes with Kotlin in native-image are broken
2025-01-08 06:27:20
15261
This happens only in a native image. I have this configuration:@Configuration(proxyBeanMethods = false)class MyConfigura...
Spring Add HttpHeaders constructor with single value Map
2025-01-08 06:27:18
2619
Added constructor for HttpHeaders that accepts a Map.This is useful in tests where we don't need to do a two step creati...
Spring spring-boot-starter-validation throw index out of range exception when use kotlin
2025-01-08 06:27:15
16612
Affects: \6.0.3my controller have an @Validated annotation, when i invoke the action, it throw an errorjava.lang.ArrayIn...
Spring Allow MockRestServiceServer to validate requests but actually obtain response via HTTP call
2025-01-08 06:27:11
6985
For the cases when using MockRestServiceServer on an integration test, I think we could benefit having some options to m...
Spring Add ExecutingResponseCreator to delegate request and response
2025-01-08 06:27:08
960
This commit adds a new convenience ResponseCreator implementation thatdelegates to a ClientHttpRequestFactory to perform...
上一页
下一页
1
…
1381
1382
1383
1384
1385
…
2246
.