SpringBoot Create a cache actuator endpoint.

Hi,I'd like to have a /cache actuator endpoint that will list all the cache regions will all the statistics for each cac...

SpringBoot Default fork value for spring-boot:stop is not consistent

When starting a boot web application on the console through Maven mvn spring-boot:start and then shutting it down mvn sp...

SpringBoot Allow expose current value of configuration properties of a spring-bean

I'd like to get the value of runtime properties configuration of spring-bean by GET /actuator/env/{prop}https://docs.spr...

SpringBoot DefaultValue does not play nicely with Lombok generated constructors

Both Spring and Lombok are commonly used projects.Lombok has a feature to copy annotations from fields onto constructors...

SpringBoot Spring Boot Webflux has blocking calls retrieving static content

Bug ReportUsing Spring Boot 2.4.3 with Webflux, there are blocking calls when getting static resources.Run on Windows 10...

SpringBoot Error when adding @EnableJpaRepositories

Related to #254 (which was closed, that is why I created a new issue)If I add @EnableJpaRepositories I get:Caused by: or...

SpringBoot Missing tests for Gradle plugin packaging examples

As mentioned in https://github.com/spring-projects/spring-boot/issues/25453#issuecomment-786864284, several of the bootB...

SpringBoot @ActiveProfile might not override profiles

By default, @ActiveProfile annotation for tests overrides profiles defined either in the environment or as a system prop...

SpringBoot Reconsider default exposure for info endpoint

Comment From: mbhaveAs discussed on the team call, the info endpoint could contain potentially sensitive information suc...

SpringBoot Inconsistent configuration resolution @ConfigurationProperties vs @Value from environment variables

When using @ConfigurationProperties, the camelCase variable names are resolved correctly from environment variables when...

SpringBoot Enable stricter plugin validation for the Gradle plugin

The validate plugin task can be configured to do even stricter validation. The Spring boot plugin currently doesn't have...

SpringBoot Add note concerning application yml and properties file precedence

Comment From: snicollThanks for the PR. It looks like a proposal for #25121Comment From: robert-smith-911@snicoll You're...

SpringBoot Clarify precedence between yml and properties files on the same level

In 4.2. Externalized Configuration (Spring Boot 2.4.2) it states that Config data files are considered in the following ...

SpringBoot Provide configuration properties for Flyway's Vault and Conjur support

Fixes gh-24969Comment From: onobc@snicoll all comments addressed. Comment From: snicollThanks for the follow-up and for ...

SpringBoot Application restarts twice on reload when both a class and property files changed

This might be a Intellij specific problem but;Include dev tools in pom.xmlSet On Update Action as "Update classes and re...

SpringBoot Allow PersistenceUnitPostProcessor to be configured on EntityManagerFactoryBuilder

Enable persistence unit post processors configurable in EntityManagerFactoryBuilderThis PR enables persistence unit post...

SpringBoot Provide configuration properties for Flyway's Vault and Conjur support

https://github.com/flyway/flyway/issues/3060 has been fixed so when we upgrade to a new 7.5.x release, it should be poss...

SpringBoot Polish

This PR fixes some typos and polishes trivial stuff.Comment From: snicollThanks for the follow-up @izeye!

SpringBoot I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuildImage'

I am using Kotlin + Spring Boot Gradle Project , Getting error Cannot access 'publish': it is private in 'BootBuil...

SpringBoot Customize the 'message' field in the response error body?

How can one customize the message field in the error response body (and at the same time customize the http status code)...
上一页 下一页
.