SpringBoot GraalVM native POST get 403

Bug reportPOST /alist/alias get 403POST /alist/alias/{id} can workI test more cases, and found actual it's 400 bad reque...

SpringBoot Hibernate binding parameters not showing in logs

I'm using Spring Boot version 3.1.1 and I've noticed that the Hibernate binding parameters are not showing in the logs. ...

SpringBoot Authentication Suggestion On JWT Manager

Please can you convert the JWT token manager to a dependency in spring boot so that we don't need to write thousands of ...

SpringBoot GraalVM native image get HttpMediaTypeNotAcceptableException

Bug reportGraalVM native image get HttpMediaTypeNotAcceptableException.I use @RestController and return Object.I added r...

SpringBoot Merge pull request #1 from spring-projects/main

update springbootComment From: pivotal-cla@cfyn Please sign the Contributor License Agreement!Click here to manually syn...

SpringBoot Missing .pom when using mvn deploy with spring boot 3.X.X

Hello,I hope I asking this issue on the right canal.I'm having trouble deploying my spring-boot projet on my JFROG Artif...

SpringBoot Document how to use Docker Compose integration when running tests

According to the documentation (https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.do...

SpringBoot Provide a condition for threading (platform or virtual)

Would be good to have a @ConditionalOnPlatformThreads which is the negation of @ConditionalOnVirtualThreads.Comment Fro...

SpringBoot Auto-configure VirtualThreads bean

We sometimes need to get access to the virtual thread executor. The API is only available on Java 21 so we can't compile...

SpringBoot Provide a configuration property and condition to control the use of virtual threads

We need at least:a new enum TWENTY_ONE in JavaVersiona @ConditionalOnVirtualThreads which can be used in out auto-config...

SpringBoot Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class

The Javadoc of org.springframework.boot.web.client.RestTemplateBuilder#defaultHeader incorrectly references reactor.nett...

SpringBoot Reinstate use of the configprop macro to reference management.observations.enable.spring.security

configprop: prefix is intentional here.Comment From: wilkinsona@snicoll just pointed out that our Asciidoctor extension ...

SpringBoot Spring Boot Starter GraphQL not supporting federated directives - @key/@link etc

Hello,I'm a bit struck with this. I'm working in a project that should deal with Graphqls and we are still in the initia...

SpringBoot When deploying a war package to the built-in tomcat of Spring Boot, the first call to the interface usually takes a long time.

Summary: Using Spring Boot 2.0.0.RELEASE with embedded Tomcat 2.0.0.RELEASE, the project is packaged as a WAR file and d...

SpringBoot Enable debug option for Kotlin in Gradle Plugin tests

Hi,this PR enables GradleRunner.withDebug(true) for Kotlin tests as https://github.com/gradle/gradle/issues/6862 seems t...

SpringBoot Is there a way to kill the app in the stop goal?

Sometimes the app just don't close in the stop goal and its process needs to be killed, is there any way to do that afte...

SpringBoot Add Javadoc since for JavaVersion.TWENTY_ONE

This PR adds a Javadoc @since tag for the JavaVersion.TWENTY_ONE.See gh-35892Comment From: wilkinsonaNearer the release ...

SpringBoot Boot 3.0.8 -> 3.0.9 regression trace issue with Kafka Consumers

Hi,When upgrading from Boot 3.0.8 to Boot 3.0.9 we've noticed trace IDs going missing in our Kafka consumers. https://g...

SpringBoot Spring OAuth2 Simple Implementation Gives Always 401 Unauthorized with permitAll

I'm migrating from spring boot 1.5 to spring boot 2.7.12. I would like to keep for the moment the authentication that wa...

SpringBoot Fork = false replacement in versions above 2.7

In 2.7 version the <fork>property was eliminated from <configuration>.That property forced the app to run in...
上一页 下一页
.