Nineya
Home
Blog
SpringBoot Support enable/disabling SSL client authentication on the management port without overriding SSL parameters
2025-01-07 03:47:24
2843
Continuing discussion from #14985, I would like to continue discussion and agree on the solution.CURRENT IMPLEMENTATIONM...
SpringBoot Investigate access log to logging system
2025-01-07 03:47:21
270
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
2025-01-07 03:47:19
1731
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
2025-01-07 03:47:14
452
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
2025-01-07 03:47:13
3884
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
2025-01-07 03:47:10
2620
SpringConfigurationPropertySource.DelegatingPropertyMapper.callMappers() is showing up in Flight Recorder as a source of...
SpringBoot Reduce GC pressure of ConditionMessage creation
2025-01-07 03:47:07
676
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
2025-01-07 03:47:05
3541
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
2025-01-07 03:47:02
7576
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
2025-01-07 03:46:59
684
The new ExtractingResponseErrorHandler is a huge help when configuring RestTemplate to handle the standard error attribu...
SpringBoot Move .applyTo methods from Properties
2025-01-07 03:46:57
1582
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
2025-01-07 03:46:55
1657
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
2025-01-07 03:46:52
2388
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
2025-01-07 03:46:50
3063
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
2025-01-07 03:46:47
339
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
2025-01-07 03:46:45
4194
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
2025-01-07 03:46:43
304
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
2025-01-07 03:46:40
920
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
2025-01-07 03:46:37
6319
The WebMvcConfigurerAdapter will be executed methods twice (addViewControllers, addResourceHandlers) if you use manageme...
SpringBoot Improve documentation showing how to use two different databases
2025-01-07 03:46:34
4743
It would be nice to get a working example, how to use and configure two databases in spring boot. The documentation says...
上一页
下一页
1
…
1907
1908
1909
1910
1911
…
2246
.