Nineya
Home
Blog
软著申请
SpringBoot Upload file org.springframework.web.multipart.MultipartException
2025-01-08 00:22:58
8753
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
2025-01-08 00:22:55
137
This PR fixes management.logging.export.enabled property in OnEnabledLoggingExportConditionTests.Comment From: mhalbritt...
SpringBoot Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app
2025-01-08 00:22:52
473
The UserDetailsServiceAutoConfiguration is only to be active in a servlet based web applicationSee gh-43326Comment From:...
SpringBoot Anchors in YAML configuration files throw UnsupportedOperationException
2025-01-08 00:22:50
15316
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
2025-01-08 00:22:47
4531
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
2025-01-08 00:22:45
575
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
2025-01-08 00:22:42
169
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
2025-01-08 00:22:38
1035
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
2025-01-08 00:22:35
6573
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
2025-01-08 00:00:00
6276
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+)
2025-01-07 23:59:57
1409
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
2025-01-07 23:59:54
662
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
2025-01-07 23:59:52
3760
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
2025-01-07 23:59:49
3880
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
2025-01-07 23:59:47
3400
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
2025-01-07 23:59:44
232
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
2025-01-07 23:59:40
923
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
2025-01-07 23:59:36
124
See https://github.com/spring-projects/spring-boot/pull/43310#issuecomment-2505434497Comment From: wilkinsonaThanks, @qu...
SpringBoot Fix link to proxyBeanMethods in @AutoConfiguration javadoc
2025-01-07 23:59:34
259
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
2025-01-07 23:59:28
757
Log4j have release 2.24.2 solving https://github.com/apache/logging-log4j2/issues/3143 -which can cause LogManager.getLo...
上一页
下一页
1
…
1616
1617
1618
1619
1620
…
2246
.