SpringBoot Polish "Add missing Micrometer PropertiesConfigAdapterTests"

This PR polishes "Add missing Micrometer PropertiesConfigAdapterTests" changes a bit.See gh-34205Comment From: mhalbritt...

SpringBoot WebMvcConfigurationSupport is not working as expected

I am using spring boot 2.5.7Created a webservice using spring boot and using below URL to sort all projects retrieved fr...

SpringBoot [BUG] After upgrading from 2.x to 3.x, some functions fail

My project's dependency of spring-boot-starter-parent was upgraded from 2.6.13 to 3.0.3, and unit tests failed two. Afte...

SpringBoot Add support for CNB platform API 0.11

Fixes gh-34163Adding support for CNB platform API 0.11release notes: https://github.com/buildpacks/spec/releases/tag/pla...

SpringBoot @ConfigurationProperties with initialized nested record properties values no longer bind

Note: This issue is caused by the solution to the very similar issue #33409 (see below) --> I tried to write this des...

SpringBoot Add management.wavefront.application.custom-tags property

Currently, ApplicationTags auto configured in WavefrontAutoConfiguration does not populate custom tags.This PR adds mana...

SpringBoot Add build-info skip support

Allow skip build-info maven goal via -Dspring-boot.build-info.skip, as other spring-boot maven goals do, e.g. -Dspring-b...

SpringBoot spring-boot-starter-webflux has split package

When trying to compile a Spring Boot 3.0.3 Project with Java 17 (tested with 17.0.6) and Maven 3.8 (tested with 3.8.5 an...

SpringBoot EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured

When a Spring Boot application is configured for external web container deployment as suggested in the documentation, th...

SpringBoot r2dbcrepository always run in single thread

Bug ReportVersionsDriver: 1.0.0.RELEASEDatabase: postgres:13Java: liberica-17.0.6OS: Windows 10 Pro 22H2Current Behavior...

SpringBoot spring-boot-dependencies manages mysql:mysql-connector-java which no longer exists

It was removed in 2.7.x in https://github.com/spring-projects/spring-boot/commit/f24afd96854bcf7daafcc87607d60e8b204919a...

SpringBoot Spring Boot Native Web Image with Jetty fails to start

Unable to build spring boot native image (using spring-boot-maven-plugin). The native image does not support the embedde...

SpringBoot Running Parallel tests on Spied Spring-Data Repository stopped working in Java 17

I have a Spring-Data Repointerface MyRepo extends CrudRepository<String, Entity> { default Entity richSave(Entity...

SpringBoot SpringApplication run failed with snakeyaml 2.0

When I upgrade snakeyaml from 1.33 to 2.0 version, Springboot Application run failed as below.I have tried springboot 2....

SpringBoot Intermittent Install failures in Pods Broken-pipe issue

My Application is using springboot version 2.7.5 we have introduced spring-context and spring-cloud-starter-sleuth recen...

SpringBoot Wiki document - Spring-Boot-3.0-Migration-Guide - add bracket to method defininition

Hi.Current Wiki page on 3.0 migration guide (https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migrati...

SpringBoot Define constant for @ConfigurationProperties prefix

It cost me several hours to fix migration to Spring Boot 3.0, my application code is intent to use the RedisProperties p...

SpringBoot WebTestClient does not work properly with @AutoConfigureObservability

When test is annotated with @AutoConfigureObservability and management.baggage.correlation.fields property has any value...

SpringBoot Hooks.enableAutomaticContextPropagation() and @AutoConfigureObservability results in java.lang.AssertionError: Misalignment: popped updateScope false != expected false

Hi,Sorry about this as this seems like a tricky bug which I have re-created in https://github.com/davidmelia/spring-boot...

SpringBoot Spring boot 3.0.2 ~ 3.0.3 is not available in Tomcat 9.0.71 with Java 17

I built my package as war file with Jenkins. and I deployed it on the Tomcat 9.0.71. and when I tried to access it, it s...
上一页 下一页
.