SpringBoot SmartLifecycle beans are not closed in @SpringBootTest

Hey, I'd really like to get some help.TL;DR : MessageListenerContainers which were created in the previous contexts are ...

SpringBoot Excluding status code from DefaultErrorAttributes throws NPE

I'd like to strip the reactive DefaultErrorAttributes to only expose timestamp and message fields in the json response:@...

SpringBoot ConnectionDetails for external providers in Spring Security modules

Part of my dev workflow involves using Testcontainers with Keycloak for integration testing against a local, preconfigur...

SpringBoot Long Method Update

The JsonObjectDeserializer class was refactored to address the identified code smells, specifically Long Method.This pul...

SpringBoot Refactor TomcatServletWebServerFactory - Code smell

The Refactor Miner tool detected a code smell ("LongMethod") in the prepareContext method, indicating that it is excessi...

SpringBoot Refactor UndertowServletWebServerFactory - Code smell

The UndertowServletWebServerFactory class was refactored to address the identified code smells, specifically Long Method...

SpringBoot Using Counter from io.micrometer:micrometer-registry-prometheus causes error in the application

ContextAfter the upgrade to Spring 3.3.+, when starting a project that contains the library io.micrometer:micrometer-reg...

SpringBoot Investigate convention based application.properties specifically for tests

Currently it can can be quite awkward to add an application.properties for tests that overrides only specific values of ...

SpringBoot WIP: ReactorKafka auto-configuration (approach 1)

This is a WIP proposal for ReactorKafka auto-configuration. It is a modification of the original proposal in that it lev...

SpringBoot Add auto-configuration for Reactor Kafka

Some notes:This PR resolves https://github.com/spring-projects/spring-boot/issues/29080 and https://github.com/spring-pr...

SpringBoot KafkaProperties.buildProperties() calls validate before kafkaProducerFactory uses customizers that can still change the validated properties.

The default kafka producer factory bean gets kafka properties by calling KafkaProperties.buildProducerProperties method....

SpringBoot Edit documentation for consistency

With #27759 @Buzzardo applied an editing pass to the actuator documentation. There are quite a few patterns that emerged...

SpringBoot Investigate jcmd's json thread dump format

As part of JEP 444, jcmd has gained the ability to generate a json-formatted thread dump:$ jcmd <pid> Thread.dump_...

SpringBoot Servlet Filters not applied to management context

Spring boot webmvc service and spring boot webflux service have inconsistent behavior for http server requests metrics(p...

SpringBoot Investigate service binding automation

https://github.com/buildpacks/spec/blob/master/extensions/bindings.mdhttps://application-stacks.github.io/service-bindin...

SpringBoot Externalize configuration property section configuration

The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigura...

SpringBoot Simplify JPA DDL properties and auto-configuration

In Spring Boot 2, having thespring.jpa.generate-ddl property set to true did not perform any updates as long as the corr...

SpringBoot Review and split up large documentation pages

We didn't apply automatic splitting of pages during the Antora migration so we should manually review any large pages. T...

SpringBoot Make use of NoOpTaskScheduler to disable task scheduling in tests

A NoOpTaskScheduler has been added to Spring Framework. We should look at how we can use it to disable scheduled tasks i...

SpringBoot Provide MvcRequestMatcher.Builder that correctly configures the servlet path

If there is only one dispatcher servlet in the servlet context, then it would be nice to have a simpler way to construct...
上一页 下一页
.