SpringBoot spring-data-redis opsForStream missing xtrim [~] support

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

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

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

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

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

The authors are currently listed in multiple places:index.htmladoc, index.htmlsingleadoc, and spring-boot-reference.pdfa...

SpringBoot Document how to use MongoClientSettingsBuilderCustomizer

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

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

mybatis.mapperLocations= classpath*:mapper/*.xmlmybatis.defaultStatementTimeoutInSecond= 5mybatis.mapUnderscoreToCamelCa...

SpringBoot RoutingDataSourceHealthIndicator shows unknown

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

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

UndertowWebServerFactoryCustomizer can map properties from:- server.undertow.options.server.*- server.undertow.options.s...

SpringBoot WebMvcTest and WebFluxTest do not include Jackson Module beans

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

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

The file is under src/main/resources/exampleFolder/exampleFile.extension File database = new File(getClass().getClassLoa...

SpringBoot Upgrade to Tomcat 9.0.37

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

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

Spring Boot : 2.3.1.RELEASEdemo.zipCouchbaseCacheConfiguration, CouchbaseClientFactoryDependentConfiguration, CouchbaseR...

SpringBoot Add support for easily disabling metrics export

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.

"To force log archive cleanup on application startup, use the logging.file.clean-history-on-start property.""logging.fil...
上一页 下一页
.