SpringBoot Native image ignore structured logging fields

When using the structured log feature of Spring Boot 3.4 within a native image, custom log fields are not present.In app...

SpringBoot reload certificates after every minute

current implementation can be made to watch certificate and reload on change. that sounds a little complex, and has edge...

SpringBoot Add official Gitter chat room to communicate

Gitter is a great tool to communicate based on github repos. So you can create an official chat based on this repo. Comm...

SpringBoot Tomcat SSL Customization: Replace AbstractHttp11JsseProtocol with AbstractHttp11Protocol

I am starting to experiment with Apache Tomcat 11 and Spring Boot 3.4.x. A first blocking issue I have run into is the f...

Spring expandQueryParams methos in HierarchicalUriComponents.java has bug

In HierarchicalUriComponents.java , expandQueryParams method want the params expand to uri, but for this method is not...

Spring ConfigurationClassEnhancer should explicitly set custom ClassLoader on CGLIB Enhancer (aligned with CglibAopProxy)

DescriptionHello!I have a Spring Boot application, that supports 3rd party plugins. Because of that I need to use a cust...

Spring Add ArchUnit architecture checks

Following the recent migration to JSpecify annotations for nullability constraints, it would be beneficial to add an Arc...

Spring Migrating spring 6.1.x to 6.2.x leads to BeanCurrentlyInCreationException

We're running and deploying Spring app (without Spring boot) currently in version 6.1.x.When migrating to 6.2.1 (and eve...

Spring Refine KotlinDetector usages and implementation

Initially Spring Framework did not required kotlin-reflect in a mandatory way, it does now for some time as documented i...

Spring Upgrade from 3.3.5 to 3.4.1: SpringBootTests throw OutOfMemoryError

In our test setup code, we have a ContextConfiguration which adds beans to the application context (MockWebServer and Gr...

Spring Avoid re-creating HandlerMethod unless handler is resolved through the BeanFactory

The following code caused my custom HandlerMethod subclass to be recreated as HandlerMethod, Every HTTP request calls cr...

Spring ThreadPoolTaskExecutor deprecated?

Hi.We're updating Spring Boot from 3.3 to 3.4.I found a deprecation warning that we forgot to handle with the 3.0 upgrad...

Spring Add view rendering support for exception handling

The ResponseEntityExceptionHandler handles exceptions at the MVC/WebFlux level as Problem Details. Right now, only machi...

Spring Security InMemoryClientRegistrationRepository should accept an empty set of registrations

InMemoryClientRegistrationRepository can be constructed with either a List of ClientRegistrations or a Map of same. How...

Spring Security Use dependency injection in webauthn filters to allow for customization

Expected BehaviorI expect to be able to provide my own implementations for PublicKeyCredentialCreationOptionsRepository ...

Spring Security Add Twitter/X to CommonOAuth2Provider

To simplify configuring applications to authenticating using Twitter / X v2 API we should add Twitter/X to the CommonOAu...

Spring Security ValidationContext is lost unexpectedly causing InResponseTo validation to fail

Describe the bugValidationContext is lost unexpectedly causing InResponseTo validation to failTo ReproduceSet a breakpoi...

Spring Security Configuring SAML2: Bypassing 'InResponseTo' Validation While Retaining Default Settings in OpenSaml4AuthenticationProvider

I have a Java backend application running behind Nginx, and it currently lacks a mechanism to remember cookie sessions. ...

Spring Security Add ClientRegistration.clientSettings.requireProofKey to Enable PKCE

PKCE is recommended to prevent CSRF and authorization code injection attacks. We should further simplify enabling PKCE f...

Spring Security Simplify Configuring Log In using Twitter / X v2 APIs

It is not as simple as I would expect to authenticate using Twitter / X v2 Log In APIs. We should simplify this process....
上一页 下一页
.