SpringBoot Document that the exact behavior of the maximum HTTP request header size property is server-specific

Summary: max-http-header-size appears to cap requests based on the length of the request-line, which is not part of the ...

SpringBoot Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's

The JacksonAutoConfiguration class takes care of creating a default ObjectMapper bean. The conditions based on which thi...

SpringBoot OtlpMetricsExportAutoConfiguration uses default OTLP metrics url when value comes from Dynamic Properties

I am using grafana/otel-lgtm:0.6.0 image in order to test OpenTelemetry support (metrics, traces, logging) in Spring Boo...

SpringBoot Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test

There are no outcomes because the report on the context that failed was already discarded by Spring since it was a singl...

SpringBoot Rewrite nested jar support code and remove Java 8 support

Our current nested jar support is pretty complicated due to support for earlier versions of Java. There are also a lot o...

SpringBoot Prohibit upgrades to Undertow 2.3.18.Final

Comment From: wilkinsonaWe need to roll back to 2.3.17 as there's a regression in 2.3.18.

SpringBoot Prohibit upgrades to Undertow 2.3.18.Final

Comment From: wilkinsonaWe need to roll back to 2.3.17 as there's a regression in 2.3.18.

SpringBoot Prohibit upgrades to Undertow 2.3.18.Final

Comment From: wilkinsonaWe need to roll back to 2.3.17 as there's a regression in 2.3.18.

SpringBoot Remove remaining functionality that has been deprecated for removal in 3.4.0

I just noticed this:https://github.com/spring-projects/spring-boot/blob/c26c7b65077caf4c5bf16699ef9fd3c73ef7cb0f/spring-...

SpringBoot Link to Framework's docs about @Bean's autowireCandidate and defaultCandidate

https://github.com/spring-projects/spring-boot/issues/22403 made some doc updates that refer to Framework's autowireCand...

SpringBoot Use AbstractAotProcessor.AOT_PROCESSING constant instead of "spring.aot.processing"

https://github.com/spring-projects/spring-framework/issues/33388 is now fixed so we can replace our current duplicate st...

SpringBoot Polish javadoc for Binder#bindOrCreate(String, Class)

I believe the Javadoc is copied from overloaded method with no modification.Comment From: wilkinsonaThanks, @quaff!

SpringBoot Bug: Nested Jar URL Resolution fails when using UNC Paths on Windows

DescriptionWe've encountered an issue when starting a JAR built with the spring-boot-maven-plugin via the command line u...

SpringBoot Restrict actuator access based on read/write/delete operations via configuration

Problem StatementThere are situations where actuators are added to applications for enhancing troubleshooting and runtim...

SpringBoot Fix typos and formatting errors in documentation

I fixed typo documentComment From: philwebbThanks. The tag::code[] comments should not be required, are you seeing probl...

SpringBoot Constructor autowiring AOP broken when running build-image with JLink

DescriptionWhen running a container image that has been build with spring-boot:build-image and <BP_JVM_JLINK_ENABLED&...

SpringBoot Support to inherit common properties for configuring multiple beans

It's used for configuring multiple beans (#15732), we could extract common or use primary properties as parent now.Take ...

SpringBoot Upgrade to Spring RESTDocs 3.0.2

Implemented below issue https://github.com/spring-projects/spring-boot/issues/42745Comment From: pivotal-cla@santo-raj P...

SpringBoot Remove calls to deprecated Project.getBuildDir()

> Task :buildSrc:compileJavaNote: ~/Projects/spring-boot/3.2.x/buildSrc/src/main/java/org/springframework/boot/build/...

SpringBoot Remove stale link to jar-to-war getting started guide

Version : Spring Boot 3.3.4 Reference Doc.Changed the Not Found link provided in the Reference Doc to a link covering th...
上一页 下一页
.