SpringBoot Gradle build fails with "invocation of 'Task.project' at execution time is unsupported" when using the configuration cache in a project that depends on org.springframework.boot:spring-boot-configuration-processor

Hello,Tested with: latest gradle version: 7.0.2latest spring boot plugin version: 2.5.1According to the spring boot grad...

SpringBoot spring-boot-maven-plugin 2.2.x Failed to retrieve RMIServer stub

Upgrade Spring from 2.1.10 to 2.2.1 (including maven plugin) cause fail:Could not contact Spring Boot application: Faile...

SpringBoot Documentation on how to use Jetty 10 is incomplete

There seems to be an issue with the dependencies of Jetty 10 in the starter. Trying to use the current latest 10.0.5 and...

SpringBoot JsonContentAssert extractors do not work with AssertJ 3.20.0

There is a recent breaking change to AssertJ which breaks JsonContentAssert.extractingJsonPath*() functions in Spring Bo...

SpringBoot Unable to start application

I have updated the spring boot version to 2.4.0 from 2.3.3.RELEASE. But following error occurs. Even tried moving back t...

SpringBoot hystrix circuit breaker not working after boot 2.3.12 Release upgrade

🐞 Bug Application has a dependency to hystrix, which does not be compatible to Spring Boot 2.5.1🎁 Enhancement Requires S...

SpringBoot A configserver import in a profile-specific file doesn't import anything

Describe the bugIntegration with importing aka spring.config.import seems broken since Spring Boot 2.5.1 with newest spr...

SpringBoot SimpleJpaRepository.deleteAllByIdInBatch accepts Iterable but finally requires Collection

SpringBoot 2.5.1SimpleJpaRepository.deleteAllByIdInBatch(Iterable<ID> ids) accepts Iterable, but in deep QueryPara...

SpringBoot Switch to Apache EL implementation by default

We have noticed that JSP EL expression evaluation has become significantly slower when non-existing attributes are acces...

SpringBoot Servlet.service() NPE

Spring Boot 2.1.4.RELEASE from time to time, receiving error:2021-06-03 08:12:51.663 ERROR 3601 --- [10001-exec-2223] o....

SpringBoot Profile-specific files should still be considered when processing 'spring.config.import' properties

SB 2.5.1 breaks our project, since profile specific properties in combination with config-imports in a multi maven modul...

SpringBoot Mention @DependsOnDatabaseInitialization and when you may want to use it in the release notes

Dear Spring Boot team,with the refactoring of the datasource initialization you introduced an incompatible change regard...

SpringBoot Kotlin plugin's version shouldn't be read if the kotlin.version extra property has been set

We read it at the moment and then don't use it if kotlin.version has been set. This is slightly wasteful and prevents se...

SpringBoot Add missing space for asciidoc ordered list

The list is not rendering before this commitComment From: snicoll@quaff good catch! Thank you for making your first cont...

SpringBoot Spring Boot plugin package supports zip or tar.gz with Maven

spring boot application packaged into jar, deployment Uninconvenient to modify the configuration and does not provide a ...

SpringBoot Include information about where the caller was loaded from in NoSuchMethodError failure analysis

The failure analysis for a NoSuchMethodError currently assumes that the source of the problem is the method that's being...

SpringBoot A bean factory post processor cannot be configured to run after DependsOnDatabaseInitializationPostProcessor

DependsOnDatabaseInitializationPostProcessor uses the default order which is lowest precedence. This prevents a bean fac...

SpringBoot Add configuration property for Tomcat's rejectIllegalHeader

to make it easy to control without adding a TomcatConnectorCustomizerRelated to https://github.com/spring-projects/sprin...

SpringBoot NoSuchMethod error from Gradle plugin's KotlinPluginAction when using Kotlin 1.5.20-RC

We use KotlinPluginWrapper.kotlinPluginVersion to get the kotlin version in boot gradle plugin as advised in #11711. But...

SpringBoot There are no metrics jvm_* in the actuator/prometheus

After update Spring(2.4.2 -> 2.5.0) i can't see jvm metric by url http://localhost:8080/application/actuator/promethe...
上一页 下一页
.