Nineya
Home
Blog
springboot Clarify the type to which connection-pool-specific spring.datasource properties are bound
2025-01-06 08:48:02
541
For issue: #20688, Minor change to description of Hikari Datasource properties in documentationFixes gh-20688Comment Fro...
springboot Clarify the type to which connection-pool-specific spring.datasource properties are bound
2025-01-06 08:47:55
41
Forward port of issue #20727 to 2.3.0.M4.
springboot Remove requirement for the disk space health indicator's path to exist when the app starts
2025-01-06 08:47:49
5515
ProblemWhen the path referenced by management.health.diskspace.path does not exist before a Spring Boot application with...
springboot Liquibase should be able to execute with only spring-jdbc on the classpath
2025-01-06 08:47:42
10585
Spring Boot version: 2.3.0.M3I have created a small project to test r2dbc work with spring boot:https://github.com/xp-v...
springboot Polish GroovyTemplateAutoConfiguration
2025-01-06 08:47:36
41
Forward port of issue #20708 to 2.3.0.M4.
springboot Polish GroovyTemplateAutoConfiguration
2025-01-06 08:47:30
158
Hi,I just found an unused parameter in the GroovyMarkupConfiguration constructor that this PR removes + some doc polish...
springboot Use @DynamicPropertySource for Neo4J and Redis data tests
2025-01-06 08:47:24
455
Hi,the new @DynamicPropertySource simplifies some tests a bit. I don't claim to have looked at every test in the project...
springboot Use @DynamicPropertySource for Neo4J and Redis data tests
2025-01-06 08:47:17
41
Forward port of issue #20676 to 2.3.0.M4.
springboot @JsonValue cannot be placed on property
2025-01-06 08:47:11
4714
@Data@Accessors(chain = true)public class BookPowerEntity { private BookAggregateRootStatusEnum bookAggregateRootStat...
springboot Expose version infos in actuator prometheus endpoint
2025-01-06 08:47:05
2874
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
2025-01-06 08:46:58
7470
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
2025-01-06 08:46:52
602
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
2025-01-06 08:46:45
9836
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
2025-01-06 08:46:38
387
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
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...
上一页
下一页
1
…
2195
2196
2197
2198
2199
…
2242
.