Nineya
Home
Blog
软著申请
SpringBoot Document that the exact behavior of the maximum HTTP request header size property is server-specific
2025-01-07 23:38:48
5416
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
2025-01-07 23:38:44
1173
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
2025-01-07 23:38:40
3531
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
2025-01-07 23:38:36
26778
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
2025-01-07 23:38:30
3381
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
2025-01-07 23:38:28
89
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
2025-01-07 23:38:25
89
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
2025-01-07 23:38:22
89
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
2025-01-07 23:38:20
331
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
2025-01-07 23:38:18
422
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"
2025-01-07 23:38:14
485
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)
2025-01-07 23:38:11
115
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
2025-01-07 23:38:07
2217
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
2025-01-07 23:38:01
1427
Problem StatementThere are situations where actuators are added to applications for enhancing troubleshooting and runtim...
SpringBoot Fix typos and formatting errors in documentation
2025-01-07 23:37:58
916
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
2025-01-07 23:37:55
6949
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
2025-01-07 23:37:50
6742
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
2025-01-07 23:37:35
733
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()
2025-01-07 23:37:28
358
> 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
2025-01-07 23:37:23
1918
Version : Spring Boot 3.3.4 Reference Doc.Changed the Not Found link provided in the Reference Doc to a link covering th...
上一页
下一页
1
…
1635
1636
1637
1638
1639
…
2246
.