SpringBoot Upgrade to Jooq 3.17.6 and Spring Boot 3.0.0 -> AbstractMethodError

After updating to Spring Boot 3.0.0 and Jooq to 3.17.6 our Application keeps crashing when fetching data from the MySQL-...

SpringBoot Disable HTTP Methods with application.properties/yaml

HI,I'm using spring boot 2.7.x and 3.1.x on an enterprise project.During Security Test phase, in particular in DAST Phas...

SpringBoot @Component is not worked when exists spring.components

Hello.Today we introduced a third-party jar into my project.Unfortunately, our project was not worked.When we look at co...

SpringBoot spring-boot-starter-validation has dependency hibernate-validator:8.0.0.Final which does not work

Recently added spring-boot-starter-validation to my project and it stopped starting. In stacktrace I found a problem wit...

SpringBoot SpringBoot3+Micrometer: Missing traceId when handling exception

Context:springboot version: 3.0.0 and 3.1.1I upgraded my projected to springboot 3 and use micrometer as traceability. I...

SpringBoot Avoid 406 Not Acceptable for error pages

Given a Spring MVC Controller like:@RestControllerpublic class TestController { @GetMapping(path = "/test",...

SpringBoot Compatibility with Spring Boot 3.0.8 and Spring Cloud Sleuth 3.x

I am running into issue while trying to upgrade the SpringBoot version to 3.0.8 from 2.7.2. I am getting the below issue...

SpringBoot Circular Dependency Issue - V2.6 to Latest

Having an issue resolving circular dependency in a Spring Boot Starter project (version 3.1) with Gradle.Using setter in...

SpringBoot Upgrade to gradle-build-action 2.6.0

Bumps gradle/gradle-build-action from 2.5.1 to 2.6.0.Release notesSourced from gradle/gradle-build-action's releases.v2....

SpringBoot Application started JVM time

Currently, startup metrics missing JVM startup time presented in logs. Example startup log contains line:Started Applica...

SpringBoot Preserve build report artifacts to aid diagnosis of problems in PR builds

We can enable build scans for PR builds without making credentials available to the workflow by publishing scans to scan...

SpringBoot Setting pool size for resttemplate HttpComponentsClientHttpRequestFactory has the setReadTimeout method marked as deprecated

this code used to work but now got setReadTimeout method marked as deprecated error when update to spring 3@Configuratio...

SpringBoot The auto-configuration class "OAuth2ClientAutoConfiguration" creates two identical "OAuth2AuthorizationRequestRedirectFilter" instances

When introducing the "spring-boot-starter-oauth2-client" dependency and using the default configuration, two nearly iden...

SpringBoot @ConditionalOnBean does not see a bean defined later in the same auto-configuration

I ran into this issue while implementing an auto-configuration in a complex project, but here I will exemplify with a ve...

SpringBoot Possible way to refresh Java Keystore without restart spring boot context?

Let's Encrypt is a new Certificate Authority, which provides free certificates and encourage automation for certificate ...

SpringBoot SBoM of Docker image contains test dependencies

Hi,To reproduce this issue, simply create a Spring Boot demo application via Spring Initializr (e.g. Spring 2.7.13, Java...

SpringBoot java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Date (java.lang.String and java.util.Date are in module java.base of loader 'bootstrap')

Stack trace : java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Date (java.lang.Str...

SpringBoot The log is invalid in the SpringApplicationRunListeners.starting

behaviorcode show as belowpublic class CostTimeSpringApplicationRunListener implements SpringApplicationRunListener { ...

SpringBoot @ConditionalOnBean is affected by the order in which beans are declared in the file

@ConditionalOnBean is affected by the order in which beans are declared in the file. For example, I have a file with the...

SpringBoot Add local baggage and tagged baggage

If we look at Sleuth & Boot tracing Baggage features comparison we're still missing two.Local Baggage - local baggag...
上一页 下一页
.