Nineya
Home
Blog
软著申请
SpringBoot Cross-reference other configuration properties more consistently
2025-01-07 23:47:10
6420
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
2025-01-07 23:47:06
474
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
2025-01-07 23:47:03
5835
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
2025-01-07 23:47:00
182
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()
2025-01-07 23:46:58
24714
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
2025-01-07 23:46:56
3394
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
2025-01-07 23:46:51
3250
When using Spring Websocket with Spring Boot, the latter provides a WebSocketMessagingAutoConfiguration which provides a...
SpringBoot Support timeout property for GraphQL over SSE
2025-01-07 23:46:46
438
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
2025-01-07 23:46:44
130
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
2025-01-07 23:46:42
3240
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
2025-01-07 23:46:39
13432
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
2025-01-07 23:46:37
266
Use MavenBuildOutputTimestamp inside BuildInfoMojo to create Instant from project.build.outputTimestamp where the value ...
SpringBoot Link to Eclipse setup instructions
2025-01-07 23:46:34
218
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
2025-01-07 23:46:31
268
It is now possible to configure a timeout on GraphQlSseHandlers after https://github.com/spring-projects/spring-graphql/...
SpringBoot Rework Antora Gradle Infrastructure
2025-01-07 23:46:28
1340
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
2025-01-07 23:46:26
194
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
2025-01-07 23:46:23
2817
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
2025-01-07 23:46:20
2666
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
2025-01-07 23:46:18
19239
> export DOCKER_CONTEXT=default> g bootBuildImage> Task :bootBuildImage FAILEDFAILURE: Build failed with an exc...
SpringBoot Support Markdown documentation comments in spring-boot-configuration-processor
2025-01-07 23:46:13
1836
https://openjdk.org/jeps/467, currently targeted at Java 23, will add support for writing documentation comments using M...
上一页
下一页
1
…
1628
1629
1630
1631
1632
…
2246
.