springboot @JsonValue cannot be placed on property

@Data@Accessors(chain = true)public class BookPowerEntity { private BookAggregateRootStatusEnum bookAggregateRootStat...

springboot Expose version infos in actuator prometheus endpoint

Actuator endpoints incldue one for getting application status (/actuator/info) and another to get applicative metrics (/...

springboot jib build container doesn't start with 2.2.6

using jib when building with 2.2.6 the container won't come up without any error the java process just jumps the gun and...

springboot Upgrade log4j version in spring-boot-starter-log4j2

The current version of log4j (as of 2.2.6) is 2.12.1.We would need to bump it to 2.13.1 regarding this issue: https://is...

springboot o.s.b.diagnostics.FailureAnalyzers - Failed to load org.springframework.boot.autoconfigure.jdbc.HikariDriverConfigurationFailureAnalyzer

Attach here the trace log for this.Simple spring boot application that does nothing for now failed due to jdbc connectio...

springboot Developers in China need to do this

Developers in China need to replace the central warehouse withmaven{ url 'http://maven.aliyun.com/nexus/content/groups/p...

springboot Enable Reactor Scheduler Metrics By Default

Project reactor provides an api to expose metrics from it's internal schedulers. These metrics are very useful and I can...

springboot Use DOCKER_ env vars to locate the Docker daemon when building OCI images

I'm running Docker from minikube (and also tried a remote docker machine).The docker daemon endpoint and cert are config...

springboot Clarify that spring.datasource.hikari.* properties are bound to a HikariDataSource instance

The documentation lists all of the third-party properties that can be bound, but simply described them as being "Hikari ...

springboot Add a property for MongoDB replica set name

MongoDB 4 provides transactions, but requires replica sets. Therefore, the clearly arranged properties database, host, u...

springboot Cassandra health indicator never report version attribute

Forward port of issue #20719 to 2.2.7.

springboot JsonParserFactory Should Look For JSON-P First

There is the class JsonParserFactory which tries to find a Json parser on the classpath. I think the first parser that i...

springboot Drop support for Ehcache 2.x

Managed dependency removal because of security issues.The direct managed dependency of net.sf.ehcache:ehcache:2.10.6 is ...

springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels

The system keyspace has a replication factor of 1 and is local to each node; it is therefore recommended to query system...

springboot ReactiveCassandraHealthIndicator runs a query that fails on some Consistency Levels

Forward port of issue #20713 to 2.3.0.M4.

springboot ReactiveCassandraHealthIndicator runs a query that fails on some Consistency Levels

Forward port of issue #20713 to 2.2.7.

springboot ReactiveCassandraHealthIndicator runs a query that fails on some Consistency Levels

See https://github.com/spring-projects/spring-boot/pull/20709#issuecomment-605461762

springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels

Forward port of issue #20709 to 2.3.0.M4.

springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels

Forward port of issue #20709 to 2.2.7.

springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels

My team has recently decided to move from a default READ consistency level of LOCAL_QUORUM to THREE. After this change, ...
上一页 下一页
.