SpringBoot Spring Boot 3.2 - Facing issues with trace-id and span-id not being printed in logs when spring-cloud-loadbalancer is used.

I recently migrated to Spring Boot 3.2 and I'm having issues with trace-id and span-id not being printed in logs when a ...

SpringBoot how to build generate git info documentation out of date

This documentation is not working anymore with gradle 8.5 and java 17:https://docs.spring.io/spring-boot/docs/3.2.2/refe...

SpringBoot R2DBC Core DatabaseClient.sql replacing column 'key' to '[*]key'

Affects: 3.2.0r2dbc.core.databaseclient.sql replace query that have column name 'key' to '[*]key' and this causes error...

SpringBoot Provide a callback to decrypt DB passwords

Common requirement is to encrypt your db password and put it in your props file. It'd be nice for Boot to provide some k...

SpringBoot httpcore version is not compatible with httpclient version

Hi,httpcore.version was updated from 4.4.4 to 4.4.5 with:https://github.com/spring-projects/spring-boot/issues/6165https...

SpringBoot ThreadLocalAccessor implementation for MDC

To support MDC propagation between threadlocal and reactor operation chain, e.g. using WebClient in Spring MVC, I use a ...

SpringBoot Support flexible duration parsing in placeholders for @Scheduled annotations

I have a @ConfigurationProperties class with Duration fields. I'd like to reference one of these fields when declaring a...

SpringBoot After upgrade to Spring Boot 3.2, AOT failure "Code generation does not support ?"

I've recently upgraded an app from Spring Boot 3.1.8 to Spring Boot 3.2.3. The project is built with Gradle and uses Jav...

SpringBoot Switch to OpenFeign fork of QueryDSL

The original QueryDSL's last release was July 2021, and last commit was October 2022.The OpenFeign project have forked i...

SpringBoot Can I use Jetty 9.4 with Spring Boot 3.2.0 ?

Comment From: bclozelNo, Spring Framework 6.0 requires Jetty 11. If you're using direct Jetty integrations (like the rea...

SpringBoot Provide MvcRequestMatcher.Builder that correctly configures the servlet path

When only one DispatcherServlet servlet mapping, publish MvcRequestMatcher.Builder beanCloses #37917Comment From: wilkin...

SpringBoot Timeout issue after spring boot update 3.2.1

This test fails with a timeout exception(logs included). Previous spring boot version of 3.1.5 works fine. Can I get som...

SpringBoot Spring Boot reference doc's Getting Started application code misses imports

Hi,I wanted to report that the first application code in the Getting Started page in the reference doc lacks imports, wh...

SpringBoot ConfigurationProperties ConstructorBinding fails with IllegalStateException after Upgrade to Spring Boot 3.2.0

We use a Spring Boot JAR Library as toolkit for our other Spring Boot Applications.We use Constructor Binding of custom ...

SpringBoot Consider FailureAnalyzer for DB connection issues

When the database is down, this is the current result. . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ ...

SpringBoot Tomcat

How to prohibit Tomcat to escape the # and + characters in the URL in SpringBoot ?Comment From: mhalbritterThanks for ge...

SpringBoot Mockito's MockedStatic isn't closed in all cases

Possibly related to https://github.com/spring-projects/spring-boot/issues/39270, there is also an issue when a test in a...

SpringBoot NestedJarFile constructor javadoc is incorrect

See https://github.com/spring-projects/spring-boot/issues/37668#issuecomment-1900640077Comment From: philwebbClosing in ...

SpringBoot shardingsphere-jdbc 5.4.1 integrating mybatis

When integrating mybatis with shardingsphere-jdbc, the following error message occurs:java.lang.NoSuchMethodError: org.y...

SpringBoot Drop support for CommonsMultipartResolver as it has been removed in Spring Framework 6

Comment From: john17797What is the alternative class for CommonsMultipartResolver after this class has been removed? Com...
上一页 下一页
.