SpringBoot Add tests to ensure private constructor is not used for value object binding

Sometimes we want to duplicate @ConfigurationProperties bean with different prefix, we should use the primary configurat...

SpringBoot Allow customization of the banner printer used by SpringBootApplication

Hello! I’ve made changes to allow the customization of the banner printer.The Banner class was originally intended for p...

SpringBoot save new entity with non-empty id fail in spring boot 3.1.3

Our entity classes extend from a base resourse class with @Id and @Version, like this:@MappedSuperclasspublic class RR {...

SpringBoot Reduce the need for @AutoConfigureTestDatabase(replace=NONE) when using a test-provided database

If a test class is using @ServiceConnection to create a test-specific DataSource, @DataJpaTest or any other sliced-test ...

SpringBoot Polish

Removed @SuppressWarnings as it was no longer needed.Used pattern matching.Replace the while loop with string repeatComm...

SpringBoot Add support for Postgres trust host auth method with Docker Compose

Fixes #41509 Comment From: theodorosidmarAwesome. Thank you for the review. Here you go: https://github.com/spring-proje...

SpringBoot Missing details in OAuth2ClientProperties validation error message

Method of validation use only client id, but if you have a large and complex configuration, collected from various sourc...

SpringBoot Log4j2 classpath resource not found when using Spring Boot and GraalVM

DescriptionWhen using Spring Boot, Log4j 2.24.0, and GraalVM, the application cannot start because it can't find classpa...

SpringBoot Provide option to re-enable log4j2 JMX support when they disable it by default

configurations { implementation { exclude(module = "spring-boot-starter-logging") }}dependencies { imple...

SpringBoot Add SSL store bundle which uses PEM files from a directory

Code is here: https://github.com/philwebb/spring-boot/tree/gh-37768Comment From: philwebbWe should also look at #38754 b...

SpringBoot Link to major.minor versions of documentation rather than specific patch version

With the migration to Antora and with commercial releases we should link to the major.minor version of docs, rather than...

SpringBoot Update link to Log4j2 system properties

We currently link to https://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties. The SystemProperti...

SpringBoot Fix links to Spring Data's reference documentation

Spring Data 3.2.x that Spring Boot 3.2.x refers to is using Antora and all our links to the previous arrangement are bro...

SpringBoot Upgrade to Elasticsearch Client 8.15.1

https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-client/8.15.1Comment From: wilkinsonaThan...

SpringBoot Add consistent scope support ConfigurationProperties beans

Added support @Scope for @ConfigurationProperties beans. To use AnnotationScopeMetadataResolver I had to use AnnotatedG...

SpringBoot Add Graylog Extended Log Format (GELF) for structured logging

SummaryAs of Spring Boot v3.4, structured logging is now built-in into Spring Boot.The following pull requests adds a Gr...

SpringBoot Use early static registration of EventPublishingContextWrapper in tests

See https://github.com/spring-projects/spring-boot/issues/41439#issuecomment-2303907367.We should try to make things wor...

SpringBoot @ConditionalOnBean matches beans that are not autowire candidates resulting in UnsatisfiedDependencyException when an attempt is made to inject the bean

Assuming the following test:@SpringBootTest@EnableAutoConfigurationpublic class TestAutowireCandidate { @Test void...

SpringBoot Add Pulsar container factory customizers

This commit adds the ability for users to customize the auto-configured Spring for Apache Pulsar message container facto...

SpringBoot Polish

Removed @SuppressWarnings as it was no longer needed.Used pattern matching.Updated documentation.Replaced class with rec...
上一页 下一页
.