SpringBoot Improve minimal auto-configuration for OIDC login with Okta

Spring Boot supports common OAuth2 providers (facebook, github, google and okta), and provide a set of defaults for thos...

SpringBoot Allow health indicators to be run asynchronously with the health endpoint providing a view of their current state

Hello,it would be great that spring boot actuator provides a locking/semaphore/mutex logic out-of-the box to prevent its...

SpringBoot SslConfigurationValidator should check if the configured key alias is for a key and certificate

When using a PKCS12 keystore without a password, one will simply receive errors such as this on the clientside:* NSS err...

SpringBoot Provide SpringApplication.exit alternative

The SpringApplication.exit method seems quite hard to read. We currently document that it can be used as follows:System....

SpringBoot During annotation processing, check that property types declared in additional-spring-configuration-metadata.json can be loaded

It would be nice if the annotation processor had caught the problem fixed by https://github.com/spring-projects/spring-b...

SpringBoot Generalize spring.data.jpa.repositories.bootstrap-mode

When spring.data.jpa.repositories.bootstrap-mode is either deferred or lazy, JpaRepositoriesAutoConfiguration customizes...

SpringBoot Improve the jOOQ transaction experience

When using Spring Boot with jOOQ, a common source of confusion is how to use transactions. There are mainly three option...

SpringBoot Create our own bindable properties objects for datasource binding

See #23436 for background. We think it's worth creating our own datasource properties objects (in the same way as we did...

SpringBoot Add auto-configuration for Hibernate query metrics

Since #12550 spring-boot makes use of HibernateMetrics provided by micrometer. Since version 1.4.0 HibernateQueryMetrics...

SpringBoot Consider allowlist for import locations

Using spring.config.import could mean that files are accidentally exposed. It would be nice if an allowlist could be use...

SpringBoot Investigate pluggable config data activation

Currently we support spring.config.activate.on-profile and spring.config.activate.on-cloud-platform. It would be nice to...

SpringBoot Make it easier to control how the keys in the basic error controller's response are formatted

I have a Spring Boot 2.3.2.RELEASE WebFlux application. In the application.yml I have these settings:spring: jackson: ...

SpringBoot Support lambda based converters by parsing bean method signature generics

If I define a Converter with lambda or method reference, the project will fail to start due to the failure of parsing ge...

SpringBoot Make it more obvious that the user intends to build a full reactive app

A recent PR made me wonder if, rather than allowing users to switch off the creation of Spring Data repositories, we sho...

SpringBoot Investigate a SpringApplication variant of ApplicationContextRunner

It would be helpful if we could offer something similar to ApplicationContextRunner but for SpringApplication integratio...

SpringBoot Refactor EntryWriter logic so SizeCalculatingEntryWriter can be closed

It would be good to refactor the EntryWriter interface and the SizeCalculatingEntryWriter to that we can delete temporar...

SpringBoot Provide some default dependency substitutions in Spring Boot's Gradle plugin

Gradle allows one dependency to be substituted for another via a dependency substitution. This could be useful for thing...

SpringBoot Make it easier to map MessageSourceProperties onto a user-provided AbstractResourceBasedMessageSource

MessageSourceAutoConfiguration provides configuration of a ResourceBundleMessageSource in case a resource bundle is pres...

SpringBoot Make DefaultErrorAttributes more extensible

Suppose I like the default error handling of Spring Boot for Spring Web MVC, but I just want to return a different HTTP ...

SpringBoot Provide a configuration option to disable transferring logging.* properties from the environment to system properties

Hi,We have a Spring boot application deployed into a tomcat instance. A tomcat instance can contain multiple webapp inst...
上一页 下一页
.