SpringBoot Refactor SpringBootBanner Class for Readability and Maintainability

Hi, this is a small thing, but I wanted to put a PR up for an improvement.I made the printBanner method more concise and...

SpringBoot RestTemplate builder: HttpComponentsClientHttpRequestFactory has the setReadTimeout method marked as deprecated

Spring boot version: 3.xCannot instantiate RestTemplate with HttpComponentsClientHttpRequestFactory, it raisesCaused by:...

SpringBoot WebClient Builder is not configured with ObservationRegistry and ObservationConvention for http.client.requests by default

WebClient Builder is not configured with ObservationRegistry and ObservationConvention for http.client.requests, by defa...

SpringBoot Upgrade to Spring Data Bom 2023.0.1

Comment From: mp911deProject Dependencies Spring Data 2023.0.1Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....

SpringBoot Upgrade to Spring Data Bom 2022.0.7

Comment From: mp911deProject Dependencies Spring Data 2022.0.7Cassandra Driver (com.datastax.oss:java-driver-bom): 4.15....

SpringBoot Upgrade to Spring Data Bom 2021.2.13

Comment From: mp911deProject Dependencies Spring Data 2021.2.13Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14...

SpringBoot Spring Boot properties migrator can create circular references

In our configuration metadata json file, we have this old property defined{ "name": "oldProp", ...

SpringBoot Spring Boot Maven Dependency Has Issues with Ojdbc 19.17.0.0

I recently worked on a Spring boot project with this maven dependency, Sprint Boot 3.0.7,<dependency> <group...

SpringBoot The spring.ssl properties metadata seems to be missing

Spring 3.1.0 supports SSLBundles (good!). The properties for it are defined here:/** * Properties for centralized SSL t...

SpringBoot using multiple validation on same attribute and stop on first failure

Java: 20Springboot: 3.0.1```java @NotBlank(message = "userId id can not be blank.") @NotEmpty(message = "userId id...

SpringBoot Replicate the way Spring Boot parses properties by default, outside of a Spring runtime

I'm trying to use the liquibase gradle plugin and as it stands, I'd need to duplicate all of the connection settings tha...

SpringBoot Refine SpringApplication.Augmented.with Kotlin extension

This PR refines SpringApplication.Augmented.with Kotlin extension to allow specifying multiple classes like the Java ori...

SpringBoot @AutoConfigureObservability has unintentional consequences on integration tests

By default, metrics and tracing are disabled in @SpringBootTest integration tests. While the MeterRegistry gets replaced...

SpringBoot Add condition to Cassandra auto-configuration

Update Cassandra auto-configuration so that beans in CassandraAutoConfiguration may be optionally createdComment From: p...

SpringBoot Health checked for RabbitMQ even if haven't instance about RabbitMQ

Affects: spring-boot-starter-actuator:2.7.10I had a test and depend on 'org.springframework.boot:2.7.10', 'spring-boot-...

SpringBoot Starter projects should verify that their runtime classpath can be resolved

One of the verification tests for start.spring.io is failing at the moment:[ERROR] dependencyStarterConfigurationIsCorre...

SpringBoot Enable providing custom OtlpHttpSpanExporter

This issue was originally reported here: https://github.com/spring-projects/spring-boot/pull/34508#issuecomment-15574389...

SpringBoot Bugs in spring-boot-docker-compose:3.1.0

With Spring Boot 3.1.0 using Maven parent spring-boot-starter-parent:3.1.0 On OpenSuse Linux Leap 15.5. Maven 3.8 with J...

SpringBoot Actuator loggers list endpoint throws exception on Log4J2 loggers with custom log levels

We are using Log4j as our logging framework. One of our loggers has custom Log level. When calling actuator /loggers end...

SpringBoot Saml2RelyingPartyRegistrationConfiguration chooses the wrong RelyingPartyRegistration.Builder

Saml2RelyingPartyRegistrationConfiguration chooses the wrong RelyingPartyRegistration.Builder when using a metadata file...
上一页 下一页
.