SpringBoot Disable ContextCustomizer implementations that only impacts the BeanRegistry in an AOT-optimized context

Running a WebMvcTest in a native image fails with Failures (1): JUnit Jupiter:DemoControllerTests ClassSource [class...

SpringBoot Missing hints for WebMvcTypeExcludeFilter

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

@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

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

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

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

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

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

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

ImportsContextCustomizer currently creates an infrastructure that requires a reference to a test Class but it turns out ...

SpringBoot EnableAutoConfiguration in parent class not considered

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?

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

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

---spring: config.activate.on-profile: nosecurity autoconfigure: exclude: - org.springframework.boot.autoconf...

SpringBoot Auto-Declaring RabbitMQ Declarable Components

SynopsisWhen declaring RabbitMQ queues by registering them as Spring Beans, those queues won't be initialized before the...

SpringBoot Enable PaketoBuilderTests on Java 18

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

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

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

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

The HeapDumper strategy interface makes some assumptions that are HotSpot-specific. This became apparent while implement...
上一页 下一页
.