SpringBoot AutoConfig Saml2Logout is not available / Feature added in spring-security 2.6

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

SpringBoot Remove redundant Javadoc

Comment From: snicoll@vikeychen thank you for making your first contribution to Spring Boot.

SpringBoot Move metrics export properties

While integrating Micrometer tracing (see #30156) we found that our properties structure is not ideal for integrating tr...

SpringBoot Running into No qualifying bean of type 'org.springframework.data.relational.core.mapping.RelationalMappingContext' after upgrading to spring boot 2.6.3

After upgrading spring boot to 2.6.3 from 2.3.9 I'm running into the following error,Using @EnableJdbcRepositories on th...

SpringBoot build-info.properties is generated in a different path causing errors with BuildProperties bean

Versions usedSpring boot 2.6.4Java 17Gradle 7.4Description of the bugStarting from Spring boot 2.6.4 the build-info.prop...

SpringBoot The referred version of Hibernate jpamodelgen did not work when upgrading to 3.0.0-M2

The reproduce example: https://github.com/hantsy/spring6-sandbox/blob/master/boot* Spring Boot 3.0.0-M2* Java 17* MavenI...

SpringBoot Disable Tomcat's MBean Registry by default and provide a property to enable it

See this thread https://tomcat.markmail.org/thread/kayfacujrpt2diht which appears to suggest we might be able to disable...

SpringBoot Replace entries in additional-spring-configuration-metadata.json with code

The file additional-spring-configuration-metadata.json in spring-boot-actuator-autoconfigure contains enabled properties...

SpringBoot Simplify registration of Jackson mixin types

Hi, this PR basically solves #25920, but there are still some issues to consider:Boot finds classes annotated with @Json...

SpringBoot Sort entries in additional-spring-configuration-metadata.json

The entries in additional-spring-configuration-metadata.json should be sorted. That makes the diffs for the changes in t...

SpringBoot Move JsonComponent documentation from Spring MVC to general Jackson section

@JsonComponent applies to any use of Jackson, but it's currently documented within the section on Spring MVC. It should ...

SpringBoot Profiles added using @ActiveProfiles have different precedence

See this example that demonstrates the issue:@SpringBootTest@ActiveProfiles("smoketest")class SmokeTests { ...

SpringBoot Prevent org.jetbrains.annotations imports

Comment From: wilkinsonaUntil we tackle https://github.com/spring-projects/spring-boot/issues/10712, I think we should p...

SpringBoot Document how to access the H2 Console in a secured web application

Resolves #28268.The WebSecurityCustomizer is a bit blunt. But for a development setup, a proper SecurityFilterChain seem...

SpringBoot Reinstate support for REST Assured

REST Assured 4.5 contains the changes that we need to support it with Jakarta EE 9.Comment From: wilkinsonaUnfortunately...

SpringBoot Dependency management for Netty tcNative is incomplete leading to possible version conflicts

When I create an empty project with springboot2.5.10 and the netty-tcnative-boringssl-static of default version below, ...

SpringBoot Switch to GA releases for Java 18 update checks

Comment From: dreis2211It would make sense to update https://github.com/spring-projects/spring-boot/blob/main/ci/scripts...

SpringBoot Spring Boot 2.6.5 not found in Maven Central

I can see you have released 2.6.5 but cannot find the same in Maven Central. If this is expected and I am being just imp...

SpringBoot Upgrade to Jackson Bom 2.13.2

Comment From: snicollIt looks like things are still being released as com.fasterxml.jackson.module:jackson-module-kotlin...

SpringBoot Deterministic ordering in classpath.idx based on Gradle dependencies order no longer works

Gradle/Spring Boot generates a file in the boot JAR’s BOOT-INF folder called classpath.idx, and Spring Boot uses a custo...
上一页 下一页
.