玖涯软件开发
Home
Blog
Spring Programmatic annotation presence registry (allowing for index integration)
2025-01-08 06:07:40
1835
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
2025-01-08 06:07:37
1212
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
2025-01-08 06:07:34
1985
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
2025-01-08 06:07:32
2352
ClassNameGenerator can currently only be created with a required non-null Class<?> defaultTarget.Consequently, any...
Spring Refine ConstantFieldSubstitutionProcessor error handling
2025-01-08 06:07:29
507
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
2025-01-08 06:07:27
2110
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
2025-01-08 06:07:25
241
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
2025-01-08 06:07:23
115
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]
2025-01-08 06:07:20
13481
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
2025-01-08 06:07:17
33128
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
2025-01-08 06:07:15
1440
Call : this.reactiveMongoTemplate .updateFirst(query, update, Person.class).block()Above call is from Sch...
Spring Deprecate CookieGenerator
2025-01-08 06:07:12
532
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
2025-01-08 06:07:10
985
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
2025-01-08 06:07:07
3404
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
2025-01-08 06:07:05
355
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
2025-01-08 06:07:03
5086
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
2025-01-08 06:07:00
549
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
2025-01-08 06:06:58
474
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
2025-01-08 06:06:56
1773
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
2025-01-08 06:06:52
2107
Affects: 5.3.23 and other versionsAfter spending some time diagnosing bounded Google mails, we discovered that if we use...
上一页
下一页
1
…
1403
1404
1405
1406
1407
…
2246
.