SpringBoot Cross-reference other configuration properties more consistently

This docu page https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.serv...

SpringBoot ContainerConnectionDetails should inherit qualifiers from Container bean

See https://github.com/spring-projects/spring-boot/issues/42970#issuecomment-2453759784Comment From: wilkinsonaThanks, @...

SpringBoot Bean-based conditions do not consider factory beans correctly when determining if they are a candidate

I have a Spring Boot application that utilizes both Liquibase and Flyway for schema management, connecting to PostgreSQL...

SpringBoot Make it easier to define multiple connection details beans of the same type with @ServiceConnection

This is similar to #42746 but for the Testcontainers side of things. We need to consider @ServiceConnection on both @Bea...

SpringBoot HikariCheckpointRestoreLifecycle - new connection opened immediately after stop()

Despite the open issue https://github.com/brettwooldridge/HikariCP/issues/2082 I had the feeling HikariCheckpointRestore...

SpringBoot Add support for non-component @PropertySource discovered by @EnableConfigurationProperties

According to the documentation @PropertySource works on @Configuration classes. However, it would be very beneficial, if...

SpringBoot Default WebSocketMessageBrokerConfigurer is always overriding custom channel executor

When using Spring Websocket with Spring Boot, the latter provides a WebSocketMessagingAutoConfiguration which provides a...

SpringBoot Support timeout property for GraphQL over SSE

42807Comment From: philwebbMight try and squeeze this into 3.4 since it's low riskComment From: nosan@philwebb I haven’t...

SpringBoot Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function

See #42956 for background. Rather than adding direct support for types we could add support for a general purpose mapper...

SpringBoot Add Date and UUID deserialization support in nullSafeValue method

This pull request introduces enhancements to the JsonObjectDeserializer class to support the deserialization of Date and...

SpringBoot Oracle EZConnect JDBC URL format not working in Spring Boot when using Data Guard

DescriptionI'm currently working with a Spring Boot 3.3.x application that connects to an Oracle Database cluster. I hav...

SpringBoot build-info doesn't support seconds since the epoch from project.build.outputTimestamp

Use MavenBuildOutputTimestamp inside BuildInfoMojo to create Instant from project.build.outputTimestamp where the value ...

SpringBoot Link to Eclipse setup instructions

Just for faster finding how to setup eclipse to contribute to spring boot. Also the current "see below" make not so much...

SpringBoot Support timeout property for GraphQL over SSE

It is now possible to configure a timeout on GraphQlSseHandlers after https://github.com/spring-projects/spring-graphql/...

SpringBoot Rework Antora Gradle Infrastructure

Many of the task's inputs are currently captured in a Map<String, Object>. When comparing build scans this makes i...

SpringBoot Use Map.computeIfAbsent where feasible

Comment From: philwebbThanks for the PR, but I've had some issues in the past using computeIfAbsent with a ConcurrentHas...

SpringBoot Re-introduce improved @Email validation annotation

Problem StatementThe current @jakarta.validation.constraints.Email annotation used in Spring Boot for email validation h...

SpringBoot Unexpected Bean Overriding Behavior in Spring Boot Tests with @TestConfiguration and @Primary Annotations

When running tests in my Spring Boot application, I am encountering unexpected behavior with bean overriding. Despite ha...

SpringBoot NPE in bootBuildImage when setting DOCKER_CONTEXT=default

> export DOCKER_CONTEXT=default> g bootBuildImage> Task :bootBuildImage FAILEDFAILURE: Build failed with an exc...

SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor

https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...
上一页 下一页
.