SpringBoot Upgrade to Micrometer 1.11.0-RC1

Comment From: izeyeThis seems to have been applied in 0b051741d92e8dda4faeffcefd7cb043a02e4baa which has a wrong commit ...

SpringBoot Use current Neo4j version in Testcontainers-based examples

I just spotted an outdated Neo4j version in the docs.From the commit message:Version 4.2 went out of support May 16, 202...

SpringBoot Use removeIf rather than Iterator-based removal

Hello, I saw several complex and outdated iterator loops used in the code while learning the spring boot source code. I ...

SpringBoot Clarify servlet container compatibility

Fix documentation section on web container requirements for 2.7.x.This is relevant for teams and companies that are plan...

SpringBoot Remove unused XADataSourceAutoConfigurationTests.JdbcConnectionDetailsConfiguration

This PR removes the unused XADataSourceAutoConfigurationTests.JdbcConnectionDetailsConfiguration since d69335d94a40164b1...

SpringBoot Fix banner location value hard coded

I think there is no reason to use hardcoded "baner.txt" instead of DEFAULT_BANNER_LOCATIONComment From: philwebbI agree....

SpringBoot Upgrade to Neo4j Java Driver 5.7.0

We need to make an exception to our upgrade policy to keep the driver's version aligned with the version that's used by ...

SpringBoot 2.3.x build failed "spring-boot-autoconfigure:checkFormatMain"

springboot 2.3.x build failed( I had execute ./gradlew -p buildSrc format):$ gradle build -x test> Task :spring-boot...

SpringBoot Document that the jdk.util.jar.enableMultiRelease system property must be set to false when using JSPs with Boot 3.0 and java -jar

Spring Boot 3.0.1 + JDK 17 + packaing war Startup Error by java -jar demo-springboot-jsp.warI create a simple spring b...

SpringBoot SpandID and TraceID are dropped from context after calling ReactiveMongoRepository.save()

Reproducible example: https://github.com/OlegHudyma/spring-boot-webflux-mongodb-tracing-issue-4-10-2023🐞 Bug reportTrace...

SpringBoot java.lang.ClassCastException (unnamed module of loader 'app') error with Spring Data Redis

I am trying to use Redis with Spring Boot. I am facing error as described-Steps-1. I created a Spring Boot Application w...

SpringBoot Allow DeprecatedConfigurationProperty on fields for Lombok

There is currently no elegant way to use @DeprecatedConfigurationProperty in order to provide additional deprecation met...

SpringBoot Documentation's "getting-started" page creates spring-boot application in default package

To be more specific, I'm referring to Section 4.3 in the "Getting Started" page at docs.spring.io (which is currently ma...

SpringBoot Missing dependency: Spring Boot 3.x + embedded apache derby

When trying to setup a minimal project using an embedded apache derby database derby's EmbeddedDriver class is missing.M...

SpringBoot Spring Boot 3 NoSuchMethodError org.springframework.web.bind.annotation.RequestMethod.resolve(java.lang.String)

When running a Spring Boot application in the IDE with version 2.7.10, everything works fine.When changing dependencies ...

SpringBoot KafkaAdmin client as part of KafkaAutoConfiguration

AdminClient provides useful admin operations over kafka. Consider adding as part of kafka auto-configuration beans. One ...

SpringBoot Broken dependency management for org.springframework.security:spring-security-oauth2-client in 2.7.10 Parent POM

Hi there,I noticed after upgrading to Spring Boot 2.7.10, the jar file spring-security-oauth2-client-5.7.3.jar was still...

SpringBoot getting-started: move MyApplication.java to it's own package

In its current state, MyApplication.java does not have it's own package and exists in the default package which conflict...

SpringBoot Allow the application directory in an image built with buildpacks to be configurable

I want to change the app dir in the final output image built using SpringBoot Gradle Plugin's bootBuildImage task.The ...
上一页 下一页
.