Nineya
Home
Blog
Spring Fix typo in NumberFormat javadoc
2025-01-08 21:31:23
106
Like other codes, {} bracket processing of @Code seems to have to be done first.- e.g) RequestMapping docs
Spring Allow creation of immutable collections through CollectionFactory [SPR-16797]
2025-01-08 21:31:21
4909
Mark Paluch opened SPR-16797 and commentedModelling application classes as immutable objects is a widely used pattern in...
Spring getBeanNamesForType should consider FactoryBean generics for early introspection of config classes as well [SPR-11480]
2025-01-08 21:31:18
1780
Phil Webb opened SPR-11480 and commentedSpring Boot was recently updated to consider FactoryBean generics. This could be...
Spring Allow registration of application event listeners in a functional way [SPR-16872]
2025-01-08 21:31:14
604
Oliver Drotbohm opened SPR-16872 and commentedConfigurableApplicationContext currently exposes addApplicationListener(…)...
Spring 404 on static resource does not return HTML error page
2025-01-08 21:31:12
4644
With the upgrade to Spring Boot 3.2.0-RC2 I think there is the following regression bug:When a user visits an applicatio...
Spring Not clear how to inject custom ObjectMapper for @SpringBootTest(SomeController.class)
2025-01-08 21:31:06
1141
Affects: \3.1.5I am using custom configuration for an ObjectMapper like that:`@Configurationpublic class JsonConfigurati...
Spring ForwardedHeaderFilter and RelativeRedirectFilter redirect with code 303 instead of 302?
2025-01-08 21:31:03
2613
Affects: 5.2.16MDN says that 303 usually used for PUT or POST request. Why not use 302 here?Comment From: AntonLGVSCurr...
Spring MockMvcWebClientBuilder: support for MockHttpSession
2025-01-08 21:31:00
2703
Affects: 5.2.0.RELEASEWhen building a WebClient, a helpful method would be to set the session from an existing MockHttpS...
Spring Automate dependency cycle checking
2025-01-08 21:30:57
177
Stéphane Nicoll opened SPR-12150 and commentedIt would be nice if we could automate the Structure101 cyclical check on C...
Spring Adding ConditionalOnProperty to spring-core [SPR-13244]
2025-01-08 21:30:55
9010
Meang Akira Tanaka opened SPR-13244 and commentedThis issue seems to be a variant of #16372, however I have created a ne...
Spring Introduce support for custom properties and custom URLs for embedded databases [SPR-12455]
2025-01-08 21:30:52
2051
Torsten Krah opened SPR-12455 and commentedStatus QuoAt the moment, <jdbc:embedded-database /> sets up an embedded...
Spring HttpMediaTypeNotAcceptableException exception missing when using ContentNegotiationConfigurer
2025-01-08 21:30:49
4442
spring-boot-stater-parent.2.4.3 Test OKspring-boot-stater-parent.2.4.4 Test failsI have a test that worked in 2.4.3, but...
Spring No support for Kotlin ULong as parameter in @RestController
2025-01-08 21:30:45
12038
Affects: 6.1.1I've encountered an issue while trying to use ULong type as @PathVariable or in @RequestParam.Sample code:...
Spring AntPathMatcher has an unintuitive way of matching "**"
2025-01-08 21:30:42
2943
SummaryUsing security.basic.path in spring properties may lead to unexpected behavior because of the current way, AntPat...
Spring Support jackson @JsonProperty while convert String to Enum
2025-01-08 21:30:39
3072
We need convert external name to enum sometimes, jackson supports deserialize enum base on @JsonPropertyimport com.faste...
Spring Introduce NoOpTaskScheduler for disabling @Scheduled tasks in test setups
2025-01-08 21:30:36
2644
If an application defines a @Scheduled(fixedRateString = "PT6H") tasks, then this task will be running on any @SpringBoo...
Spring Unable to use Kotlin value classes as function arguments to functions in @Repository when having dependency to org.springframework:spring-tx on the classpath
2025-01-08 21:30:33
11973
When upgrading to Spring Boot 3.2.1 (from 3.1.7) we encountered a bug that throws an exception saying "object is not an ...
Spring Spring WebFlux and validation starter don't work with nested generics
2025-01-08 21:30:30
2465
Spring version: 2.7.11I found a problem with validation in Spring Webflux and spring-boot-starter-validationWhen I try t...
Spring Using the following code causes the transaction to fail in spring boot2.7.17
2025-01-08 21:30:25
1611
Using the following code causes the transaction to fail in spring boot2.7.17,I tracked the spring aop proxy source, foun...
Spring Reactive Spring Boot / WebFlux application: where to find default netty resolver configuration?
2025-01-08 21:30:22
963
We are currently moving some reactive Spring Boot application to Microsoft Azure (Container Apps). Since moving those ap...
上一页
下一页
1
…
1236
1237
1238
1239
1240
…
2246
.