SpringBoot Remove AnsiColors

It was added as part of image banner support and image banner support was removed in 3.0.0-M2. AnsiColors should have be...

SpringBoot Optimize the conversion of AnsiColor

The original AnsiColors class does not contain the processing of AnsiBackground and Ansi8BitColor.background(xxx), this ...

SpringBoot CapturedOutputExtension with Log4j?

According to this article https://www.codebyamir.com/blog/testing-log-statements-in-spring-boot, it's possible to assert...

SpringBoot Add socketKeepAlive configuration property for Elasticsearch

Keepalive property for the connection between client and elasticsearch should be considered as configurable. Futher more...

SpringBoot Update SnakeYAML to address CVE-2022-25857

Update SnakeYAML to address CVE-2022-25857Comment From: pivotal-cla@LoganDev99 Please sign the Contributor License Agree...

SpringBoot Spring boot profile group not picking the properties file

I have application-database.yml, application-sql.yml. Tried running using -Dspring.profiles.active=local but properties ...

SpringBoot YML configuration error does not show up in configured log files

This is a follow up for @GeorgeBarbosa comment on this https://github.com/spring-projects/spring-boot/issues/10470Proble...

SpringBoot Clarify documentation on disabling web client request metrics

Spring Boot configures http clients (resttemplate & webclient) by default to gather metrics using micrometer.We use ...

SpringBoot Remove ANTLR 2 dependency management

Dependency management for ANTLR 2 is introduced in #2814 to solve conflicts of Hibernate and Velocity.However, it is unn...

SpringBoot Spring Boot Maven plugin (post-integration-test) not stopping process using JMX

This is regarding spring-boot-maven-plugin.I create this issue because I notice an odd behaviour when I try to run mvn v...

SpringBoot Kotlin sample is missing for constructor binding

The second example in https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#features.external-c...

SpringBoot How to load sub yml config file use spring.profiles.group property?

Spring-Boot Version: 2.4.0When migrate from spring.profiles.include to spring.profiles.group, Spring-Boot no longer load...

SpringBoot Provide a way to completely disable Actuator with property

Some of our company's Spring Boot 2.x apps would have their tests fail due to some Mockito issues. My colleague suggeste...

SpringBoot ConstructorBinding should allow Target ElementType.TYPE

ConstructorBinding in version 3.0.0-M4 will not allow ElementType.TYPE, it's caused an issue when using kotlin data clas...

SpringBoot Add example Conditions Report for reference

Right now there is no example for Conditions Report in the documentation. I believe it will help the reader to see an ex...

SpringBoot Enhancement Request - Allow @Bean to create managed Beans within Maps

I am trying to create multiple beans of the same type using properties.yml and Properties classes annotated with @Config...

SpringBoot gradle docker buildBootImage hangs for a bit around 88%

I see a lot of2022-08-26T16:03:11.843-0400 [DEBUG] [org.gradle.cache.internal.DefaultFileLockManager] Releasing lock on ...

SpringBoot Incompatible versions of Spring Boot and Apache Camel

We have an issue after upgrading version of apache camel to the latest one (3.18.1). We use 2.7.1 version of spring boot...

SpringBoot gradle "--dependency-verification off" is not respected

We have to build artifacts from source code, including the dependencies. I am trying to build from tag 2.5.14.For exampl...

SpringBoot Make health show-details and show-components technology specific

Currently management.endpoint.health.show-components and management.endpoint.health.show-details aren't applied to JMX e...
上一页 下一页
.