SpringBoot Upload file org.springframework.web.multipart.MultipartException

When updating Spring Boot to version 2.2.0 I get an error when trying to upload a file.org.springframework.web.multipart...

SpringBoot Fix management.logging.export.enabled property in OnEnabledLoggingExportConditionTests

This PR fixes management.logging.export.enabled property in OnEnabledLoggingExportConditionTests.Comment From: mhalbritt...

SpringBoot Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app

The UserDetailsServiceAutoConfiguration is only to be active in a servlet based web applicationSee gh-43326Comment From:...

SpringBoot Anchors in YAML configuration files throw UnsupportedOperationException

SpringBoot Version: 3.0.0SnakeYAML Version: 1.33When using YAML achors in an application.yml configuration file to re-us...

SpringBoot Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app

After upgrading our reactive web app from Spring Boot 3.3.6 to 3.4.0, we noticed that the servlet-based UserDetailsServi...

SpringBoot Remove redundant null check for sorter

I think the second Null check on the classifier field assignment is redundant because its value has already been process...

SpringBoot Restore System property in Logging section of the reference documentation

Before this commit, it's rendered as unexpected link with simple class name, it should be full qualified class name.Comm...

SpringBoot Remove prohibited undertow upgrade restriction

Assuming https://github.com/spring-projects/spring-framework/issues/33885 is backported, we can remove the restriction.C...

SpringBoot Spring Boot v3.4.0 causes our staging & production environment to hang and time out

Our services work on all Spring Boot versions prior to v3.4.0 and have been for years. v3.4.0 works in our dev environme...

SpringBoot java.lang.NoClassDefFoundError: org/junit/platform/launcher/TestExecutionListener & java.lang.ClassNotFoundException: org.junit.platform.launcher.TestExecutionListener

Hello, During the spring boot upgrade 3.4.0 i am getting below error which is actually working fine with 3.3.6. org.grad...

SpringBoot @Around Aspect is Inconsistently Intercepting When Execution Invoked by Multiple Threads(~25+)

Running Spring Boot 3.2.5.Using org.springframework.spring-aspectsWhile Using org.aspectj.lang.annotation.Around we noti...

SpringBoot CVE-2024-47535 for springdoc-openapi-webflux-core

Summarywhile building my code, i'm using the following dependency , when i ran dependency:tree command from maven , i fo...

SpringBoot ClientObservationConventionAdapter overwrites WebClient request attributes

Spring Boot version: 3.0.13I have noticed that when using WebClient metrics with the built-in convention for adapting We...

SpringBoot StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called

package com.example;import org.springframework.boot.json.JsonWriter.Members;import org.springframework.boot.logging.stru...

SpringBoot Harmonize configuration properties that accept a comma-separated list of values

Looking at https://github.com/spring-projects/spring-boot/pull/42472, I found odd that we'd use a String for a property ...

SpringBoot Fix Javadoc link for Hikari

When I click HikariDataSource, a Hikari javadoc page should be opened in a new tab instead module-summaryReference:https...

SpringBoot Accept progress on numbers >2GB

Docker ProgressUpdateEvent may report file sizes larger than 2GB, but int has been used as the target type on parsing th...

SpringBoot Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories

See https://github.com/spring-projects/spring-boot/pull/43310#issuecomment-2505434497Comment From: wilkinsonaThanks, @qu...

SpringBoot Fix link to proxyBeanMethods in @AutoConfiguration javadoc

Based on how the @AutoConfiguration Javadoc is currently rendered, I have the impression that the @literal should have b...

SpringBoot Upgrade log4j to 2.24.2 to resolve broken logger initialization in 2.24.1

Log4j have release 2.24.2 solving https://github.com/apache/logging-log4j2/issues/3143 -which can cause LogManager.getLo...
上一页 下一页
.