Spring Fix typo in NumberFormat javadoc

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]

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]

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]

Oliver Drotbohm opened SPR-16872 and commentedConfigurableApplicationContext currently exposes addApplicationListener(…)...

Spring 404 on static resource does not return HTML error page

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)

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?

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

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

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]

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]

Torsten Krah opened SPR-12455 and commentedStatus QuoAt the moment, <jdbc:embedded-database /> sets up an embedded...

Spring HttpMediaTypeNotAcceptableException exception missing when using ContentNegotiationConfigurer

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

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

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

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

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

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

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

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?

We are currently moving some reactive Spring Boot application to Microsoft Azure (Container Apps). Since moving those ap...
上一页 下一页
.