Nineya
Home
Blog
软著申请
SpringBoot Spring Boot 3.1.0: java.lang.NoClassDefFoundError: io/micrometer/registry/otlp/AggregationTemporality
2025-01-07 07:54:25
16234
After upgrading from Spring Boot 3.0.6 to Spring Boot 3.1.0, we get in all our project:java.lang.NoClassDefFoundError: i...
SpringBoot SpringBoot v3.1 breaking Jackson deserialisation of Record classes
2025-01-07 07:54:22
512
The latest version of spring-boot v3.1.0, which comes with jackson-bom to v2.15.0, introduced a buggy version of jackson...
SpringBoot Set Tomcat's WebappClassLoader as the main thread's context classloader
2025-01-07 07:54:20
5088
When a web app is started on standalone Tomcat the WebappClassLoader is created and used to load all of the application'...
SpringBoot Include relaese notes from Pre-Release versions like M1 in final release
2025-01-07 07:54:17
1167
I was updating to 3.1.0 and I was not aware that I should read release notes from M1 etc. My suggestion is to join rele...
SpringBoot jakarta.validation.NoProviderFoundException
2025-01-07 07:54:15
9032
Java 17Kotlin 1.8.10GradleDependenciesorg.springframework.boot:spring-boot-starter-weborg.springframework.boot:spring-bo...
SpringBoot Upgrade to Spring Security 6.1.0
2025-01-07 07:54:12
606
Comment From: hendisantika @Bean public SecurityFilterChain configure(HttpSecurity http) throws Exception { ht...
SpringBoot Database name must not be empty after upgrading to 3.1.0 spring-boot-autoconfigure
2025-01-07 07:54:09
3037
After upgrading to Spring Boot 3.1.0 from 3.0.x mongo auto configuration is not working.application.propertiesspring.dat...
SpringBoot Investigate LoggingSystem's participation in checkpointing
2025-01-07 07:54:06
443
To take a checkpoint that's used for coordinated restore, all file handles and network sockets most be closed. This will...
SpringBoot Javadoc since version for ImageReference is wrong
2025-01-07 07:54:04
137
This PR reverts the accidental Javadoc @since tag changes for the org.springframework.boot.docker.compose.core.ImageRefe...
SpringBoot Server.error.include-* not working
2025-01-07 07:54:00
817
Spring Boot Version: 3.0.6 - Still happens on 3.0.7.It was working on Spring Boot 2.7.X.In application.properties, I hav...
SpringBoot Docker compose dependency causes failures during Maven AOT processing
2025-01-07 07:53:58
663
Similar to #35433.Comment from Andy:The Maven side of things is more complicated for the reasons that Moritz described h...
SpringBoot Review @ServiceConnection and how it participates in application context caching
2025-01-07 07:53:53
2293
ServiceConnectionContextCustomizer does not implement hashcode and equals so I think that any test class that currently ...
SpringBoot In Spring Boot 3.0.3, component scanning does not work when application's path contains one characters that would be URL encoded and it's not being run as an archive
2025-01-07 07:53:49
33895
Write any simple configuration class:@Configurationpublic class ProjectConfig { @Bean public SecurityFilterChain secur...
SpringBoot Fix imports in WelcomePageNotAcceptableHandlerMapping
2025-01-07 07:53:46
310
Hi,with 418dd1ba5bdad79b55a043000164bfcbda2acd78 respectively the merge to 3.x some javax imports slipped in.Cheers,Chri...
SpringBoot Make CurrentTraceContext.Builder a bean
2025-01-07 07:53:44
1488
When I did Micrometer Tracing/Observation support on my product, I noticed a part that I want to fix on the spring boot ...
SpringBoot Docker compose service readiness checks cannot be bypassed
2025-01-07 07:53:38
140
Our docker compose readiness checks currently always run. If the user is using heathchecks in their file they may wish t...
SpringBoot Ensure that Flyway uses SLF4J by default and provide a configuration property to override the setting
2025-01-07 07:53:36
2438
[GRAALVM 22.3.1 on Macos ARM]After upgrading my example projects to 3.1.0-RC1 I noticed several AOT regressions,for JPA,...
SpringBoot Revisit Management context AOT support to not require the contributor to be a bean
2025-01-07 07:53:33
1425
ChildManagementContextInitializer is a bean that implements BeanRegistrationAotProcessor and isn't a BeanPostProcessor. ...
SpringBoot Defining a zipkin2.reporter.Reporter results in two reporter beans as the auto-configured AsyncReporter does not back off
2025-01-07 07:53:29
345
from this PR: https://github.com/spring-projects/spring-boot/pull/35424ModificationsZipkinConfigurations.ReporterConfigu...
SpringBoot Remove pluggable docker compose ReadinessCheck
2025-01-07 07:53:27
158
The ReadinessCheck interface may need some refining so for Spring Boot 3.1 we should remove pluggable support. We can re...
上一页
下一页
1
…
1816
1817
1818
1819
1820
…
2246
.