SpringBoot Upgrade to Spring Data 2020.0.6

Comment From: mp911deProject Dependencies Spring Data 2020.0.6Cassandra Driver (com.datastax.oss:java-driver-core): 4.9....

SpringBoot Error when I run the command "./mvnw spring-boot:build-image -e"

Spring Boot 2.4.3Native Image 0.9.0MacBook Pro macOS Big Sur11.2.2 (20D80) with GraalVM 21.0.0.2.r11-grl (installed wi...

SpringBoot JooqExceptionTranslator passes null exception to jOOQ when SQLException cannot be translated

Rather than calling ExecuteContext(RuntimeException) with null, we shouldn't call jOOQ at all. This will lead to throwin...

SpringBoot Upgrade to Java 16 GA builds in CI

Hi,with JDK 16 going GA we can switch to GA builds in the CI environment.Cheers,ChristophComment From: snicollThanks aga...

SpringBoot replace tomcat with undertow doesn't work

It seem that although you set the undertow as the servlet container and exclude the tomcat. Tomcat still take over:this ...

SpringBoot Automatically supersede existing issue in the same milestone when creating dependency upgrade issue

When Bomr's creating an issue for a dependency upgrade, it would be useful if it automatically made the new issue supers...

SpringBoot When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty

HiResolves #25613 Thanks.Comment From: wilkinsonaThank you very much for making your first contribution to Spring Boot, ...

SpringBoot An EnvironmentAware FailureAnalyzer may be configured with the wrong Environment

When FailureAnalyzers, a SpringBootExceptionReporter, is created, the environment prepared by SpringApplication hasn't b...

SpringBoot Kafka StreamsBuilderFactoryBeanCustomizer Duplicates An Interface Already in spring-kafka

In July last year, this commit added interface StreamsBuilderFactoryBeanCustomizer (Boot 2.3, which uses S-K ).An identi...

SpringBoot Extendable JooqExceptionTranslator

JooqExceptionTranslator needs to allow extension for users to custom handle untranslated exceptions.https://github.com/s...

SpringBoot FileSystemWatcher - FilteFilter can't be used

The DirectorySnapshot uses the filter to filter possible changed files:private Set<FileSnapshot> filter(Set<Fil...

SpringBoot spring.main.lazy-initialization=true breaks ServletBearerExchangeFilterFunction

Spring boot: 2.4.3When the property spring.main.lazy-initialization is set to trueThis method never gets called:org.spri...

SpringBoot Document Java 16 support

Once Java 16 is generally available, we should document our support for it.Known limitations:Gradle does not yet support...

SpringBoot Document DataSource implementations supported by DataSourceBuilder

Spring Boot supports a number of DataSources using DataSourceProperties but the level of support is not the same. Some d...

SpringBoot Add Cassandra driver Actuator metrics

Motivation:The DataStax Java driver for Cassandra can be configured to expose driver session operational metrics. Curren...

SpringBoot Add support for ReloadableResourceBundleMessageSource

This PR adds support for ReloadableResourceBundleMessageSource, by adding a spring.messages.reloadable configuration pro...

SpringBoot When multiple schema or data script locations are configured and no resources can be found at a location, you can't tell which location is faulty

application.properties:spring.datasource.data=dml-one.sql,dml-two.sqlFailure:***************************APPLICATION FAIL...

SpringBoot Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent

While migrating an existing application from 2.3.7.RELEASE to 2.4.3 I faced an issue running integration tests complaini...

SpringBoot springboot application log config several log files? how to do ?

I want to know how to output different log file by the springboot application config ,not logback.xml,because my project...

SpringBoot Polish

This PR polishes trivial stuff.Comment From: snicollThanks again @izeye!
上一页 下一页
.