Nineya
Home
Blog
软著申请
SpringBoot Native image ignore structured logging fields
2025-01-19 01:03:34
2267
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
2025-01-19 01:03:19
744
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
2025-01-19 01:03:07
1195
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
2025-01-19 01:02:53
2952
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
2025-01-19 01:02:17
746
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)
2025-01-19 01:02:15
3654
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
2025-01-19 01:02:12
549
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
2025-01-19 01:02:10
27229
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
2025-01-19 01:02:07
893
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
2025-01-19 01:02:04
4447
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
2025-01-19 01:01:45
2721
The following code caused my custom HandlerMethod subclass to be recreated as HandlerMethod, Every HTTP request calls cr...
Spring ThreadPoolTaskExecutor deprecated?
2025-01-19 01:01:34
1613
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
2025-01-19 01:01:28
696
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
2025-01-18 09:50:31
3787
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
2025-01-18 09:50:28
1787
Expected BehaviorI expect to be able to provide my own implementations for PublicKeyCredentialCreationOptionsRepository ...
Spring Security Add Twitter/X to CommonOAuth2Provider
2025-01-18 09:50:25
660
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
2025-01-18 09:50:23
6482
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
2025-01-18 09:50:20
5745
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
2025-01-18 09:50:17
3910
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
2025-01-18 09:50:15
3019
It is not as simple as I would expect to authenticate using Twitter / X v2 Log In APIs. We should simplify this process....
上一页
下一页
1
…
508
509
510
511
512
…
2246
.