Nineya
Home
Blog
软著申请
Spring Raise log level for exceptions from EntityManager close call
2025-01-08 03:00:28
380
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
2025-01-08 03:00:26
5075
In jackson-databind version 2.10 a new exception was introduced: ValueInstantiationExceptionIt appears when we can't in...
Spring AbstractJackson2HttpMessageConverter handles JsonMappingException
2025-01-08 03:00:23
408
JsonMappingException is treated as HttpMessageConversionException to keep the same behavior for new exceptions introduce...
Spring IncompatibleClassChangeError encountered on execution of compiled SPEL expressions
2025-01-08 03:00:21
8306
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
2025-01-08 03:00:16
1676
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
2025-01-08 03:00:13
4711
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
2025-01-08 03:00:11
687
I noticed ExecutorConfigurationSupport(ThreadPoolTask[Executor|Scheduler]) only takes seconds for await termination.I'm ...
Spring Update advice on RestTemplate
2025-01-08 03:00:08
160
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
2025-01-08 03:00:06
2039
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
2025-01-08 03:00:03
8318
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
2025-01-08 03:00:01
362
Affects: 5.2.1MockRestServiceServer reset does not reset failed requests on AbstractRequestExpectationManager introduced...
Spring WebFlux RouterFunctions builder lets you compile two equal paths
2025-01-08 02:59:58
2609
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
2025-01-08 02:59:55
157
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
2025-01-08 02:59:52
127
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
2025-01-08 02:59:49
539
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()
2025-01-08 02:59:46
209
It can simplify using computeIfAbesnt.Comment From: rstoyanchevI revised this further to remove the surrounding synchron...
Spring Use dedicated catch block for AnnotationConfigurationException
2025-01-08 02:59:43
300
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
2025-01-08 02:59:40
2154
Remove redundant character escape in RegExpComment From: sbrannenWhether or not it makes sense to remove those unnecessa...
Spring Simplify getParsedSql() method in NamedParameterJdbcTemplate
2025-01-08 02:59:38
308
It can simplify this way. Comment From: sbrannenThis has been merged into master.ThanksComment From: sbrannenFor future ...
Spring Simplify hasNext method() in compositeIterator
2025-01-08 02:59:33
281
It can simplify this wayComment From: sbrannenThanks for the PR.The proposal is certainly more succinct; however, we gen...
上一页
下一页
1
…
1594
1595
1596
1597
1598
…
2246
.