Spring Programmatic annotation presence registry (allowing for index integration)

Now that #22420 we have a central location that we can use to investigate if an annotation index can be used to limit th...

Spring Optimization Determine Bean Name From Annotation

Optimize Logic Code to Reduce Code Complexity Comment From: pivotal-cla@CodeMan-cmd Please sign the Contributor License ...

Spring Replace ApplicationContextAotInitializer with an AotApplicationContextInitializer interface

Spring Boot recently introduced AotApplicationContextInitializer to aid with AOT testing support. This class replaces th...

Spring Add support in GeneratedClasses for supplying a predefined class name

ClassNameGenerator can currently only be created with a required non-null Class<?> defaultTarget.Consequently, any...

Spring Refine ConstantFieldSubstitutionProcessor error handling

The upgrade to SLF4J 2 via #29152 has broken ConstantFieldSubstitutionProcessor when the class processed has both a stat...

Spring AbstractRequestLoggingFilter: split client info, conditional before/after

New methods to configure each part of the client info loggingSession id is no longer logged by default when client info ...

Spring Upgrade to SLF4J 2.0

SLF4J 2.0.0 is out now. In alignment with Spring Boot (https://github.com/spring-projects/spring-boot/issues/12649), let...

Spring Upgrade to Log4j 2.19.0

Related to #29152.Comment From: snicollI've moved this to a task as these dependencies upgrade are not user-facing.

Spring Regression: Static JS files served as 'application/octet-stream' instead of 'application/javascript' [SPR-14368]

Luis Lebolo opened SPR-14368 and commentedI upgraded from Spring 4.2.6 to 4.3.0 and now I'm receiving the following erro...

Spring [spring-web] Invalid encoded sequence "%;": url path is decoded incorrectly

Affects: Spring Boot 2.1.2.RELEASEI have a simple rest controller with the method the get requests mapped on.@RestContr...

Spring block call hang forever

Call : this.reactiveMongoTemplate .updateFirst(query, update, Person.class).block()Above call is from Sch...

Spring Deprecate CookieGenerator

This commit deprecates CookieGenerator in favor of a more modern alternative in ResponseCookie.Ideally, all Framework ge...

Spring Generate matching inner class for inner class configuration

While this is a general problem, it feels like it is mostly specific to the code that handles configuration classes. Whe...

Spring Improve the fluency of the ResponseCreator API

Added utility methods to DefaultResponseCreatorThis enables the ability to fluently add single headers like you can alr...

Spring Add fast-path for no-args constructor in BeanUtils.instantiateClass

For the cases when constructor has no args we could have fast-paths which is likely to improve start-up time as BeanUtil...

Spring Introduce @ResponseHeader annotation

Feature request:Sometimes I get the requirement to return a response with custom header with static value, x-custom-head...

Spring spring-webflux: ServerRequestWrapper is not passed on from RouterFunctionDsl filter function

When a filter function creates a ServerRequestWrapper from the ServerRequest passed to it, and passes the wrapper into t...

Spring Allow BeanRegistration target to be any arbitrary class name

The API of BeanRegistrationCodeFragments is a bit inconsistent at the moment. While everything is related to code gener...

Spring No qualifying bean of type 'xxx' available

I meet some problems when attempt to use Spring Boot 3.0 M5 , there are "No qualifying bean of type 'xxx' available", it...

Spring Spring Java Mail Not RFC 5322 Compliant

Affects: 5.3.23 and other versionsAfter spending some time diagnosing bounded Google mails, we discovered that if we use...
上一页 下一页
.