SpringBoot Auto-configure BatchInterceptor on KafkaListenerContainerFactory

I was hoping to re-use as much as possible of the default Kafka auto-configuration, but I need to use a BatchInterceptor...

SpringBoot Upgrade Ubuntu version in CI images

Upgrade to ubuntu:focal-20221019Comment From: wilkinsonaDeclining in favour of a switch to Jammy that should be triggere...

SpringBoot Upgrade Ubuntu version in CI images

Upgrade to ubuntu:focal-20221019Comment From: wilkinsonaDeclining in favour of a switch to Jammy that should be triggere...

SpringBoot Upgrade CI image update detection to Ubuntu Jammy

Hi,this PR updates the detect-ubuntu-image-updates.sh script to check for updates on Jammy rather than Focal. The former...

SpringBoot Polish Gradle tasks for AOT processing

We could do with some more javadoc. There's also some public API, such as setTestRuntimeClasspath on ProcessTestAot, tha...

SpringBoot Add reference to Failover starter

Failover is a project to manage the failover on referential systems for improving the resiliency of our systems.Comment ...

SpringBoot Execution optimizations have been disabled for task processAot with kapt Gradle Plugin

Bug Report for Spring Boot 3 Native + GradleAdding kotlin("kapt") plugin to Gradle of a simple Spring Boot project (gene...

SpringBoot Separate classpath used by processAot and processTestAot from classpaths of source sets that they populate

Looking at #32919 has shown that the way that the classpath of the processAot and processTestAot is configured is not id...

SpringBoot Wrong JARPATH in bootScripts of Gradle installBootDist task

I have got Error: Unable to access jarfile /tmp/demo/build/lib/demo-0.0.1-SNAPSHOT.jar when trying to run the bootScript...

SpringBoot broken link in Spring Boot Config Data Migration Guide

There's a link in the Profile Specific External Configuration section of the Spring Boot Config Data Migration Guide:You...

SpringBoot Using bootBuildImage fails in Bitbucket Pipeline with 403 error

Not sure if this is a spring-boot or buildpacks error but I'm trying to use the task gradlew bootBuildImage to create a ...

SpringBoot Logging hostname at startup can take a prohibitively long time

StartupInfoLogger logs the result of calling InetAddress.getLocalHost().getHostName(). This call can take a long time as...

SpringBoot Warning about multiple occurrences of org.json.JSONObject

In essence, this is the same problem as #29387.I ran into this while upgrading an application that uses Jedis as Redis d...

SpringBoot Spring Boot 3 Native nativeCompile Fails to Set ReactiveTypeHandler#isContextPropagationPresent

Bug Report for Spring Boot 3 Native (GraalVM 22.3)Having a simple Spring Boot application (generated on start.spring.io)...

SpringBoot Document how to observe JDBC project with Spring Boot and micrometer-observations

It would be great for Spring Boot Documentation to mention that the Micrometer Observations project under jdbc-observati...

SpringBoot Add documentation for micrometer observation

I've added some documentation for micrometer tracing in #30658. We should add some documentation for micrometer observat...

SpringBoot Issues with running config server and other spring cloud dependencies after upgrading to springboot 3.0.0-RC1

I recently move some legacy code from spring boot 2.7.5 to 3.0.0-RC1 and got the following message after starting the ap...

SpringBoot Auto configuration for data-elasticsearch does not configure mapper that can handle MapDocument payload

Using default data-elasticsearch auto configuration the mapper used to convert payloads is not configured to handle org....

SpringBoot Fix package tangle in spring-boot caused by Environment creation in SpringApplication

See #32815 for background.We have a tangle caused by SpringApplication knowing about servlet and reactive environment ty...
上一页 下一页
.