Nineya
Home
Blog
软著申请
SpringBoot Update getting started with start.spring.io instructions
2025-01-07 17:34:09
1661
Our getting started documentation has a lot of details about installing Gradle and Maven. It would be nice if we also po...
SpringBoot Failed to bind properties to List<Resource>
2025-01-07 17:34:06
14510
Hello friends. While upgrading to spring-boot v3.2.0, I believe I found a regression in the binding of properties to a L...
SpringBoot Updating Map with null value is raising NullPointerException because Collectors.toMap is checking map null value
2025-01-07 17:34:01
544
Hi,We have got that issue migrating from Spring Boot 3.1.5 (using spring-data-mongodb 4.1.6) to Spring Boot 3.2.0 (using...
SpringBoot Dependency Injection does not consider parameter name as default qualifier
2025-01-07 17:33:56
2071
We recently upgraded org.springframework.boot:* from 3.1.5 to 3.2.0 and observed failures in creation of below bean:@Bea...
SpringBoot NoUniqueBeanDefinitionFailureAnalyzer does not account for the fact that missing '-parameters' may be the cause
2025-01-07 17:33:53
177
See https://github.com/spring-projects/spring-framework/issues/31743 for an example of where this can happen. If paramet...
SpringBoot Failures due to code not being compiled with '-parameters' are hard to identify
2025-01-07 17:33:51
327
The -parameters requirement is catching a lot of folks out and our binder doesn't currently do a good job of throwing a ...
SpringBoot NoSuchMethodError can be thrown from Session.getCookie() due to binary incompatibilty
2025-01-07 17:33:49
2491
Spring Boot 3.2.0 breaks binary compatibility with previous versions of Spring Boot (ex, 3.1.6).Given a class that invok...
SpringBoot 'management.tracing.enabled=false' does not disable tracing propagation in Spring Boot 3.2.0
2025-01-07 17:33:46
5494
Before Spring Boot 3.2.0 setting the management.tracing.enabled property to false would also disable the underlying trac...
SpringBoot Support user-defined ExecutionContextSerializer in BatchAutoConfiguation
2025-01-07 17:33:44
2130
Since Spring Batch 5, it's possible to easily specify a custom ExecutionContextSerializer by @EnableBatchProcessing as s...
SpringBoot App fails to start with a NoSuchMethodError when using Flyway 10.0.0
2025-01-07 17:33:40
736
Forward port of issue #38164 to 3.0.x.Comment From: gsant07Is this fix release yet ? I am upgrading springboot from 2.7....
SpringBoot App fails to start with a NoSuchMethodError when using Flyway 10.0.0
2025-01-07 17:33:37
1685
Flyway 10.0.0 has removed the following methods from FluentConfigurationlicenseKeyundoSqlMigrationPrefixcherryPickCommen...
SpringBoot Devtools: Same class with different classloader causing NoSuchBeanDefinitionException
2025-01-07 17:33:35
15937
@philwebb I have started to check our applications and came across an issue. (Sorry if It is already fixed)Short descrip...
SpringBoot Connection Refused Error When Running Spring Boot Application with Docker Compose
2025-01-07 17:33:32
1589
Title: Connection Refused Error When Running Spring Boot Application with Docker ComposeDescription:I'm encountering an ...
SpringBoot SslBundles Set Issue in TomcatServletWebServerFactory
2025-01-07 17:33:29
1693
Hi Spring Team,I am using the Spring boot 3.2.0, and my requirement is to set SslBundles in code instead of setting in Y...
SpringBoot setting spring-boot.run.main-class does not make it accessible through System.getProperty
2025-01-07 17:33:27
2722
w.r.t.: https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#run.run-goal.parameter-detail...
SpringBoot Build against Oracle JDBC driver variant ojdbc11
2025-01-07 17:33:24
743
Oracle provides multiple variants of their jdbc driver and connection pool, each targeting a different JDK baseline.From...
SpringBoot Traces are propagated if tracing is disabled
2025-01-07 17:33:20
926
According to https://github.com/spring-projects/spring-boot/issues/38625#issuecomment-1836120594, management.tracing.ena...
SpringBoot Remove mention of management.tracing.enabled from the documentation
2025-01-07 17:33:16
258
As I said here, it's a mistake that management.tracing.enabled is visible in a user-facing documentation. It's sole purp...
SpringBoot Reactive tracing stopped working after migration from 3.1.5 to 3.1.6
2025-01-07 17:33:13
410
After migration 3.1.5 -> 3.1.6 tracing for reactive apps stopped working (no traceId and spanId in mdc).Link to simpl...
SpringBoot Correct references to Jetty's HTTP2 server module
2025-01-07 17:33:05
397
Update documentation to use org.eclipse.jetty.http2:jetty-http2-server for Jetty HTTP2 server support.All jetty dependen...
上一页
下一页
1
…
1747
1748
1749
1750
1751
…
2246
.