Nineya
Home
Blog
SpringBoot DataSourceBuilder should only alias a property when the expected DataSource is configured
2025-01-06 19:15:34
2125
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
2025-01-06 19:15:27
741
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
2025-01-06 19:15:21
2511
Considering the following example:@Configuration(proxyBeanMethods = false)@ImportAsConfigurationPropertiesBean(Annotated...
SpringBoot Address inconsistencies in enabling configuration properties
2025-01-06 19:15:14
428
Supporting constructor binding on 3rd party classes the way @ImportAsConfigurationPropertiesBean does leads to some inco...
SpringBoot Support constructor binding on 3rd party classes
2025-01-06 19:15:07
12162
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
2025-01-06 19:14:53
340
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
2025-01-06 19:14:47
9150
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
2025-01-06 19:14:39
117
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
2025-01-06 19:14:33
4529
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 添加新工程
2025-01-06 19:14:26
287
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
2025-01-06 19:14:19
2349
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
2025-01-06 19:14:12
782
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
2025-01-06 19:14:04
2561
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
2025-01-06 19:13:58
12168
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
2025-01-06 19:13:51
9342
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
2025-01-06 19:13:44
1316
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
2025-01-06 19:13:38
828
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
2025-01-06 19:13:31
545
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
2025-01-06 19:13:24
547
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
2025-01-06 19:13:18
22613
Bug: H2-Console with Routing datasource in Springboot 2.3.3While upgrading to Springboot 2.3.3 RELEASE we received the f...
上一页
下一页
1
…
2110
2111
2112
2113
2114
…
2246
.