SpringBoot Upgrade Java 8 version in CI image

https://github.com/bell-sw/Liberica/releases/download/8u392+9/bellsoft-jdk8u392+9-linux-amd64.tar.gzComment From: philwe...

SpringBoot Refine spring-boot-starter-data-redis-reactive dependencies

Our current arrangement is a bit unusual because we just pull in the non-reactive starter. It would be better if we have...

SpringBoot Nested jar rewrite related tasks

We have a number of issues with the existing code and it feels like a rewrite might now be required.The primary issues a...

SpringBoot Support java.nio.file Paths and FileSystems with nested jars

In Spring Boot 1.3.x this code works if "/mydir" is in the parent archive (i.e. src/main/resources in the project that c...

SpringBoot Unify SSL support

We currently have SSL configuration available in:ServerPropertiesCouchbasePropertiesKafkaPropertiesRabbitPropertiesIn ad...

SpringBoot Constructor binding with a custom collection type does not work

The problem, originally reported on StackOverflow, can be reproduced with the following application:package com.example;...

SpringBoot Add SSL bundle support to WebClient auto-configuration

As suggested by @wilkinsona in #6493, I raise an issue to ask to add a simplified way to add "trust store" details when ...

SpringBoot @Order does not work on (CommandLine|Application)Runner @Bean methods

Currently, when the order of an CommandLineRunner or ApplicationRunner bean is defined on the bean method it is not take...

SpringBoot Exclude commons-logging from managed dependencies

Related to https://github.com/spring-projects/spring-framework/issues/31322, it looks like org.apache.httpcomponents:htt...

SpringBoot Missing tracing context on uncaught exception in RestController

Spring Boot: 3.1.4When an exception is thrown in RestController, Tracing context (trace and spanid) is missing in log.Be...

SpringBoot Error creating bean with name 'prometheusMeterRegistry': Requested bean is currently in creation when defining a HikariDataSource and configuring its MeterRegistry

After moving from spring-boot 2.6.7 to 2.7.0 appeared cycle dependency error, related to PrometheusMeterRegistry and Dat...

SpringBoot Add @ ConditionalOnMissingBean annotation on the graphQlRouterFunction bean

🎁 EnhancementWhen users have time, they need to rewrite routing rules so that they can do more custom actions; Add @ Con...

SpringBoot @ComponentScan on a test class is processed when creating a test context but is not included in the context's cache key

I have the following test, which works okay under Maven & Spring Boot 2.x. AuthorDao bean fails to load when running...

SpringBoot Restarter creates memory leak in tests

We run into memory problems on our buildstreet for automated tests.We are using an abstract base class (removed non spri...

SpringBoot When virtual threads are enabled, auto-configure an AsyncTaskExecutor that uses them

Currently, TaskExecutionAutoConfiguration auto-configures a ThreadPoolTaskExecutor built using TaskExecutorBuilder. We s...

SpringBoot [BUG] 3.0.0 raises compilation error cannot access javax.servlet.http.HttpServletRequest

Hi there,I'm trying to migrate springboot from 2.7.5 to 3.0.0, and I got a compilation error when I try to run mvn compi...

SpringBoot Prohibit upgrades to Undertow 2.2.27.Final

Comment From: wilkinsona2.2.27 does not work on Java 8: https://issues.redhat.com/browse/UNDERTOW-2324.Comment From: grg...

SpringBoot Simple WebMvcTest fails with Spring Boot 1.4M3 due to missing SpringBootConfiguration

Assuming following test casepackage org.sample;import org.junit.Test;import org.junit.runner.RunWith;import org.springfr...

SpringBoot Annotating default R2DBC transaction manager with @Primary annotation.

Describing Your ChangesIncase a vendor chooses to extend R2dbcTransactionManager and provide an autoconfiguration for th...

SpringBoot When virtual threads are enabled, auto-configure Spring Pulsar to use them

Details are TBD (https://github.com/spring-projects/spring-pulsar/issues/414) but it's likely to be a configuration sett...
上一页 下一页
.