SpringBoot Allow @ConstructorBinding to be optional

Currently ConfigurationPropertiesBindConstructorProvider requires that @ConstructorBinding be used to indicate that a @C...

SpringBoot No transaction is in progress after spring boot upgrade to 2.6.2

Upgraded the spring boot from 2.1.2.RELEASE to 2.6.2. Upgraded hibernate and hazelcast also as per spring boot doc. This...

SpringBoot Upgrade to Micrometer 1.9.0-M4

Micrometer 1.9.0-M4 duplicates the binders in a separate module namedmicrometer-binders, and marks the binders in the co...

SpringBoot Add support for cache2k in memory caching

cache2k is a highly efficient in memory cache with low memory overhead and high throughput.Cache2k outperforms all other...

SpringBoot how not generate springboot-start.log?

Spring Boot 2.4.8:<springProperty scop="context" name="eros_log_path" source="eros.log.path" defaultValue="/logs/test...

SpringBoot Upgrade registry-image-resource in CI pipelines to 1.5.0

We've recently experienced hangs when extracting a CI image:goroutine 1 [semacquire, 5 minutes]:sync.runtime_Semacquire(...

SpringBoot Upgrade Java 18 version in CI image

https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-17-09-00-beta/OpenJDK18-jdk_x64_linux_hot...

SpringBoot Upgrade Java 18 version in CI image

https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-17-09-00-beta/OpenJDK18-jdk_x64_linux_hot...

SpringBoot Upgrade Java 18 version in CI image

https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-17-09-00-beta/OpenJDK18-jdk_x64_linux_hot...

SpringBoot Upgrade Java 18 version in CI image

https://github.com/adoptium/temurin18-binaries/releases/download/jdk18-2022-03-17-09-00-beta/OpenJDK18-jdk_x64_linux_hot...

SpringBoot Allow spring.data.mongodb.uri to override separate host, port, etc properties

When using Testcontainers, access to the Mongo instance in the container is available via a URL which is applied using a...

SpringBoot Add Apache Kafka to the description of the Messaging section

Apache Kafka is in the Messaging chapter, but that is not obvious from the main ToC:

SpringBoot ConfigurationPropertyName#equals is not symmetric when adapt has removed trailing characters from an element

Use ConfigurationPropertyName#adapt method to create two ConfigurationPropertyName, a equals to b but b not equals to ab...

SpringBoot Upgrade to Spring Batch 5.0.0-M2

Comment From: snicollWe can't really switch to snapshot at this time as the latest snapshot isn't building against the l...

SpringBoot Thymeleaf auto-configuration in a reactive application can fail due to duplicate templateEngine beans

ThymeleafAutoConfiguration has two inner-classes that define beans named templateEngine:https://github.com/spring-projec...

SpringBoot Default value of spring.thymeleaf.reactive.media-types is not documented

Comment From: snicollThis property does not have a default value AFAICS. Did you mean spring.thymeleaf.servlet.content-t...

SpringBoot Reproducible build for spring-boot-maven-plugin:build-info

In order to make maven build will be reproducible we use property project.build.outputTimestamp in maven project.So spri...

SpringBoot Clarify type matching that is performed when using @MockBean and @SpyBean

@MockBean document statesAny existing single bean of the same type defined in the context will be replaced by the mock.H...

SpringBoot Align indices options of auto-configured ReactiveElasticsearchTemplate with Spring Data Elasticsearch's default

See https://github.com/spring-projects/spring-boot/issues/30096 for background.Our auto-configured ReactiveElasticsearch...

SpringBoot Fix links to Spring Security Reference Guide in Accessing the H2 Console in a Secured Application

Thanks for merging #29932! Configuring Spring Security can be a challenge for beginners, and I think the added paragraph...
上一页 下一页
.