SpringBoot Expand English contractions from the documentation

(won't -> will not, it's -> it is, and so on)This patch is a step forward for the issue #27895 Comment From: snico...

SpringBoot Web MVC metrics may have the wrong status when a filter throws an exception other than NestedServletException

Hi, I have a question, this might be a bug or maybe I don't know sth.My question concerns these lines from WebMvcMetrics...

SpringBoot Upgrade to Oracle Database 21.3.0.0

Comment From: wilkinsonaThis version deprecated getPassword() on PooledDataSource which affects our DataSourceBuilder. T...

SpringBoot AspectJ + devtools restart: java.lang.LinkageError attempted duplicate class definition

Using Spring Boot 2.4.4 with AspectJ 1.9.6 runtime weaving.During triggered devtools restart, I get a bunch of errors li...

SpringBoot Provide a configuration property for Elasticsearch path prefix

As of Spring Boot 2.4.2, with spring-data if the ES server is behind a reverse proxy with a prefix, there's no way to us...

SpringBoot Consolidate common Elasticsearch configuration properties

If imperative Spring Data Elasticsearch is being used and Spring Boot WebFlux starter happens to exist only for WebClien...

SpringBoot spring.codec.max-in-memory-size not used by server

We are setting spring.codec.max-in-memory-size and we expect (based on the documentation) that it will change the max po...

SpringBoot Spring boot trying to subclass @ConfigurationProperties records

Spring boot version: 2.6.0-M2I have the following record:@ConfigurationProperties(prefix = "foo.bar")public re...

SpringBoot Upgrade to Spring Data 2021.0.5

Comment From: mp911deProject Dependencies Spring Data 2021.0.5Cassandra Driver (com.datastax.oss:java-driver-bom): 4.11....

SpringBoot Upgrade to Spring Data 2020.0.13

Comment From: mp911deProject Dependencies Spring Data 2020.0.13Cassandra Driver (com.datastax.oss:java-driver-bom): 4.9....

SpringBoot Allow ApplicationStartup to be set in SpringBootTest

Problem:I want to measure application & bean startup time as a part of test suiteSource of the problem:SpringBootTes...

SpringBoot Allow more control over property overriding for profile-specific files

We have dev, int, and prod environments with matching profiles. These environments share a lot of the same configuration...

SpringBoot Improvement: Split logging exception conversion word for file and console

IN CONTEXT:https://github.com/spring-projects/spring-boot/blob/2d89a8253cf4fc23dee831256a75730fcbba68d9/spring-boot-proj...

SpringBoot log health status (and description) if status != UP

It is important to not only know that a service is unhealthy, but also why it is (which health check, description). Unfo...

SpringBoot Upgrade to Spring Data 2021.1.0-M3

Comment From: mp911deProject Dependencies Spring Data 2021.1.0-M3Cassandra Driver (com.datastax.oss:java-driver-bom): 4....

SpringBoot Spring Boot 2.4.5 -> 2.5.4 - Issue with profiles from PropertySource

I'm working on a project that is currently setup to pull the spring.profiles.active from an @PropertySource using a file...

SpringBoot Polish property mapping in ReactiveElasticsearchRestClientAutoConfiguration

There's a method named configureTimeouts that configures timeouts and basic auth credentials. It could also be making us...

SpringBoot spring-boot-configuration-processor cannot generate metadata for nested class

When I have following class defined in project@ConfigurationProperties(DUBBO_PREFIX)public class DubboConfigurationPrope...

SpringBoot Expose default value for imageName in bootBuildImage task

When combining the Spring Boot Gradle plugin's bootBuildImage task with other Docker-related plugin tasks, it is conveni...

SpringBoot Auto-Configure Kafka CommonErrorHandler

ErrorHandler/BatchErrorHandler will be deprecated in a future releasein favor of CommonErrorHandler. Currently, the lega...
上一页 下一页
.