Nineya
Home
Blog
SpringBoot spring-data-redis opsForStream missing xtrim [~] support
2025-01-06 18:09:30
690
It is possible to give the command in the following special form in order to make it more efficient:XTRIM mystream MAXLE...
SpringBoot Link to App Engine Standard sample not working
2025-01-06 18:09:21
484
Hi,while going through the docs I noticed that the Google Cloud documentation has a broken link:Follow these steps to de...
SpringBoot Add auto-configuration for Neo4j driver
2025-01-06 18:09:15
1976
This commit adds the support for creating a managed instance of the Neo4j Java driver.The low-level support for Neo4j is...
SpringBoot UT error with mockito in spring-boot 2.3.2
2025-01-06 18:09:08
5116
Hello,I got the following error in UT randomly. But the UT is working in 2.3.1 and 2.3.0java.lang.IllegalAccessError: tr...
SpringBoot Improve documentation about swapping one technical starter for another
2025-01-06 18:09:00
7816
I'm new to Spring Boot.I created an application with https://start.spring.io/, using Gradle, Java 11, Spring Boot 2.2.5....
SpringBoot Maintain the list of reference documentation authors in a single place
2025-01-06 18:08:51
789
The authors are currently listed in multiple places:index.htmladoc, index.htmlsingleadoc, and spring-boot-reference.pdfa...
SpringBoot Document how to use MongoClientSettingsBuilderCustomizer
2025-01-06 18:08:44
150
We should add something to the reference documentation about MongoClientSettingsBuilderCustomizer. We don't appear to me...
SpringBoot Document the need for configuration files to have a file extension
2025-01-06 18:08:36
1216
Not reading properties for property file passed by -Dspring.config.location=<property file>, where <property fi...
SpringBoot Setting ignoreInvalidFields=true on @ConfigurationProperties causes unknown fields to be ignored as well
2025-01-06 18:08:30
2682
mybatis.mapperLocations= classpath*:mapper/*.xmlmybatis.defaultStatementTimeoutInSecond= 5mybatis.mapUnderscoreToCamelCa...
SpringBoot RoutingDataSourceHealthIndicator shows unknown
2025-01-06 18:08:22
956
When I use a dynamic data source, the DataSourceHealthContributorAutoConfiguration class does not meet my requirements. ...
SpringBoot Background preinitialisation may cause Jackson2ObjectMapperBuilder's Kotlin detection warning to be silently dropped
2025-01-06 18:08:13
4990
Hi,I'm not sure when it started to happen, maybe even before 2.3.0, but it's easily reproduced with a minimal spring-boo...
SpringBoot UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions
2025-01-06 18:08:05
837
UndertowWebServerFactoryCustomizer can map properties from:- server.undertow.options.server.*- server.undertow.options.s...
SpringBoot WebMvcTest and WebFluxTest do not include Jackson Module beans
2025-01-06 18:07:57
770
The @JsonTest annotation automatically includes beans of type com.fasterxml.jackson.databind.Module.So you can test that...
SpringBoot Add generated-snippets as output to test goal
2025-01-06 18:07:49
488
The generated snippets were not declared as an output to the spring-boot-actuator-autoconfigure test goal so when the te...
SpringBoot java.io.FileNotFoundException when running the packaged JAR but working fine in Eclipse IDE
2025-01-06 18:07:42
3617
The file is under src/main/resources/exampleFolder/exampleFile.extension File database = new File(getClass().getClassLoa...
SpringBoot Upgrade to Tomcat 9.0.37
2025-01-06 18:07:35
533
Comment From: VagesWill this same upgrade be avaliable i some 2.3.x-version?Comment From: snicoll@vages we haven't ran d...
SpringBoot Problem with DataSourceHealthIndicator can't check the connection to db
2025-01-06 18:07:29
26201
I got an issue with health check db, when its try to validate I have this stacktrace 2019-11-15 15:38:16.235 WARN 1 — [h...
SpringBoot CouchbaseCacheConfiguration is not ordered properly
2025-01-06 18:07:21
52491
Spring Boot : 2.3.1.RELEASEdemo.zipCouchbaseCacheConfiguration, CouchbaseClientFactoryDependentConfiguration, CouchbaseR...
SpringBoot Add support for easily disabling metrics export
2025-01-06 18:07:15
9336
Add global metrics exporter disable property; set during tests with ability to override via @AutoConfigureMetrics.Closes...
SpringBoot Clarify logging.file.clean-history-on-start documentation.
2025-01-06 18:07:08
1830
"To force log archive cleanup on application startup, use the logging.file.clean-history-on-start property.""logging.fil...
上一页
下一页
1
…
2136
2137
2138
2139
2140
…
2246
.