Nineya
Home
Blog
springboot Enable Reactor Scheduler Metrics By Default
2025-01-06 08:46:32
601
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
2025-01-06 08:46:25
1611
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
2025-01-06 08:46:19
364
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
2025-01-06 08:46:13
1123
MongoDB 4 provides transactions, but requires replica sets. Therefore, the clearly arranged properties database, host, u...
springboot Cassandra health indicator never report version attribute
2025-01-06 08:46:06
38
Forward port of issue #20719 to 2.2.7.
springboot JsonParserFactory Should Look For JSON-P First
2025-01-06 08:45:59
1357
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
2025-01-06 08:45:53
5774
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
2025-01-06 08:45:46
2144
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
2025-01-06 08:45:40
41
Forward port of issue #20713 to 2.3.0.M4.
springboot ReactiveCassandraHealthIndicator runs a query that fails on some Consistency Levels
2025-01-06 08:45:33
38
Forward port of issue #20713 to 2.2.7.
springboot ReactiveCassandraHealthIndicator runs a query that fails on some Consistency Levels
2025-01-06 08:45:27
84
See https://github.com/spring-projects/spring-boot/pull/20709#issuecomment-605461762
springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels
2025-01-06 08:45:21
41
Forward port of issue #20709 to 2.3.0.M4.
springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels
2025-01-06 08:45:15
38
Forward port of issue #20709 to 2.2.7.
springboot CassandraHealthIndicator runs a query that fails on some Consistency Levels
2025-01-06 08:45:09
4829
My team has recently decided to move from a default READ consistency level of LOCAL_QUORUM to THREE. After this change, ...
springboot Fix typos
2025-01-06 08:45:02
1063
Hi,this PR fixes a couple of typos. I should note that the particular sentence in spring-boot-features still doesn't mak...
springboot Kotlin classes are missing from source JARs
2025-01-06 08:44:56
1199
Kotlin classes are not present in Spring Boot source JARs.For example, there is no org/springframework/boot/SpringApplic...
springboot Enhance bomr to handle Kotlin version upgrades
2025-01-06 08:44:49
801
The version is defined in gradle.properties as it's used in multiple places. This causes bomr to fail:> Task :spring-...
springboot Add property to transparently migrate deprecated endoint IDs
2025-01-06 08:44:43
3290
Currently Spring Cloud have a number of endpoints that use a legacy name (for example hystrix.stream). They would like t...
springboot SpringBootTest Incompatible with JUnit 5.6.x ?
2025-01-06 08:44:37
3326
Using Spring Boot 2.2.6.RELEASE, and without any other changes to my project, I upgraded JUnit dependency to 5.6.1. Aft...
springboot @BasePathAwareController with jackson-dataformat-xml returns 406
2025-01-06 08:44:30
3652
spring: datasource: username: *** password: *** url: jdbc:postgresql://localhost:5432/*** data: rest: ...
上一页
下一页
1
…
2081
2082
2083
2084
2085
…
2127
.