Spring MvcUriComponentsBuilder should resolve property placeholders in request mapping paths

I'm using Spring Framework 5.3.4 with Spring Boot 2.4.3.I have a controller declared in this way:@Controller@RequestMapp...

Spring Introduce RestClient

In Spring Framework 5.0, we introduced the WebClient: a new, reactive HTTP client. Compared to RestTemplate, the previou...

Spring Introduce processInjection() in CommonAnnotationBeanPostProcessor

OverviewTo align with the existing processInjection() method in AutowiredAnnotationBeanPostProcessor, we should introduc...

Spring IllegalReferenceCountException when using ExchangeFilterFunction that mutates ClientResponse body with a annotation based route

Affects: 6.1.1 (Spring Web)ContextI created an ExchangeFilterFunction that exported response to a bucket for some paths....

Spring Ensure that Observation is stopped and Scope is closed in doReceiveAndExecute()

This PR changes to try to ensure that Observation is stopped and Scope is closed in AbstractPollingMessageListenerContai...

Spring Undo workaround for SameSite Cookie support in WebFlux servers

23693 introduced "SameSite" support for cookies and temporarily added workarounds by manually writing the entire Cookie ...

Spring Support XML Marshalling with jackson-dataformat-xml in WebFlux

Jarno Walgemoed opened SPR-15697 and commentedHi,Jackson-xml marshalling seems to be broken in the 2.0.0 M2 milestone re...

Spring Make UrlBasedViewResolver prefix/suffix nullability consistent [SPR-16220]

Sébastien Deleuze opened SPR-16220 and commentedNo further details from SPR-16220Comment From: spring-projects-issuesSéb...

Spring SimpleJdbcInsert does not quote table and column names [SPR-9236]

Michel Zanini opened SPR-9236 and commentedIf you have table or column names that are reserved SQL words, like "varchar"...

Spring SimpleJdbcInsert needs backticks in table name for in MariaDB

I'm using spring-jdbc 5.1.14.RELEASE and MariaDB 10.3.13. When I use SimpleJdbcInsert I'm getting the error: "Thro...

Spring SerializableTypeProxy cannot be deserialized

Hi,we're trying to use Tomcat Session serialization into Redis. The de/serialization process is failing because we save ...

Spring XpathExpectationsHelper should support Hamcrest matching against typed objects [SPR-14722]

Manuel Jordan opened SPR-14722 and commentedI am working with:Spring Framework 4.3.2About Spring MVC Test for Json I hav...

Spring CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup

Along with #19475, it turned out that CronTrigger hard-codes the system ZoneId by default while it should really take it...

Spring Allow CronTrigger to resume from specified timestamp [SPR-14909]

Jean-Philippe Legault opened SPR-14909 and commentedAllowing ReschedulingRunnable to receive a TriggerContext on creatio...

Spring Spring boot web throws erroneous org.springframework.web.HttpMediaTypeNotSupportedException when the actual cause is simply a missing field in json request object

Affects: \spring-web-6.1.1I have an @Entity annotated class that I also use as a type for @RequestBody argument in an @P...

Spring Check for AOP proxies in AbstractHandlerMethodMapping

MotivationWhen enabling Spring Security MethodSecurity, I noticed that the Controller under test was not recoginized as ...

Spring Fix references to "application/*+xml" in Javadoc

Small typo in comments of Media Type supportedComment From: pivotal-cla@pri88yank Please sign the Contributor License Ag...

Spring Annotation-based event listener does not receive event published in @PostConstruct [SPR-15122]

František Hartman opened SPR-15122 and commentedAnnotation-based event listener does not receive event published in @Pos...

Spring HandlerMappingIntrospector is throwing PatternSyntaxException for wildcards in the request URL

After upgrade the Spring Boot 3.2, a HTTP request with * wildcard is throwing an exception as below:java.util.regex.Patt...

Spring Unable to pass connection parameters to EmbeddedDatabaseBuilder [SPR-12614]

Petar Tahchiev opened SPR-12614 and commentedFollowing this problem here:http://stackoverflow.com/questions/24687769/how...
上一页 下一页
.