Nineya
Home
Blog
SpringBoot spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration
2025-01-06 22:27:56
4093
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
2025-01-06 22:27:50
2438
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
2025-01-06 22:27:42
297
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
2025-01-06 22:27:36
3497
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
2025-01-06 22:27:29
742
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
2025-01-06 22:27:23
218
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
2025-01-06 22:27:17
2189
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.
2025-01-06 22:27:04
1310
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
2025-01-06 22:26:58
137
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
2025-01-06 22:26:50
519
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
2025-01-06 22:26:40
243
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
2025-01-06 22:26:33
590
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
2025-01-06 22:26:27
13486
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
2025-01-06 22:26:20
2521
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
2025-01-06 22:26:12
1716
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
2025-01-06 22:26:06
523
The spring-boot module contains DataSourceBuilder for JDBC but the equivalent class for R2DBC, ConnectionFactoryBuilder,...
SpringBoot JOOQ: Missing exception message when transaction is aborted
2025-01-06 22:25:58
6758
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
2025-01-06 22:25:51
10860
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
2025-01-06 22:25:45
199
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
2025-01-06 22:25:37
520
Comment From: mp911deProject Dependencies Spring Data 2021.0.0-M5Cassandra Driver (com.datastax.oss:java-driver-core): 4...
上一页
下一页
1
…
2058
2059
2060
2061
2062
…
2246
.