SpringBoot Provide properties for configuring JDBC connections with SSL

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

With https://github.com/spring-projects/spring-framework/issues/26241 we should update @ConditionalOnSingleCandidate to ...

SpringBoot Auto-configure HandlerMethodArgumentResolvers on AnnotatedControllerConfigurer

Allows configuring HandlerMethodArgumentResolver beans on AnnotatedControllerConfigurer.Comment From: maxhovI see that t...

SpringBoot Add hint for new dependencies required for Flyway

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

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

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

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

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

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

@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

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

@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

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

I reported the following issue to the Hibernate team: https://hibernate.atlassian.net/browse/HSEARCH-5205org.hibernate.e...

SpringBoot Add Jackson StructuredLogFormatter

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

See https://github.com/brettwooldridge/HikariCP/issues/701#issuecomment-240415748Comment From: philwebbkeywords for sear...

SpringBoot Review docs build configuration

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

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

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.

Previously Our service is implemented on spring boot 2.7.1 and we are able to send alerts to opsgenie when services are ...
上一页 下一页
.