spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Results 1031 spring-boot issues
Sort by recently updated
recently updated
newest added

spring.boot.version: 3.1.12 logback.version:1.4.14 Issue: We are trying to update the logback config at runtime programatically using following code: public class DynamicLogbackConfigurator { // Interface to fetch the updated logback xml...

status: waiting-for-triage
status: feedback-provided
for: team-meeting

We faced an issue where a property source for 700+- objects (consists of 100+- fields) binds to java objects slowly: around 6 minutes. Our services rely on spring cloud hot...

status: waiting-for-triage
status: feedback-provided

This docu page https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.server.server.tomcat.max-connections states: "Maximum number of connections that the server accepts and processes at any given time. Once the limit has been reached, the operating system may still...

type: documentation

It's being inherited from `log4j-bom`. In 3.2.x (Log4j 2.21), it's contributing management for the following dependencies: - `biz.aQute.bnd:biz.aQute.bnd.annotation:6.4.1` - `com.github.spotbugs:spotbugs-annotations:4.7.3` - `org.osgi:osgi.annotation:8.1.0` - `org.osgi:org.osgi.annotation.bundle:2.0.0` - `org.apache.maven.plugin-tools:maven-plugin-annotations:3.9.0` In 3.3.x (Log4j 2.23),...

type: bug

See #42324 for background. Since `StartupInfoLogger` was first introduced we've added more features that could be useful to log. The `application.name` and `application.version` could be useful as could the git...

type: enhancement
status: pending-design-work

Right now, `org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.SenderConfiguration` imports `UrlConnectionSenderConfiguration` before `HttpClientSenderConfiguration`. We should switch that around. Also we should think about removing support for `URLConnectionSender` altogether. The `ZipkinRestTemplateSender` and `ZipkinWebClientSender` will be removed in...

type: enhancement

gh-40772 I added `since 3.4.0` everywhere but maybe it could be merged earlier if everything is ok. Thanks in advance

status: waiting-for-triage
status: feedback-provided

Add `RabbitStreamConnectionDetails` and support from `RabbitMQContainer` when `rabbitmq_stream` plugin is enabled.

type: enhancement
for: merge-with-amendments