Nineya
Home
Blog
SpringBoot Allow @ConstructorBinding to be optional
2025-01-07 02:41:03
4992
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
2025-01-07 02:40:59
12666
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
2025-01-07 02:40:52
1120
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
2025-01-07 02:40:48
25931
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?
2025-01-07 02:40:44
768
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
2025-01-07 02:40:40
2226
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
2025-01-07 02:40:37
148
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
2025-01-07 02:40:33
148
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
2025-01-07 02:40:30
148
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
2025-01-07 02:40:27
148
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
2025-01-07 02:40:23
3969
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
2025-01-07 02:40:19
84
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
2025-01-07 02:40:11
1827
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
2025-01-07 02:40:06
141
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
2025-01-07 02:40:03
1244
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
2025-01-07 02:39:58
719
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
2025-01-07 02:39:55
1608
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
2025-01-07 02:39:49
2604
@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
2025-01-07 02:39:45
923
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
2025-01-07 02:39:42
1304
Thanks for merging #29932! Configuring Spring Security can be a challenge for beginners, and I think the added paragraph...
上一页
下一页
1
…
1952
1953
1954
1955
1956
…
2246
.