SpringBoot spring-configuration-metadata.json is missing for additional-spring-configuration-metadata.json after switching from @Configuration to @AutoConfiguration

We are providing custom AutoConfigurations for company specific configurations and have a few maven modules that contain...

SpringBoot Document ordering of Lombok and spring-boot-configuration-processor annotation processors

I just made the same mistake as the reporter in #23405 that I had spring-boot-configuration-processor ordered before lom...

SpringBoot MimeMappings does not include application/wasm

https://github.com/spring-projects/spring-boot/blob/cc1807608e6569c1ceb49e558c99f622d6d788d4/spring-boot-project/spring-...

SpringBoot Auto-configure JvmCompilationMetrics

This PR changes to auto-configure JvmCompilationMetrics as it seems to have been missed somehow.Comment From: wilkinsona...

SpringBoot Allow Prometheus PushGateway to be configured to perform a PUT on shutdown

Metrics push to Prometheus Pushgateway can happen in two different ways:with PUT HTTP method, all existing metrics with ...

SpringBoot Can the SpringBoot Gradle plugin support running application as a module?

The Gradle application plugin has supported running application as module as followsapplication { mainClass.set(&quot...

SpringBoot Fix Custom Layers Configuration section title in Maven plugin docs

Comment From: wilkinsonaThanks very much for spotting and fixing this, @dalbani.

SpringBoot Remove redundant throws declarations from internal APIs

We removed several in https://github.com/spring-projects/spring-boot/pull/26441 but the Java Format upgrade and https://...

SpringBoot Review @Deprecated for removal in 2.x

We have a few @Deprecated annotations with "since 2.7.0 for removal in 2.9.0". In reality we're not going to remove any ...

SpringBoot Allow property binding of resource to be defined as a raw string / resource content

I am not sure this is more suited for Spring-Boot or Spring Core, but I think it would be beneficial to allow resources ...

SpringBoot TestRestTemplate does the url encoding twice if I pass the URI as a string

Controller:@RestController@RequestMapping(value = "/uritest")public class TestController { @RequestMapping(...

SpringBoot Spring Boot 2.7 combines to incompatible versions of jOOQ and H2.

jOOQ 3.14.15 is not compatible with H2 2.xThe following project will fail to generate classes:<?xml version="1.0...

SpringBoot Lombok version in 2.6.7 breaks code

With Spring Boot 2.6.7 you also updated the version of lombok. This version of Lombok propagates (some of) the field ann...

SpringBoot @WebMvcTest doesn't configure SecurityFilterChain beans

Spring Security 5.7 has deprecated WebSecurityConfigurerAdapter in favour of SecurityFilterChain, but the Boot test con...

SpringBoot org.springframework.boot.actuate.autoconfigure.metrics.graphql has no package info

Add missing package-info.javaUpdate checkstyle-suppresion.xmlSee gh-31123Comment From: wilkinsonaTIL about Checkstyle's ...

SpringBoot WebMvcTest WithMockUser not working principal is null

spring-boot-starter-parent:2.7.0java 8code:@ExtendWith(SpringExtension.class)@WebMvcTest(controllers = ReservationResour...

SpringBoot AbstractHandlerMethodMapping.registerHandlerMethod throw a NullPointerException

springboot 2.6.6we encounter a problem and doubt it is a bug. You can see the exception stack blow.Caused by: java.lang...

SpringBoot Primary Key Violation in spring boot version 2.7.0 (was working on 2.6.7)

I am getting PK violation (with initial data in data.sql) in spring boot and after investigation I found that if I downg...

SpringBoot Refresh of tomcat keystore/truststore via SslStoreProvider not working on 2.7

BackgroundWe have a Spring Boot 2.6.6 application. The tomcat certificates are generated by another microservice and mou...

SpringBoot ServletListenerRegistrationBean and Servlet 3.0

Let me start by saying I realize spring 5+ / spring-boot 2+ are documented as requiring Java EE 7 / Servlet 3.1+. With ...
上一页 下一页
.