SpringBoot When virtual threads are enabled, auto-configure Kafka listener container factories to use a virtual thread based executor

Through containerFactory.getContainerProperties().setListenerTaskExecutor(...), the factory can be configured with an As...

SpringBoot [3.2.3] broken umlauts in htmx req/resp

SummaryI am experiencing an issue I only see with htmx responses that is why I open the issue here, but it might be a sp...

SpringBoot Use meta-annotations on @AutoConfigureWebMvc to compose it with @AutoConfigureJson

…figureJsonAutoConfigureJsonTestersAutoConfigureWebClientAutoConfigureWebMvcCloses #38869Comment From: mhalbritterThanks...

SpringBoot Enable netty leak detector

Motivation:detect Netty resource leaks using Netty's paranoid leak detectorModifications:add Netty leak detector junit l...

SpringBoot Add architecture option for spring-boot-maven-plugin when using buildpacks

First of all thanks a lot for the great way to compile native applications with Spring Boot 3!I just created a ticket ht...

SpringBoot Annotation for automatically read application.properties/yml

Now we can't create the dynamic application.properties or application.yml keys.For example, I want to declare testapp.dy...

SpringBoot remove SLF4J dependency from spring-boot-starter-log4j2

Had a chat with @jonatan-ivanov who encouraged me to raise issues on things I feel are bugs. So, I feel that despite bei...

SpringBoot Receiver class defaultJoranConfigurator does not define or inherit an implementation of resolved method abstract void configure(ch.qos.logback.classic.LoggerContext) after upgrade to Spring Boot 3

I have moved to spring boot 3 and I hence now we use logback classic 1.4.7. My earlier working code used Logger logger =...

SpringBoot Spring Boot Gradle plugin adds an unwanted dependency on a library jar

Let me illustrate the issue with an exaple. I've created a small sample project:gradle-sandbox├─lib│ ├─...│ └─build.grad...

SpringBoot [bug] Possible regression with SB 3.2.3 and Spring Data Couchbase

We use Spring Boot 3.2.2 in our application and when upgrading to 3.2.3 we found this compilation error:[ERROR] COMPILAT...

SpringBoot Native image fails silently when a config import cannot be resolved

Running on the JVM produces a failure:$ java -jar build/libs/native-image-deferred-logging-0.0.1-SNAPSHOT.jar --spring.c...

SpringBoot Duplicate Message Convertors

Issue Description:I'm encountering an issue with duplicate MappingJackson Converters of the same data type in my Spring ...

SpringBoot GraalVM compilation broken in 3.2.3 when using Hibernate

After migrating from Spring Boot 3.2.2 to 3.2.3 the GraalVM build fails with:55.01 Error: Could not find target method: ...

SpringBoot [BUG] Spring boot native with logback-spring.xml fails to instantiate converter class

Using spring boot 3.2.2.project available at https://github.com/Jojoooo1/spring-boot-api/tree/feature/add-graalvmConfigu...

SpringBoot Provide GraalVM metadata repository support with Buildpacks

(edit)Splitting into sub-tasks:[x] #32408[x] #32736[x] #32737[x] #32738External issues:[x] https://github.com/graalvm/na...

SpringBoot Gradle Plugin bootRun Optimizations Reduce Application Performance on Temurin-17 JDK

Hello everyone,By default, the Spring Boot Gradle plugin performs an "optimized launch" when executing the bootRun task ...

SpringBoot Upgrade to Spring Boot 3.2.1 and Hibernate Core 6.4.1 breaks native enums in @DataJpaTest

A project consists of two Maven modules. One is API and holds some enum classes. The other is a Spring Boot application,...

SpringBoot Duplicate HttpMessageConverter

Duplicate StringHttpMessageConverterDuplicate MappingJackson2HttpMessageConverterComment From: bclozelHi @brucelwl This ...

SpringBoot Manage jakarta.inject:jakarta.inject-api

Is there a possibility to manage jakarta.inject:jakarta.inject-api in spring boot?Comment From: spencergibbWe manage it ...

SpringBoot Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative

Chatting with @snicoll, the current description of virtual threads and the impact on the JVM exiting is a little hard to...
上一页 下一页
.