Spring Spring AOP: After upgrade to spring boot 2.4.5 Spring Aspect is not longer initialized

I have recently upgraded all my projects to run on new spring boot 2.4.5.And I have all of them using the same aspect th...

Spring Add more test cases for SimpleAliasRegistry

Add more test cases for SimpleAliasRegistry to increase coverage test. Comment From: pivotal-cla@nhavuong Please sign th...

Spring Adjust expected IdentityHashMap sizes in ClassUtils

Proposed change aimed to keep coherence between variable declaration and static initialization code, which inserts 9 val...

Spring Ensure multipart temp directories do not collide

The SynchronossPartHttpMessageReader needs separate directories to store uploaded files in, or otherwise multiple instan...

Spring NPE if StompEndpointRegistry has allowedOrigins with null

The following code with 5.3.6 ran OK when properties.getAllowedOrigins() returned null.@Overridepublic void registerStom...

Spring Documented examples of SessionScope look wrong

https://docs.spring.io/spring-framework/docs/5.3.7/reference/html/core.html#beans-java-scoped-proxy has 2 examples of us...

Spring Release a version to Jakarta EE 9

Before the Spring framework moving to the Jakarta EE 9/10 stack. I hope Spring can consider releasing a Jakarta EE 9.0 v...

Spring FlightRecorderApplicationStartup is not thread safe

The ApplicationStartup class can be called from different threads when request scope beans are used. I think that Flight...

Spring Consider returning static DefaultApplicationStartup step

Currently DefaultApplicationStartup.start returns a new DefaultStartupStep instance on each call. I think the reason is ...

Spring Support for X-Forwarded-Prefix in Spring HATEOAS

Spring HATEOAS doesn't currently support the X-Forwarded-Prefix header.NOTE: Examples are illustrativeWe are using a rev...

Spring Clean up JdbcOperations/JdbcTemplate signatures containing both Object[] methods and varargs

Interfaces (and implementations) like JdbcOperations contain several methods, historically, that operate on an Object[]....

Spring Update README.md

noob learning how to create pull request!Comment From: pivotal-cla@Jai1708 Please sign the Contributor License Agreement...

Spring PartFile name lost when building a MultiPart

As requested here is the new issue @poutsmaMy server receive a multipart, take the FilePart from the incoming request an...

Spring No replacement of deprecated CronSequenceGenerator.isValidExpression

Since Spring 5.3 the CronSequenceGenerator is deprecated, including the static isValidExpression function. The replaceme...

Spring Improve @Transactional docs regarding method visibility

This is a follow up to #27001.See https://github.com/spring-projects/spring-framework/pull/27001#issuecomment-850989147 ...

Spring Fix @Transactional examples regarding method visibility

Spring documentation "Data Access", paragraph "1.4.6. Using @Transactional" contains incorrect description of @Transacti...

Spring DataClassRowMapper doesn't pass generic field information to type conversion

DataClassRowMapper doesn't pass generic field information to internal TypeConverter:https://github.com/spring-projects/s...

Spring Cache setup failure does not provide nested cause

When the our spring-framework project is started, we defined multi CacheManager, but not set which is primary, then runn...

Spring Lookup method autowiring ignores method's generic info

Lookup method autowiring uses method's result class, not its generic info.Tested on versions: 5.1.4, 5.3.7, 5.3.8-SNAPSH...

Spring HTMLUtils should accept null input values

While using HTMLUtils.htmlEscape(), it throws an IllegalArgumentException for null input values.So to avoid this we need...
上一页 下一页
.