SpringBoot Spring Boot native application fails at startup

Version: 3.1.1Log:2023-06-22T15:24:58.120Z INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Curr...

SpringBoot OOB issue - Boot 3.1 BeanCreationException for entityManagerFactory when building Native Image

Repro(1) Generate a project OOB from start.spring.io(2) add dependencies for: web, testcontainers, postgres, h2, thymele...

SpringBoot Support for Micrometer Tracing Annotations

In version 1.1 Micrometer Tracing ported annotations from Sleuth. To ease the migration from the Spring Boot 2 are there...

SpringBoot Polish log correlation docs

Docs related to #33280 (log correlation) and #35593 (application name in each log line) need some polishing:- Fix projec...

SpringBoot Support for Base64 encoded p12 keystore using the ssl bundle configuration

I've added support for Base64 encoded p12 formatted keystores. This is my backing StackOverflow questionComment From: pi...

SpringBoot MySql dependency error with Spring 2.7.8

Not able to add MySql dependency in Spring boot project created with 2.7.8, getting the following error in pom.xmlcom.my...

SpringBoot TraceID not propagated from Sleuth - SB 2.7.x to SB 3.1.0

I've migrated some applications to Spring boot 3 (with observability), while others are still on 2.7 (with sleuth 3.1.5)...

SpringBoot PEM SSL bundles do not support encrypted PKCS8 private keys

Happens with the new SSL bundles in Spring boot 3.1The PKCS8 allows for encrypted private key with a password. Unfortuna...

SpringBoot issue with query DSL dependency management ?

Hello, I think there's a little issue in the dependency management of Springboot 3.0.x & 3.1.y of the library query ...

SpringBoot Automatically generate reflection hints for configuration property binding that relies on ObjectToObjectConverter

I have built a native image with SpringBoot 3.0 and native-maven-plugin. It package successed but started failed because...

SpringBoot Configure a timeout for staging builds

Unlike regular CI builds, we don't have any explicit timeout configuration for staging builds. This means that we've bee...

SpringBoot BugReport: Regarding MongoManagedTypes is being a private constructor class with final keyword for the class for spring-boot 3.1.0

In Spring-Boot 3.1.0 version after upgrading found the MongoManagedTypes class not found, error thrown due to the priva...

SpringBoot Gradle 8.2 compatibility: replace usage of JavaPluginConvention with …

Hello,The upcoming release of Gradle 8.2 has introduced a warning around the use of Project.getConvention which is relat...

SpringBoot Automatically log correlation IDs when Micrometer tracing is being used

Right now, as documented users have to set this in their config to get span id and trace ids in logs:logging.pattern.lev...

SpringBoot Include the application name on each log line when it is available

See #33280 for background. We think showing the application name is a useful feature that we should offer regardless of ...

SpringBoot spring boot cloud kafka properties are not working as expected

properties.yaml consumer: enableDql: true dlqName: test.dlq au...

SpringBoot SSL configuration overwrites other WebClient customization

Issue: Whenever you are configuring TLS on a webclient, any other custom configuration of HttpClient is lost and not app...

SpringBoot SpringApplication.from(…).with(…) adds its sources to every context that's created

Using Testcontainers at Development Time I have @TestConfiguration(proxyBeanMethods = false)public class ContainersConfi...

SpringBoot Automatically register the ObservationAwareSpanThreadLocalAccessor after ObservationThreadLocalAccessor

Currently we require the users to make the ContextRegistry.getInstance().registerThreadLocalAccessor(new ObservationAwar...

SpringBoot Native reflection hints generated for @ConfigurationProperties when used on @Bean methods are incorrect when the properties class has a non-default constructor

See https://github.com/spring-cloud/spring-cloud-stream/issues/2640#issuecomment-1458611545. We might be missing some hi...
上一页 下一页
.