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 945 spring-boot issues
Sort by recently updated
recently updated
newest added

# 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....

type: enhancement

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...

status: waiting-for-triage
theme: observability

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...

status: waiting-for-triage
theme: observability

See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hint generation.

type: bug

related issue https://github.com/micrometer-metrics/tracing/issues/206

status: waiting-for-triage
theme: observability

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`...

type: bug

Springboot has no place to configure SSL related parameters and certificates for Activemq,Springboot activemq supports SSL connections by default?

type: enhancement
theme: ssl

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...

type: enhancement

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...

theme: ssl
type: epic

This PR polishes a bit.

status: waiting-for-triage