spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
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...
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...
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...
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),...
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...
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...
gh-40772 I added `since 3.4.0` everywhere but maybe it could be merged earlier if everything is ok. Thanks in advance
Add `RabbitStreamConnectionDetails` and support from `RabbitMQContainer` when `rabbitmq_stream` plugin is enabled.