Nineya
Home
Blog
SpringBoot Upgrade to Spring Data 2020.0.6
2025-01-06 22:25:31
709
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"
2025-01-06 22:25:23
29682
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
2025-01-06 22:25:15
331
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
2025-01-06 22:25:06
133
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
2025-01-06 22:24:59
4219
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
2025-01-06 22:24:50
180
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
2025-01-06 22:24:40
128
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
2025-01-06 22:24:33
532
When FailureAnalyzers, a SpringBootExceptionReporter, is created, the environment prepared by SpringApplication hasn't b...
SpringBoot Kafka StreamsBuilderFactoryBeanCustomizer Duplicates An Interface Already in spring-kafka
2025-01-06 22:24:27
2432
In July last year, this commit added interface StreamsBuilderFactoryBeanCustomizer (Boot 2.3, which uses S-K ).An identi...
SpringBoot Extendable JooqExceptionTranslator
2025-01-06 22:24:20
1215
JooqExceptionTranslator needs to allow extension for users to custom handle untranslated exceptions.https://github.com/s...
SpringBoot FileSystemWatcher - FilteFilter can't be used
2025-01-06 22:23:52
2044
The DirectorySnapshot uses the filter to filter possible changed files:private Set<FileSnapshot> filter(Set<Fil...
SpringBoot spring.main.lazy-initialization=true breaks ServletBearerExchangeFilterFunction
2025-01-06 22:23:39
1162
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
2025-01-06 22:23:32
858
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
2025-01-06 22:23:24
1658
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
2025-01-06 22:23:17
3459
Motivation:The DataStax Java driver for Cassandra can be configured to expose driver session operational metrics. Curren...
SpringBoot Add support for ReloadableResourceBundleMessageSource
2025-01-06 22:23:11
3796
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
2025-01-06 22:22:52
900
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
2025-01-06 22:22:44
6439
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 ?
2025-01-06 22:22:37
736
I want to know how to output different log file by the springboot application config ,not logback.xml,because my project...
SpringBoot Polish
2025-01-06 22:22:30
72
This PR polishes trivial stuff.Comment From: snicollThanks again @izeye!
上一页
下一页
1
…
2059
2060
2061
2062
2063
…
2246
.