Nineya
Home
Blog
Spring Create spring-ex
2025-01-08 04:53:38
382
Create an example spring Comment From: pivotal-cla@rasarathrilanka Please sign the Contributor License Agreement!Click h...
Spring Links in Core Technologies docs chapter 1.4.2 returns 404
2025-01-08 04:53:35
934
Affects: 5.3.10Links in \ tag : http://www.springframework.org/schema/p and http://www.springframework.org/schema/cLink...
Spring If an exception occurs during Pre-Flight request processing, @ExceptionHandler fails to handle it.
2025-01-08 04:53:33
1366
Affects: 5.2.12Hi, I have used interceptor to verify something. And an exception occurred in the interceptor while proce...
Spring ExceptionHandler questionable behavior exposing exception causes
2025-01-08 04:53:30
2224
Affects: v4.3.0.RELEASEIn the v4.3.0.RELEASE release a change was made to the ExceptionHandler mechanism so that it not ...
Spring Add more default HandlerMethodArgumentResolver's to ExceptionHandlerExceptionResolver [SPR-15489]
2025-01-08 04:53:27
2732
Feliks Khantsis opened SPR-15489 and commentedThe documentation at 22.11.2 says thatMuch like standard controller method...
Spring Add @Profile support for @EventListener annotated methods [SPR-13155]
2025-01-08 04:53:25
1670
Bob Tiernay opened SPR-13155 and commentedThis would be very useful for conditional processing of startup methods, etc:@...
Spring Entire Cache replacement/refreshment
2025-01-08 04:53:22
3600
Hi Spring team!I have a requirement on my project for cache to be replaced/refreshed (entire) by some event (Kafka for ...
Spring Both @Async and @Around doesn't work concurrently
2025-01-08 04:53:20
1288
version : spring-boot-starter 2.1.3I am using @Async annotation like this.@Async("executorBean") public CompletableFu...
Spring Upgrade to spring-javaformat 0.0.29
2025-01-08 04:53:15
70
Overviewspring-javaformat 0.0.29 has been released.Related Issues27481
Spring Extend @RequestMapping to be usable on packages
2025-01-08 04:53:13
1287
Affects: Spring Web 5.3If a @RequestMapping annotation is used on a package (in package-info.java), then every controlle...
Spring Redirected calls should filter out bearer tokens
2025-01-08 04:53:10
2948
Affects: 5.3.10When a call is redirected to AWS, the following message is given:<Error><Code>InvalidArgument...
Spring MockMvcBuilders add a class builder
2025-01-08 04:53:07
1656
same behavior as standaloneSetup but it would be nice to be able to do MockMvcBuilders.standaloneSetup(MyController.clas...
Spring Javadoc typo in PathMatchConfigurer#setUseSuffixPatternMatch
2025-01-08 04:53:05
1348
In the newest versions of Spring PathMatchConfigurer#setUseSuffixPatternMatch method is Deprecated. (Deprecated. as of ...
Spring SimpleAsyncTaskExecutor should set thread prefix same way as ThreadPoolTaskExecutor
2025-01-08 04:53:00
640
I would assume that SimpleAsyncTaskExecutor and ThreadPoolTaskExecutor behave the same way with respect to thread name p...
Spring Do we really need @Sql to be repeatable?
2025-01-08 04:52:58
1947
Related: #17907 Affected code:https://github.com/spring-projects/spring-framework/blob/04eed155cdf10dd943818c343c9fd49fb...
Spring Error calling /info with Sping Boot 2.5.4
2025-01-08 04:52:55
2197
When calling /info you have this error:org.springframework.http.converter.HttpMessageConversionException: Type definitio...
Spring Non-escaped closing curly brace in RegEx results in initialization error on Android
2025-01-08 04:52:53
1646
Affects: \<5.2.4.RELEASE>I am trying to use UriComponentsBuilder.newInstance()in my android application. But I kee...
Spring Invoke bean-derived (Auto)Closeable.close() method directly
2025-01-08 04:52:50
733
DisposableBeanAdapter historically calls everything other than DisposableBean.destroy() via reflection, including a clos...
Spring Proxy generation with Java 17 fails with "Cannot invoke "Object.getClass()" because "cause" is null"
2025-01-08 04:52:47
9235
When trying to start a filter that has the @Transactional annotation on it (either org.springframework.transaction.annot...
Spring AOP not support Inheritance
2025-01-08 04:52:42
1180
Affects: 5.2.12Cannot execute Aspect function,public interface ILogController { @PostMapping String post();}@RestC...
上一页
下一页
1
…
1482
1483
1484
1485
1486
…
2246
.