Spring Remove obsolete RuntimeHintsUtils

OverviewSince Spring no longer adds the SynthesizedAnnotation interface to the JDK dynamic proxy used to synthesize an a...

Spring RelativeRedirectResponseWrapper does not commit response in sendRedirect

According to the Servlet spec 5.5 Convenience Methods, sendRedirect() should commit the response.These methods will have...

Spring Refine BindingReflectionHintsRegistrar to process field types

In a class like, EmployeeLocation hints are not added. This should be fixed and processed like record or property types....

Spring Support to Create Proxy for RSocket Client From Annotated Interface

Now we implement the RSocket service like this:Reactive service interfacepublic interface AccountService { Mono<Ac...

Spring ContentDisposition does not handle quoted pairs when parsing

Affects: 5.3.21When a multipart request contains a part with a quote or backslash in the name or filename, it should be ...

Spring Stop using RuntimeHintsUtils to register SynthesizedAnnotation proxies

Due to #29053, we should stop using RuntimeHintsUtils to register SynthesizedAnnotation proxies and verify that all smok...

Spring DisposableBeanAdapter requires Class#getMethods

The agent tests validating that the necessary reflection hints have been provided fail when a destroy method is set. The...

Spring RuntimeHintsAgent should not require full reflection on types

Currently, the RuntimeHintsAgent is too strict and does not fully replicate the behavior of a GraalVM native application...

Spring Remove AopProxyUtils#completeJdkProxyInterfaces

Follow-up of #28980 since it should not be useful anymore now that related proxies are inferred.Comment From: sdeleuze@s...

Spring Semantic versioning concerns

Like many others, I'm looking at upgrading from Spring 5.3.13 to 5.3.18. According to semantic versioning, that should b...

Spring Misleading error message when no constructor or factory method can be found

I have a fairly complex application that I've been testing with SB3 milestones, and now snapshots.It builds and runs fin...

Spring Instrument webmvc

Questions/todo items:- Error handling might be more tricky than this- Controller class/method tag is missing from the sp...

Spring WebClient/MockMVC issue with jquery ajax post

Hello,i am using htmlunit with spring test in order to test all ihm interface from my web application. It works fine wit...

Spring Make use of new HtmlUnit API for access request parameters

Hi, i'm the maintainer of HtmlUnit and i like to finally fix the issues #25768 and https://github.com/HtmlUnit/htmlunit/...

Spring Support jni-config.json generation

While not needed by framework itself it'd be beneficial to create jni config with aot hints when application needs it so...

Spring Add support for providing JNI runtime hints

This commit adds support generating graalvm jni-config.json file.Configuration format for jni/reflection in graalvm is d...

Spring Hint for resource pattern with leading slash is not applied in native image

Status QuoIf a ResourcePatternHint is created with a resource pattern with a leading slash, the hint will be registered ...

Spring ResourceHintsPredicates.forResource(TypeReference,String) doesn't support default package

If the TypeReference supplied to ResourceHintsPredicates.forResource(TypeReference,String) is for a class declared in th...

Spring Do not hide headers in ForwardedHeaderFilter

In our application we use ForwardedHeaderFilter (forward-headers-strategy = FRAMEWORK). In most of requests it is a grea...

Spring Introduce TestGenerationContext

Looking at #28684, it became apparent that Closeable wasn't really an option but that we could make writeGeneratedConten...
上一页 下一页
.