SpringBoot spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration

If specify a finalName in my pom.xml file and then try to run spring-boot:build-image it hangs.I suspect I may need to c...

SpringBoot Raise the minimum supported version of Gradle to 6.x

Support for Gradle 5.6 has been deprecated since 2.3 so we should drop it in 2.5. Until Gradle 7 is released we should c...

SpringBoot Consider if we want origin support for spring.config.location

We can easily add origin support ConfigDataEnvironment by plugging in ConfigDataLocationBindHandler to bindLocations(). ...

SpringBoot Debug logging from StandardServletEnvironment is output when we use logback-spring.xml instead of logback.xml

Spring boot version - 2.2.8.RELEASEMaybe it is related with issue 13736"Debug logging from StandardServletEnvironment is...

SpringBoot Breaking change in Spring Boot 2.5.0-M1..M3 related to spring-data-common

Based on the upgrade to Spring Boot 2.5.0-M2 and 2.5.0-M3 we are testing (upgrading from 2.4.3) we realized there is a b...

SpringBoot Allow actuator endpoints to inject an enum indicating what to produce

In order to implement #25564 we need some actuator updates that will allow us to inject an enum that tells us what to pr...

SpringBoot Support OpenMetrics text format in Prometheus Actuator endpoint

OpenMetrics has been finalized and the Prometheus Java client supports the OpenMetrics data model and text scrape format...

SpringBoot migrating from 1.5.22springboot to 2.0.9 version.

I am using import org.springframework.integration.dsl.support.Consumer; class in my project as i am migrating to 2.0.9 a...

SpringBoot Polish HTTP client metrics documentation wording

The current wording sounded odd to me, so I'm proposing wording I thought was more natural.Comment From: snicollGood cat...

SpringBoot Upgrade to Tomcat Tomcat for 2.3.x

Hello Spring Boot MaintainersAs the title, I know that you have a semi-automated process to upgrade dependencies, but in...

SpringBoot Upgrade to Micrometer 1.7.0-M1

Micrometer's new milestone release is out (1.7.0-M1), this PR upgrades Micrometer (preparing for Boot 2.5.0) and contain...

SpringBoot Support sending metrics to InfluxDB v2

Micrometer 1.7.0-M1 adds support for InfluxDB v2 in addition to the existing support for InfluxDB v1. Some concepts have...

SpringBoot When creating an initialization-specific DataSource, Flyway, Liquibase and our script-based auto-configuration all incorrectly assume that the primary DataSource will always have been derived from DataSourceProperties

If a user defines their own DataSource bean and configures flyway.user, FlywayAutoConfiguration will create a DataSource...

SpringBoot @ConfigurationProperties with Kotlin's delegate pattern cannot be bind

When I create configuration properties with kotlin delegation pattern cannot be bind as bean.Properties code@Constructor...

SpringBoot If at least one couchbase node is connected to the cluster, couchbase is in up the health indicator

In the couchbase java sdk documentation, the cluster state diagnostic is specified as degraded when at least one node is...

SpringBoot Move R2DBC ConnectionFactoryBuilder and associated classes into spring-boot

The spring-boot module contains DataSourceBuilder for JDBC but the equivalent class for R2DBC, ConnectionFactoryBuilder,...

SpringBoot JOOQ: Missing exception message when transaction is aborted

Expected behaviorLog contains message current transaction is aborted, commands ignored until end of transaction block.Ac...

SpringBoot Third party libraries using Prometheus do not contribute to the Spring Boot metrics

Third party libraries using Prometheus are advised by the Prometheus docs to "use the default CollectorRegistry". I thin...

SpringBoot Description of management.metrics.export.influx.db is wrong

The description of the db property for influx states:Tag that will be mapped to "host" when shipping metrics to Influx.U...

SpringBoot Upgrade to Spring Data 2021.0.0-M5

Comment From: mp911deProject Dependencies Spring Data 2021.0.0-M5Cassandra Driver (com.datastax.oss:java-driver-core): 4...
上一页 下一页
.