SpringBoot Disable JMX by default

This feature doesn't seem to be widely used and takes a significant amount of resources so we're reconsidering this defa...

SpringBoot Calling rest endpoint with x-forwarded-host and native forward headers strategy set causes malformed URI

Hi,My project is using server.forward-headers-strategy: native to apply some x-forward headers. I just upgraded my proj...

SpringBoot Spring Boot 3: ResponseStatusException does not work

Download generated code from https://start.spring.ioReplace content of DemoApplication.kt with the following code@Spring...

SpringBoot Classloader problems with spaces on project path

With the Spring Boot 3.0.3 there is a classloader issue if the project path contains spaces. Same setup works with Sprin...

SpringBoot Add support for CNB platform API 0.11

CNB Platform API 0.11 release notes: https://github.com/buildpacks/spec/releases/tag/platform%2Fv0.11Spring Boot should ...

SpringBoot Use plugins DSL consistently in Spring Boot Gradle Plugin docs

The current docs mix the plugins DSL and legacy plugin application:https://docs.spring.io/spring-boot/docs/current/gradl...

SpringBoot Upgrade to Kotlin 1.8

Enhancement related to https://github.com/spring-projects/spring-framework/issues/29754Comment From: wilkinsonaMarking a...

SpringBoot Spring Boot WebFlux 3.0.3 + Spring Data Reactive Mongo missing trace IDs

Hi,I'm currently testing the new Hooks.enableAutomaticContextPropagation(); and am getting missing trace IDs in any pro...

SpringBoot Part of CrudRepository methods broken for @EmbeddedId when I migrate to spring-boot:3.0.2.

Hey! I try migrate my project to spring-boot:3.0.2, but part of CrudRepository methods broken. We follow to DDD approach...

SpringBoot Path pattern matching not working with controller

A simple controller is not working with spring boot 3.0.3. Project Structure:build.gradleTestController:Logs:springboot_...

SpringBoot SpringBoot3.0.3 appears that the test cannot be used

In SpringBoot3.0.3, it is mandatory to specify the Main class for the test.java.lang.IllegalStateException: Unable to fi...

SpringBoot Update and Delete Native Query is throwing error while build

Caused by: java.lang.NullPointerException: Cannot invoke "String.contains(java.lang.CharSequence)" because &qu...

SpringBoot In Spring Boot-3.0.3, Beans are not created of class annotated by @Component.

In pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.or...

SpringBoot Custom ConfigDataLocationResolver/ConfigDataLoader fails in 3.0.x when combined with spring-boot-devtools

Using ConfigDataLocationResolver/ConfigDataLoader in 3.0.2 in combination with spring-boot-devtools leads to the followi...

SpringBoot Kotlin Coroutines support for ApplicationRunner and CommandLineRunner

Like the coroutines repository added in the Spring Data and Coroutines Router DSL in the Spring framework. Add Coroutine...

SpringBoot SpringBoot 3.0.3 tracing with @EnableReactiveMethodSecurity

Hello,We are testing micrometer reactive tracing. If we add @EnableReactiveMethodSecurity annotation to our configuratio...

SpringBoot defaultTracingObservationHandler is not ordered as documented

The javadoc on MicrometerTracingAutoConfiguration.DEFAULT_TRACING_OBSERVATION_HANDLER_ORDER says it is a @Order value fo...

SpringBoot Introduce @ConditionalOnPropertyPrefix to more cleanly support @ConfigurationProperties

Following code represents, IMO, a reasonable expectation to make something driven by @ConfigurationProperties conditiona...

SpringBoot Issues related to building an image using spring-boot:build-image

spring-boot version:2.5.12jdk version:temurin-1.8As shown below:He would get stuck and occasionally succeed.I don't know...

SpringBoot Improve log message of spring-boot-maven-plugin:repackage by specifying the involved files

Improves log message and adapts tests.Closes #32913.Comment From: mhalbritterThanks!Comment From: StitzLMy pleasure! Tha...
上一页 下一页
.