spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
# Enhancement Related: https://github.com/spring-projects/spring-boot/issues/9560 Implemented out of Spring Boot: https://github.com/ilozano2/sc-management-codec-max-size # Motivation By default, the maximum size of any request payload a Spring boot application can read is `262144` bytes....
Currently we support only a single context propagation type (e.g. B3 or W3C). We could consider allowing to pass in a list of propagation types so that you can at...
Hi, I have a reactive microservice (Spring-Boot 3.0.4) that when calling a graphQL service using HttpGraphQlClient traceability is lost. I call the reactive service passing it the b3 header, and...
See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hint generation.
related issue https://github.com/micrometer-metrics/tracing/issues/206
I am using a different management port with `management.server.base-path: '/management'` and `management.endpoints.web.base-path: '/'`. When setting up security as `.requestMatchers(EndpointRequest.toLinks()).permitAll()`, then performing a request over `'/management/'`, returns 403 Root cause: `WebEndpointProperties.setBasePath`...
Springboot has no place to configure SSL related parameters and certificates for Activemq,Springboot activemq supports SSL connections by default?
Our auto-configuration relies on the old InfluxDB Java client which is best suited to connecting to InfluxDB 1.x. Maintenance of Influx DB 1.x stopped at the end of 2021. We...
We currently have SSL configuration available in: - `ServerProperties` - `CouchbaseProperties` - `KafkaProperties` - `RabbitProperties` In addition [we've had a request](https://github.com/spring-projects/spring-boot/issues/17365) to add them to `ActiveMQProperties`. It feels like there...