Nineya
Home
Blog
SpringBoot Use loop variable ApplicationContext to determine all Liquibase beans
2025-01-06 18:14:26
337
https://github.com/spring-projects/spring-boot/blob/d2926e02222f942948637bd5bb6972379eb094c8/spring-boot-project/spring-...
SpringBoot Conditional documents in profile specific file are not loaded consistently
2025-01-06 18:14:19
6166
I've following problem.I've an instance with following active profiles: dev, test, fooand apllication-test.yaml file---m...
SpringBoot Document how to use Gradle's native bom support as an alternative to the dependency management plugin
2025-01-06 18:14:12
1029
After watching Managing Dependencies for Spring Projects with Gradle by Jenn Strater and Andy Wilkinson talk. I started...
SpringBoot Document how to opt back in to DataSource auto-configuration when using R2DBC
2025-01-06 18:14:05
7585
After upgrading out application from Spring Boot 2.2.8 to 2.3.0 (2.3.1 also fails) we are now getting the following erro...
SpringBoot Some tests fail in a non-clean build after the project's version is changed
2025-01-06 18:13:57
1219
We end up with two binaries and some of the tests only expect one. For example:java.lang.AssertionError: Expected size:&...
SpringBoot uestions about spring data Solr
2025-01-06 18:13:51
667
Recently, I used spring-data-Solr,I like it very much。There is a scenario where I don't know how to write java code.I us...
SpringBoot > This solution was therefore not suitable for me, but I understand this is consequence of the core design of spring boot, and nothing can be done easily.
2025-01-06 18:13:40
4579
This solution was therefore not suitable for me, but I understand this is consequence of the core design of spring boot,...
SpringBoot Clarify documentation on use of @AutoConfigureRestDocs with WebTestClient
2025-01-06 18:13:32
2582
In Spring Boot 2.1.3, the RestDocsWebTestClientConfiguration class is annotated with @ConditionalOnWebApplication(type =...
SpringBoot Inconsistent logging with Netty SSL failures
2025-01-06 18:13:26
11484
When working on #19197 running against 2.1.10.RELEASE I noticed...Netty logs basic handshake failures from the client wh...
SpringBoot @Validated does not work with @ConstructorBinding on a Kotlin data class
2025-01-06 18:13:19
1473
This works:@Validated@ConfigurationProperties("com.google.x")class MyProperties { @URL lateinit var url:...
SpringBoot Switch Neo4j health checks to the new Neo4j driver
2025-01-06 18:13:12
542
This commit replaces the Neo4j-OGM based health checks and metricswith new ones based on the Neo4j Java driver.This PR c...
SpringBoot Allow DurationFormat and PeriodFormat to be used on parameters
2025-01-06 18:13:05
168
We updated @DurationUnit in 2.4 to allow it to work with constructor binding, but we missed the *Format annotations.Comm...
SpringBoot Document that constructor binding does not support @DurationUnit and @DataSizeUnit
2025-01-06 18:12:58
1871
According to this documentation, I should be able to use @DurationUnit to change the default unit when converting a dura...
SpringBoot Redis repository returns empty object instead of Optional.Empty()
2025-01-06 18:12:51
2086
Our redis cache starts returning empty objects (object created with no arg constructor) instead Optional.empty()Steps to...
SpringBoot Upgrade Java 15 version in CI image
2025-01-06 18:12:44
147
https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk15-2020-07-28-23-03/OpenJDK15-jdk_x64_linux_hots...
SpringBoot It is suggested that the key of EnableAutoConfiguration in spring.factories can be sorted
2025-01-06 18:12:37
1561
https://github.com/spring-projects/spring-boot/blob/2642b040732de02e0e4ae88d2f16df902bc6226f/spring-boot-project/spring-...
SpringBoot Upgrade to Gradle Enterprise Maven Extension 1.6
2025-01-06 18:12:29
141
Release notes here:https://docs.gradle.com/enterprise/maven-extension/#release_historyComment From: wilkinsonaThanks ver...
SpringBoot Update CI PR pipeline to continue on failure
2025-01-06 18:12:21
212
PR failures currently fail early if there are formatting or checkstyle issues. It would be nice if the user could see ev...
SpringBoot Increase the heap size for Maven builds
2025-01-06 18:12:15
210
The overhead of build scans seems to have brought us right to the limit of the Maven JVM's heap. As a result, builds are...
SpringBoot Replaced HashMap with ConcurrentHashMap
2025-01-06 18:12:09
620
Comment From: wilkinsonaThanks for the proposal, but there's no need for the map to be a ConcurrentHashMap as it is neve...
上一页
下一页
1
…
2134
2135
2136
2137
2138
…
2246
.