SpringBoot Constructor binding of @ConfigurationProperties to a Kotlin Data Class with default values doesn't work any more

Hello 👋 , I searched for a similar issue, but didn't find one so I chose to open it… If I've missed it, sorry 😇. Followi...

SpringBoot org.springframework.boot dependency on ch.qos.logback

Spring Boot 3.0.7 is having dependency on missing classes from ch.qos.logbackIn Spring Boot 2.7, there is no dependency ...

SpringBoot Awaitility link in Test Scoped Dependencies is incorrect

Closes https://github.com/spring-projects/spring-boot/issues/39410Comment From: mhalbritterThank you very much and congr...

SpringBoot Parallel Calls for child level tables from parent repo itself

Hi Team ,We're using JPA + Hibernate with our Hana database. Below is the db model as such..Vehicle { sales fina...

SpringBoot Auto-configure ObservationRegistry in ScheduledTaskRegistrar for scheduled tasks observations

As of Spring Framework 6.1.0-M2, a new instrumentation observes the execution of @Scheduled annotated methods. See sprin...

SpringBoot Entry BOOT-INF/lib/jaxb-core-4.0.1.jar is a duplicate but no duplicate handling strategy has been set

Simple gradle Spring Boot 3 project with Spring Data and Spring Web Services:build.gradle:plugins { id 'java' ...

SpringBoot [Spring Boot 3.2.2] Raising exception for non-existing endpoints calls

Problem:The answer of my application for call to non-existing endpoints change after Spring Boot version update from 3....

SpringBoot Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false

Verified by unit tests. This is very confusing.false is treated as true, because the configurer for this only checks if ...

SpringBoot Refactor getElement method to clarify ignored exception in AnsiElement

OverviewImproved the logic in the getElement method that handles strings containing only digits, by changing the name of...

SpringBoot Upgrading gradle project to Spring boot 3.1.8 from 2.4.8 : When bootJar is disabled, gradle build command generated artifact name has -plain added to it in spring boot 3

Compare gradle packaging in springboot 3.1.8 and springboot 2.4.8, when bootJar is disabledWhen the spring boot version ...

SpringBoot spring-boot-test-autoconfigure : Support autoconfiguration of Http interface clients

As far as I know, there is no annotation available that automatically configures an HTTP interface client for Spring Boo...

SpringBoot Redis Connection Factory Earlier Graceful Shutdown after Spring 3.2 Upgrade

ProblemWe have upgraded spring boot version from 3.0.5 to 3.2.2. After that, we experience a graceful shutdown issue wit...

SpringBoot Add Javadoc for ServerProperties.mimeMappings

This PR adds Javadoc for the ServerProperties.mimeMappings as it seems to have been missed.See gh-39430Comment From: mha...

SpringBoot Makes it easier to customize a Servlet-based web server's mime mappings

Add a new property called 'mime-mappings' under the 'server' property. This is a key-value-map, which is added to the de...

SpringBoot Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean

Change SummaryAdjust documentation to describe that exposing a Resource bean, will prevent management.opentelemetry.reso...

SpringBoot Clarify that the auto-configured OpenTelemetry Resource will back off if you define your own

Spring Boot 3.2.0 exposes Resource as a Bean, as a way to specify attributes to be included in tracing exports.There is ...

SpringBoot Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter

Change SummaryAdd call to placeholder resolver to ensure property placeholders are resolved for the MapperBinder similar...

SpringBoot Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter

When trying to fill an object that implements Map but is valued by a single property via a converter, the MapBinder clas...

SpringBoot Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5

Change SummaryEnforce Gradle version to be at least of v7.5 as the documented and tested minimum Gradle version is 7.5Is...

SpringBoot Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5

I think we missed to adapt org.springframework.boot.gradle.plugin.SpringBootPlugin#verifyGradleVersion. It still reads: ...
上一页 下一页
.