SpringBoot Spring Boot 3.1.0: java.lang.NoClassDefFoundError: io/micrometer/registry/otlp/AggregationTemporality

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

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

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

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

Java 17Kotlin 1.8.10GradleDependenciesorg.springframework.boot:spring-boot-starter-weborg.springframework.boot:spring-bo...

SpringBoot Upgrade to Spring Security 6.1.0

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

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

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

This PR reverts the accidental Javadoc @since tag changes for the org.springframework.boot.docker.compose.core.ImageRefe...

SpringBoot Server.error.include-* not working

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

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

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

Write any simple configuration class:@Configurationpublic class ProjectConfig { @Bean public SecurityFilterChain secur...

SpringBoot Fix imports in WelcomePageNotAcceptableHandlerMapping

Hi,with 418dd1ba5bdad79b55a043000164bfcbda2acd78 respectively the merge to 3.x some javax imports slipped in.Cheers,Chri...

SpringBoot Make CurrentTraceContext.Builder a bean

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

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

[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

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

from this PR: https://github.com/spring-projects/spring-boot/pull/35424ModificationsZipkinConfigurations.ReporterConfigu...

SpringBoot Remove pluggable docker compose ReadinessCheck

The ReadinessCheck interface may need some refining so for Spring Boot 3.1 we should remove pluggable support. We can re...
上一页 下一页
.