SpringBoot DataSourceBuilder should only alias a property when the expected DataSource is configured

DataSourceBuilder has a number of aliases to accommodate for small changes in API. For instance, Hikari has a jdbc-url r...

SpringBoot Fix ClassCastException when using ImportAsConfigurationPropertiesBean

Fix a ClassCastException in ConfigurationMetadataAnnotationProcessor that occurred when using the value property of the ...

SpringBoot ClassCastException with configuration metadata annotation processor and @ImportAsConfigurationPropertiesBean without prefix

Considering the following example:@Configuration(proxyBeanMethods = false)@ImportAsConfigurationPropertiesBean(Annotated...

SpringBoot Address inconsistencies in enabling configuration properties

Supporting constructor binding on 3rd party classes the way @ImportAsConfigurationPropertiesBean does leads to some inco...

SpringBoot Support constructor binding on 3rd party classes

I use kotlin, and I want to use data classes to describe my properties/options. The data classes themselves sit in core ...

SpringBoot Provide both properties and YAML for each configuration properties example

For each configuration properties example in the documentation, we'd like to provide both properties and YAML. We can us...

SpringBoot Large files can throw YAMLException due to node limits

When using a lot of references to nodes in the application.yaml the parser fails with the error: Number of aliases for n...

SpringBoot Fix typo

Comment From: snicollIn case you're wondering what the heck I am doing, that was part of a live demo for a webinar. 😁

SpringBoot spring-boot-dependencies should not define a spring-boot.version property

The migration of the build to Gradle and the usage of our bom plugin has resulted in a spring-boot.version property in s...

SpringBoot 添加新工程

Comment From: pivotal-issuemaster@Wind0ranger Please sign the Contributor License Agreement!Click here to manually synch...

SpringBoot Add example of setting system property in gradle bootRun

This section of the Gradle plugin user guide isn't very clear (to me, an idiot). There's a link to the Gradle docs, but ...

SpringBoot Batch JobParameters can now be configured via properties

A user can now configure batch JobParameters using the spring.batch.job-parameters property.The expected format is json,...

SpringBoot Default validation messages not being returned after 2.3.x upgrade

I checked the release notes and saw the change in depedencies, but there's no mention of changes in behauviour in valida...

SpringBoot Version 2.3.4 breaks JPMS

The Spring Boot upgrade to v2.3.4 breaks running our application under JPMS.We get the following stacktrace on startup:o...

SpringBoot Upgrade from 2.3.3 to 2.3.4 make all test fail : java.lang.NoSuchFieldError: defaultInstance

Hi,Upgrading from 2.3.3 to 2.3.4 make all my test fail...A simple test like this :Give a initialization exception java.l...

SpringBoot Remove code deprecated in 2.2

Most code marked as deprecated since 2.2 was removed in 2.3, before we decided that it would be better to leave deprecat...

SpringBoot Upgrade to Undertow 2.2.0.Final

VulenarabilityCVE-2020-10687 (https://nvd.nist.gov/vuln/detail/CVE-2020-10687) is been reported in undertow version bel...

SpringBoot Add configuration option to configure RabbitConnectionFactory's channelRpcTimeout

The property channelRpcTimeout is currently not configurable in RabbitAutoConfiguration via the usual spring.rabbitmq.ch...

SpringBoot Update configuration metadata appendix to remove description for Gradle 4.5 and earlier as it is no longer supported

The reference documentation describes how to configuration the annotation processor to generate configuration property m...

SpringBoot H2 Console error with AbstractRoutingDataSource in Springboot 2.3.3

Bug: H2-Console with Routing datasource in Springboot 2.3.3While upgrading to Springboot 2.3.3 RELEASE we received the f...
上一页 下一页
.