Spring Unable to add response headers in functional endpoint filters without deleting body

If you setup functional endpoints as described in the documentation, like so:val route = router { "/person"...

Spring my first github project!

Comment From: pivotal-issuemaster@myflzh119 Please sign the Contributor License Agreement!Click here to manually synchro...

Spring MimeType: Multipart Boundary value should allow =

Some HTTP clients use boundary value including = when sending multipart requests, like below:Content-Type: multipart/for...

Spring Duplicate class definition for CGLIB proxy when running multiple Jetty instances in parallel

Hi,I have a spring web app with tests which start a jetty web server. The code looks something like:// import org.eclips...

Spring Webfilter bypass for Mono.empty() in Spring Boot 2.4.1

When applying webfilter, I found that it cannot handle Mono.empty() returned from controllersThe below codes (switchIfEm...

Spring Support for dynamic interceptor during setup in RSocket

Can we add the support to decide the interceptor to be added at run time for requester/responder during @ConnectMapping....

Spring Fix for Sonartype vulnerability CVE-2016-1000027 in Spring-web project

Do we have fix for Sonartype vulnerability CVE-2016-1000027 in Spring-web project in any of the latest version of Spring...

Spring Support UTF-8 in DefaultPartHttpMessageReader

Affects: 5.3.4After upgrading to Spring boot v2.4.3 and Spring v5.3.4. We noticed that when uploading files via Webflux,...

Spring Centralize copyright management with one cron job

As far as I have seen,basically any PR opened always uses the following line of code on changed files: * Copyright 20XY-...

Spring Typo in RequestBodyAdviceAdapter Javadoc

Hi GuysThe javadoc said RequestBodyAdviceAdapter is A convenient starting point for implementing ResponseBodyAdvice,I t...

Spring avoid re-initializing the HandlerMethod

Comment From: rstoyanchevThis is invoked during initialization and should be of limited impact. In any case we prefer no...

Spring Fix typo in web docs example

Polish webmvc/webflux docs exampleDid not work due to unnecessary spaceComment From: pivotal-issuemaster@HwangNara Pleas...

Spring Unable to remove Transfer Encoding : chunked using WebClient

Even after setting content length using the API webclient.contentLength() chunk encoding is not getting disabled.Comment...

Spring Hundreds of reactor-http-nio-XXX threads being created when WebClient requests are made in parallel without pre-warming.

Ive discovered some strange behaviour where it appears WebClient + reactor-netty is creating up to hundreds of reactor-h...

Spring spring unexpected behavior because of interceptor exception

To figure out how spring dispatcher servlet works, I make some breakpoints and debug my spring project. However, I found...

Spring Load-time weaving not applying to beans defined by Configuration classes [SPR-9215]

Noodle opened SPR-9215 and commentedWhen use Java Configuration, aspectj weaver cannot see spring beans with @Component,...

Spring ScriptItemProcessor python implementation

I wanted to use a web scraping python script in my batch program but this is not feasible in Spring Batch. I want to req...

Spring Multiple MessageSource beans not working

Affects: 5.3.3Trying to wrap the default MessageSource bean into my custom implementation using: @Bean @Primary ...

Spring Both @Autowried and @Resource cannot be injected

Affects: \Hello. My project A split out project B, project B introduced part of project A module, and then added B to A ...

Spring @Validated occasionally throws ConstraintDeclarationException from Hibernate Validator on JDK 15

Spring Boot 2.2.6, Spring Cloud Greenwich.RELEASE (I have since realized that I should be using the Hoxton branch with 2...
上一页 下一页
.