SpringBoot Support enable/disabling SSL client authentication on the management port without overriding SSL parameters

Continuing discussion from #14985, I would like to continue discussion and agree on the solution.CURRENT IMPLEMENTATIONM...

SpringBoot Investigate access log to logging system

Currently access logs are only to files. This might not make sense in a cloud environment so we should look to see if we...

SpringBoot Allow to define that a binding target represents a scalar value

If a property is of type Map there are some restrictions on the key. If the key contains a ., the key must be wrapped to...

SpringBoot Replace POJO used as nested namespace in spring-boot by an immutable contract

The spring-boot module defines a Ssl and Compression object that looks like something that's part of a @ConfigurationPro...

SpringBoot Embedded servlet customizer unavailable to management webserver

I have a custom WebServerFactoryCustomizer but its not available for management webserver. What's the best way to make t...

SpringBoot GC pressure from SpringConfigurationPropertySource

SpringConfigurationPropertySource.DelegatingPropertyMapper.callMappers() is showing up in Flight Recorder as a source of...

SpringBoot Reduce GC pressure of ConditionMessage creation

The creation of condition messages performs a reasonable amount of string concatenation that's contributing to GC pressu...

SpringBoot Allow map binding to work with unescaped characters

Spring boot version: 2.0.2 (1.5.13 is normal)Problem Description:If the map key is with “/”, it cannot be parsed normall...

SpringBoot Custom Converter flagged with @ConfigurationPropertiesBinding potentially ignored

Upgrading project to 2.0.2 and ran into an unusual issue. The project has a ConfigurationPropertiesBinding that checks S...

SpringBoot Provide mappings and ExtractingResponseErrorHandler configuration for ErrorAttributes responses

The new ExtractingResponseErrorHandler is a huge help when configuring RestTemplate to handle the standard error attribu...

SpringBoot Move .applyTo methods from Properties

We've got a few properties classes (like RepositoryRestProperties) that have an applyTo method. If we manage to move to ...

SpringBoot Add null-safety annotations on Spring Boot APIs

Like Spring Data did, it would be nice for both Java and Kotlin developers to leverage in Spring Boot 2 null-safety anno...

SpringBoot Provide a configuration validation mechanism

It would be nice if Spring Boot had a specific flag that would turn on extensive configuration validation, something sim...

SpringBoot Management endpoint Tomcat connector picks up general server properties

It appears that the management port connector is using the same settings as the regular one (usually 8080). We found thi...

SpringBoot Optimize startup time: Make Actuator features lazy

If the Actuator context and all its features were only available after the app had finished starting up and was ready to...

SpringBoot Use ResourceLoader when rendering asset links in thymeleaf error pages

I'm using thymeleaf as template language for our error pages. Unfortunately when rendering links to our assets e.g. @{/c...

SpringBoot Update auto-configuration report OnClass with the source jar

It would be helpful if @ConditionalOnClass reporting also included the source jar.Comment From: snicollOK but if we do t...

SpringBoot Track DevTools' auto-configuration delta across JVM restarts

Talking with someone at SpringOne about the problems with telling what auto-configuration is doing and we had the idea o...

SpringBoot Actuator with management.port takes the same WebMvcConfigurerAdapter

The WebMvcConfigurerAdapter will be executed methods twice (addViewControllers, addResourceHandlers) if you use manageme...

SpringBoot Improve documentation showing how to use two different databases

It would be nice to get a working example, how to use and configure two databases in spring boot. The documentation says...
上一页 下一页
.