Nineya
Home
Blog
SpringBoot Disable ContextCustomizer implementations that only impacts the BeanRegistry in an AOT-optimized context
2025-01-07 03:58:01
2658
Running a WebMvcTest in a native image fails with Failures (1): JUnit Jupiter:DemoControllerTests ClassSource [class...
SpringBoot Missing hints for WebMvcTypeExcludeFilter
2025-01-07 03:57:58
2018
Trying to run a WebMvcTest in a native image leads to:Failures (1): JUnit Jupiter:DemoControllerTests ClassSource [c...
SpringBoot Upgrade to Spring AMQP 3.0.0-M4
2025-01-07 03:57:55
211
@garyrussell, in support of this can you please:Schedule AMQP's 3.0.0-M4 releaseUpgrade to Micrometer 1.10.0-M3Upgrade t...
SpringBoot Upgrade to Spring Data 2021.2.3
2025-01-07 03:57:50
688
Comment From: mp911deProject Dependencies Spring Data 2021.2.3Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....
SpringBoot Upgrade to Spring Data 2022.0.0-M6
2025-01-07 03:57:48
693
Comment From: mp911deProject Dependencies Spring Data 2022.0.0-M6Cassandra Driver (com.datastax.oss:java-driver-bom): 4....
SpringBoot Upgrade to Spring Data 2021.1.7
2025-01-07 03:57:45
558
Comment From: mp911deProject Dependencies Spring Data 2021.1.7Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13....
SpringBoot DataSource logging in H2 console auto-configuration causes Hikari's threads to have the wrong thread context class loader
2025-01-07 03:57:43
3628
In Spring Boot v2.7.3, automatic configuration of H2's console leaves (on shutdown) dangling thread 'HikariPool-1 housek...
SpringBoot Allow entity classes to be scanned at build-time
2025-01-07 03:57:39
1738
EntityScanner is used in several places in our Spring Data integration to provide the Set of entity classes. We should r...
SpringBoot Fix Spring Batch deprecations
2025-01-07 03:57:36
183
Good morning,this PR fixes a couple of deprecations in JobLauncherApplicationRunnerTests and spring-boot-smoke-test-batc...
SpringBoot Relax ImportsContextCustomizer to rely only on a test class name
2025-01-07 03:57:34
639
ImportsContextCustomizer currently creates an infrastructure that requires a reference to a test Class but it turns out ...
SpringBoot EnableAutoConfiguration in parent class not considered
2025-01-07 03:57:31
3026
In case the EnableAutoConfiguration annotation is set in a parent class, that is not taken into account.how to reproduce...
SpringBoot Support wildcards in excludeName on SpringBootApplication and EnableAutoConfiguration?
2025-01-07 03:57:27
1249
See https://github.com/spring-projects/spring-boot/issues/2962#issuecomment-135442589:I have a very big project, where I...
SpringBoot Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
2025-01-07 03:57:24
9418
I use Spring Boot 1.5.19 org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; ne...
SpringBoot Consider merging spring.autoconfigure.exclude from multiple profiles
2025-01-07 03:57:21
4980
---spring: config.activate.on-profile: nosecurity autoconfigure: exclude: - org.springframework.boot.autoconf...
SpringBoot Auto-Declaring RabbitMQ Declarable Components
2025-01-07 03:57:18
2322
SynopsisWhen declaring RabbitMQ queues by registering them as Spring Beans, those queues won't be initialized before the...
SpringBoot Enable PaketoBuilderTests on Java 18
2025-01-07 03:57:15
649
They're currently disabled due to @EnabledForJreRange(min = JRE.JAVA_8, max = JRE.JAVA_17).Comment From: wwx412775why is...
SpringBoot Error with Spring boot 2.7 and SQL Sequence on H2 with DATABASE_TO_UPPER=false
2025-01-07 03:57:11
23017
My SetupSpring boot 2.7.3in memory H2 DB with-- DATABASE_TO_UPPER=false in JDBC URL -- SQL script to init DB (schema, ta...
SpringBoot Provide GraalVM metadata repository files in Spring Boot jar built with Gradle
2025-01-07 03:57:09
387
See #31782When the Spring Boot Gradle plugin builds a fat jar and the Native Build Tools Gradle plugin is applied to the...
SpringBoot Build boot image from source - error while adding gradle buildpack
2025-01-07 03:57:06
4950
Versionsspring boot - 2.7.1spring boot plugin - 2.7.1gradle - 7.5.1IssueI am trying to build spring boot image from sour...
SpringBoot Rework HeapDumper strategy interface to be less HotSpot-specific
2025-01-07 03:57:03
831
The HeapDumper strategy interface makes some assumptions that are HotSpot-specific. This became apparent while implement...
上一页
下一页
1
…
1897
1898
1899
1900
1901
…
2246
.