Nineya
Home
Blog
软著申请
SpringBoot Provide properties for configuring JDBC connections with SSL
2025-01-07 22:58:43
1255
Comment From: scottfrederickConfiguring SSL for JDBC connections is not as seamless as it is for the other client connec...
SpringBoot Update @ConditionalOnSingleCandidate to deal with fallback beans
2025-01-07 22:58:41
181
With https://github.com/spring-projects/spring-framework/issues/26241 we should update @ConditionalOnSingleCandidate to ...
SpringBoot Auto-configure HandlerMethodArgumentResolvers on AnnotatedControllerConfigurer
2025-01-07 22:58:39
2862
Allows configuring HandlerMethodArgumentResolver beans on AnnotatedControllerConfigurer.Comment From: maxhovI see that t...
SpringBoot Add hint for new dependencies required for Flyway
2025-01-07 22:58:36
1254
After following the documentation in https://docs.spring.io/spring-boot/how-to/data-initialization.html#howto.data-initi...
SpringBoot Make DataSourceBuilder be able to derive driverClassName from a URL
2025-01-07 22:58:33
1533
When using DataSourceBuilder to "deriveFrom" another DataSource, it is possible that the other Datasource has a getter f...
SpringBoot Fix link to Flyway reference documentation
2025-01-07 22:58:30
250
Correct the link for the Flyway Callback Concept. The old link was moved.Comment From: snicoll@lamtrinhdev thanks very m...
SpringBoot Support @Name with JavaBean-based configuration properties
2025-01-07 22:58:26
176
Makes the Name annotation applicable on fields and takes this name when looking up the corresponding property.See #37105...
SpringBoot Support config property --> object field custom mapping
2025-01-07 22:58:24
5196
The following SO question illustrates the problem well.Long story short, sometimes I want to have a property in my confi...
SpringBoot Update "Amazon Redshift" DataSource for DatabaseDriver.java
2025-01-07 22:58:21
563
As the latest guide document at https://docs.aws.amazon.com/redshift/latest/mgmt/jdbc20-register-driver-class.html they ...
SpringBoot Broaden test coverage for @Name
2025-01-07 22:58:17
290
@Name can be used with Kotlin to specify the name of a configuration property. For example, it can be used on a data cla...
SpringBoot Connection reset by server if file upload exceeds size limit
2025-01-07 22:58:15
3433
We recently upgraded our Spring Boot based application from version 3.1.11 to 3.2.7.We are using the embedded Jetty inst...
SpringBoot Document configuration property binding's support for using @Name to customize a property name
2025-01-07 22:58:12
262
@Name can be used on a constructor parameter or record component to customize the name of a property. For example, this ...
SpringBoot Test ConnectionFactoryUnwrapper without pooled-jms jar
2025-01-07 22:58:10
424
I think the ConnectionFactoryUnwrapper class introduced in #39816 may fail if pooled-jms.jar is missing from the classpa...
SpringBoot Hibernate Search Bytecode Enhancement Issue
2025-01-07 22:58:07
692
I reported the following issue to the Hibernate team: https://hibernate.atlassian.net/browse/HSEARCH-5205org.hibernate.e...
SpringBoot Add Jackson StructuredLogFormatter
2025-01-07 22:58:05
2576
It would be nice if a Jackson implementation of StructuredLogFormatter could be provided by Spring Boot for users that w...
SpringBoot Consider using DriverManager.getDriver(jdbcUrl) to detect the driver to use
2025-01-07 22:58:02
3752
See https://github.com/brettwooldridge/HikariCP/issues/701#issuecomment-240415748Comment From: philwebbkeywords for sear...
SpringBoot Review docs build configuration
2025-01-07 22:57:58
254
BUILD_REFNAME needs to be set on "Sync Documentation" stepBUILD_VERSION needs to be set on "Sync Documentation" stepREFE...
SpringBoot Allow values from configtree to resolve nested placeholders
2025-01-07 22:57:56
3960
It would be helpful if for properties which come from a configtree the placeholders will be replaced. Currently this see...
SpringBoot Resolve nested placeholders as possible if value is CharSequence
2025-01-07 22:57:53
545
Fix GH-34195Comment From: quaffPlease note the argument at Spring Framework side.Comment From: quaffPlease note the argu...
SpringBoot Opsgenie alerts are not being sent after updating the Spring Boot version to 3.2.5.
2025-01-07 22:57:50
2682
Previously Our service is implemented on spring boot 2.7.1 and we are able to send alerts to opsgenie when services are ...
上一页
下一页
1
…
1666
1667
1668
1669
1670
…
2246
.