Nineya
Home
Blog
软著申请
SpringBoot Add spring.data.redis.lettuce.read-from property
2025-01-08 00:38:57
6938
42576Comment From: wilkinsonaThanks, @nosan. Unfortunately, when I looked at this yesterday, I mistakenly thought that R...
SpringBoot Auto-configure the Postgres application_name when using Docker Compose
2025-01-08 00:38:53
3255
gh-40772I added since 3.4.0 everywhere but maybe it could be merged earlier if everything is ok.Thanks in advanceComment...
SpringBoot NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher
2025-01-08 00:38:51
12151
Hello,During the spring boot upgrade 3.4.0 i am getting below error which is actually working fine with 3.3.6.org.gradle...
SpringBoot Support OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES environment variables
2025-01-08 00:38:48
4306
The OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES environment variables are a fundamental mechanic of configuring appli...
SpringBoot Introduce dedicated annotation to deal with boolean property conditions
2025-01-08 00:38:45
6373
As shown in #43641 we have inconsistencies with the way we use @ConditionalOnProperty for enabled annotations. Introduci...
SpringBoot Upgrade to Versions Maven Plugin 2.18.0
2025-01-08 00:38:43
142
Upgrade to Versions Maven Plugin 2.18.0.Comment From: surya170Hi @wilkinsona,I’d like to work on this issue. Could you p...
SpringBoot Upgrade to HikariCP 6.2.1
2025-01-08 00:38:27
281
Upgrade to HikariCP 6.2.1.Comment From: kzander91Note that #43489 has already been opened.Comment From: philwebbThanks @...
SpringBoot Simplify test for LoggingApplicationListener's handling of a Throwable thrown from LoggingSystem#initialize
2025-01-08 00:38:21
465
It's tested by tryingToUseJaninoWhenItIsNotOnTheClasspathFailsGracefully in LoggingApplicationListenerTests at the momen...
SpringBoot StructuredLogFormatter exceptions are not visible to the user
2025-01-08 00:38:19
7597
Currently, if StructuredLogFormatter throws an exception it is silently swallowed and the user doesn't know something ha...
SpringBoot DataSourceTransactionManagerAutoConfiguration should not enable DataSourceProperties as it does not use them
2025-01-08 00:38:15
377
DataSourceProperties bean is not used by DataSourceTransactionManagerAutoConfiguration.Comment From: philwebbThanks @qua...
SpringBoot Use SQLExceptionTranslator bean if defined
2025-01-08 00:38:12
130
Auto-configure JdbcTemplate and HibernateJpaDialect beans with SQLExceptionTranslator bean if the latter one is uniqueSe...
SpringBoot Add TaskDecorator support for scheduled tasks
2025-01-08 00:38:10
583
gh-43173I also marked the existing ThreadPoolTaskSchedulerBuilder constructor with the @Deprecated annotation, as I beli...
SpringBoot CapturedOutput is empty when using Log4J2 StatusLogger
2025-01-08 00:38:06
1642
While working on #43575 I noticed that Log4j2 Smoke Tests does not contain a test to verify that DefaultErrorHandler pri...
SpringBoot Metrics and health do not include non-default candidate beans
2025-01-08 00:38:04
4086
The documentation for Spring Boot 3.4 now recommends the @Qualifier("xyz") and @Bean(defaultCandidate = false) approach...
SpringBoot Query Regarding Quartz Scheduler Warning in Spring Boot Application
2025-01-08 00:38:01
1654
We are using Quartz for job scheduling in our Spring Boot application, and we've encountered a warning related to the sc...
SpringBoot docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier
2025-01-08 00:37:59
701
This is due to the change made for https://github.com/spring-projects/spring-boot/issues/40139 which has inadvertently r...
SpringBoot Switch away from using 'prefix' attribute of @ConditionalOnProperty
2025-01-08 00:37:56
197
Using prefix isn't necessary any more and we can simply combine the prefix and the name attributes. In a lot of cases th...
SpringBoot Move away from self-signed.badssl.com
2025-01-08 00:37:54
311
We're using https://self-signed.badssl.com to validate a scenario where SSL validation may be skipped locally. Changes t...
SpringBoot Several auto-configurations are creating JMX beans unnecessarily
2025-01-08 00:37:52
374
We have a few @ConditionalOnProperty annotations that check for "spring.jmx" with matchIfMissing = true (e.g. org.spring...
SpringBoot Remove virtual thread support for Undertow as it leaks memory
2025-01-08 00:37:50
16511
Hello,I am observing an issue with virtual threads in Undertow in Spring Boot v3.3.0-M2. When using spring.threads.virtu...
上一页
下一页
1
…
1602
1603
1604
1605
1606
…
2246
.