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

``` 2023-04-27 14:55:27.917 ERROR ${sys:PID} --- [ XNIO-2 task-2] i.u.request : UT005023: Exception handling request to /hello jakarta.servlet.ServletException: UT010051: Deployment spring-boot has stopped at io.undertow.servlet.core.ManagedServlet.getServlet(ManagedServlet.java:185) ~[undertow-servlet-2.3.5.Final.jar:2.3.5.Final] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:73) ~[undertow-servlet-2.3.5.Final.jar:2.3.5.Final] at...

type: bug

I have a docker-compose.yml that starts multiple services but I only want to bind to one (or some) of them. It is possible to do that currently by re-arranging the...

type: enhancement
status: waiting-for-feedback
theme: containers

When running the Spring Boot Application with the OpenTelemetry Java Agent as follows ([see also](https://opentelemetry.io/docs/instrumentation/java/automatic/)) ``` java -javaagent:opentelemetry-agent.jar -jar spring-boot-app.jar ``` the Spring Boot Application must include the following configuration...

status: waiting-for-feedback
theme: observability

I currently register and use a custom `URLStreamHandlerFactory` to customise the resource that is being loaded for the keystore and the truststore due to how `ResourceUtils.getURL` is being used to...

type: enhancement
theme: ssl

Hi, when I was looking into docs how to customize k8s liveness and readiness probes, I was not able to find it explicitly how to do it. This PR add...

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

The problem: Currently, ConfigurationProcessor is backed by Annotation Processing. In Kotlin annotation processors can be used thanks to KAPT. Sadly KAPT does not work with JDK 16+ ( https://youtrack.jetbrains.com/issue/KT-45545 )....

type: enhancement
status: pending-design-work
theme: kotlin

Hi, Migrating from Spring Cloud Sleuth to Spring Boot 3 there used to be a property to override the TraceFilter: ``` spring: sleuth: web: filter-order: -111 ``` which is quite...

status: waiting-for-triage

While upgrading to Hibernate `6.2.0.Final`, the smoke test has been changed to avoid what seems to be a regression in Hibernate 6.2. I've raised https://hibernate.atlassian.net/browse/HHH-16445 and the smoke test should...

type: task

As discussed in spring-projects/spring-graphql#526, Spring for GraphQL did not adopt a "code first" approach (generating the GraphQL schema from Java method signatures), but rather a "schema first" approach (manually crafting...

type: enhancement