Spring Create spring-ex

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

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.

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

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]

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]

Bob Tiernay opened SPR-13155 and commentedThis would be very useful for conditional processing of startup methods, etc:@...

Spring Entire Cache replacement/refreshment

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

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

Overviewspring-javaformat 0.0.29 has been released.Related Issues27481

Spring Extend @RequestMapping to be usable on packages

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

Affects: 5.3.10When a call is redirected to AWS, the following message is given:<Error><Code>InvalidArgument...

Spring MockMvcBuilders add a class builder

same behavior as standaloneSetup but it would be nice to be able to do MockMvcBuilders.standaloneSetup(MyController.clas...

Spring Javadoc typo in PathMatchConfigurer#setUseSuffixPatternMatch

In the newest versions of Spring PathMatchConfigurer#setUseSuffixPatternMatch method is Deprecated. (Deprecated. as of ...

Spring SimpleAsyncTaskExecutor should set thread prefix same way as ThreadPoolTaskExecutor

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?

Related: #17907 Affected code:https://github.com/spring-projects/spring-framework/blob/04eed155cdf10dd943818c343c9fd49fb...

Spring Error calling /info with Sping Boot 2.5.4

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

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

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"

When trying to start a filter that has the @Transactional annotation on it (either org.springframework.transaction.annot...

Spring AOP not support Inheritance

Affects: 5.2.12Cannot execute Aspect function,public interface ILogController { @PostMapping String post();}@RestC...
上一页 下一页
.