Spring Raise log level for exceptions from EntityManager close call

Version 5.1.9In EntityManagerFactoryUtils::closeEntityManager there is a catch-all for Throwable which logs any exceptio...

Spring AbstractJackson2HttpMessageConverter + Jackson 2.10: handle ValueInstantiationException properly

In jackson-databind version 2.10 a new exception was introduced: ValueInstantiationExceptionIt appears when we can't in...

Spring AbstractJackson2HttpMessageConverter handles JsonMappingException

JsonMappingException is treated as HttpMessageConversionException to keep the same behavior for new exceptions introduce...

Spring IncompatibleClassChangeError encountered on execution of compiled SPEL expressions

Affects: 5.1.12, 5.2.2Since this change in 5.1.8.RELEASE (#22242) we are witnessing failures in evaluation of compiled S...

Spring Use proxyBeanMethods=false in ProxyTransactionManagementConfiguration

Like in #23004 I find that ProxyTransactionManagementConfiguration probably could (should?) use proxyBeanMethods but doe...

Spring Nested annotations no longer supported in ASM-based annotation processing

tl;drBuild https://github.com/AndreasKl/spring-issue-in-TypeMappedAnnotation the test fails with the following exception...

Spring ExecutorConfigurationSupport to allow millisecond precision for await termination period

I noticed ExecutorConfigurationSupport(ThreadPoolTask[Executor|Scheduler]) only takes seconds for await termination.I'm ...

Spring Update advice on RestTemplate

It would be more helpful, and also accurate, to explain that the RestTemplate is in maintenance mode rather than mention...

Spring @PreDestroy methods: messages logged with logback are lost

Affected:Spring MVC: 5.2.2 (and older most likely)Logback Version: 1.2.3When using SLF4J with logback to log in a @PreDe...

Spring The new Encoder.encodeValue and Decoder.decode methods in spring 5.2 do not provide access to the Context

Previously, in spring 5.1, org.springframework.core.codec.Encoder and Decoder implementations could take advantage of th...

Spring MockRestServiceServer reset does not clear failedRequests

Affects: 5.2.1MockRestServiceServer reset does not reset failed requests on AbstractRequestExpectationManager introduced...

Spring WebFlux RouterFunctions builder lets you compile two equal paths

In comparison to Spring MVC, the WebFlux RouterFunction builder does not raise an exception whereas Spring MVC throws a ...

Spring Add close() method in FileCopyUtils to reduce duplication

That can be reduced by the close method.Comment From: sbrannenThis has been merged into master and revised in 72685b1d81...

Spring Simplify canConvertElements method() in ConversionUtils class

It can simplify this way.Comment From: rstoyanchevThanks but we'll keep this one the way it is for the implementation co...

Spring Update throwable to SQLException

To be as specific as possible in catching exceptions.As far as I can see, there is no problem.Comment From: pivotal-issu...

Spring Use computeIfAbsent to simplify getSessionAttributesHandler()

It can simplify using computeIfAbesnt.Comment From: rstoyanchevI revised this further to remove the surrounding synchron...

Spring Use dedicated catch block for AnnotationConfigurationException

It can be separate. Comment From: sbrannenThanks for the PR.You're correct: that could be pulled out into a separate cat...

Spring Remove redundant escapes in regular expressions

Remove redundant character escape in RegExpComment From: sbrannenWhether or not it makes sense to remove those unnecessa...

Spring Simplify getParsedSql() method in NamedParameterJdbcTemplate

It can simplify this way. Comment From: sbrannenThis has been merged into master.ThanksComment From: sbrannenFor future ...

Spring Simplify hasNext method() in compositeIterator

It can simplify this wayComment From: sbrannenThanks for the PR.The proposal is certainly more succinct; however, we gen...
上一页 下一页
.