SpringBoot Meta annotate @AutoConfiguration with @EnableConfigurationProperties

It would be handy, for example@AutoConfiguration@EnableConfigurationProperties({MyPropA.class, MyPropB.class})can be wri...

SpringBoot Upgrade logback for more complete fixes to CVE-2023-6378 CVE-2023-6481

More complete fixes available: https://logback.qos.ch/news.htmlComment From: pivotal-cla@FatalEnigma Please sign the Con...

SpringBoot Support constructor binding on 3rd party classes

We had a first attempt in #23172 that we decided to revert due to a number of inconsistencies the proposal brings. Using...

SpringBoot Provide auto-configuration for mustache.java

Good afternoon,I was reviewing the Mustache support for Spring Boot and I notice that the transitive dependency for the ...

SpringBoot SB 3.2 - Nested Jar Support Breaks Nested XML Stylesheets

We have nested xml stylesheets that get read by the native Java XML parser / transformer.<!-- stylesheets/subfolder/s...

SpringBoot Spring Boot 3.2.0 Upgrade: Spring Cloud OpenFeign causes IllegalArgumentException

Upgrading from Spring Boot 3.1.6 -> 3.2.0 has made applications with Spring Cloud Open Feign unable to launch. An Ill...

SpringBoot Excuse me, is it possible to connect to sqserver2012 in Spring Boot version 1.5.21 without upgrading to Spring Boot?

Excuse me, is it possible to connect to sqserver2012 in Spring Boot version 1.5.21 without upgrading to Spring Boot?Howe...

SpringBoot upgrade logback dependency version to resolve CVE-2023-6378

Comment From: bclozelThere is no need to ask for a dependency upgrade.As mentioned in our issue template:You DO NOT need...

SpringBoot Cache miss for REQUEST dispatch to "some url" Spring Boot 3

Hi everyone, im kinda new for Spring Boot 3.So i have an Issue with Security when i try to create a post in Postman, it ...

SpringBoot Spring boot GraalVM empty object serialization

hithis is a sample demo using spring boot 3.2.0, kotlin 1.9.20, java 21data class Person( val id: Int = 0, val nam...

SpringBoot Provide configuration property for the refresh policy of ReactiveElasticsearchTemplate

See #30096 and #30378 for background. To make it easier for users to configure the refresh policy and indices options of...

SpringBoot Allow multiple R2DBC ConnectionFactories to be created from properties

I'm looking for a way to use multiple ConnectionFactory beans in my reactive Spring Boot app. Looking at the autoconfigu...

SpringBoot springboot 3.1.6 webflux span lost

I constructed the web client using the following method. @Bean public XXXApiService deeplApiClient(HttpClient httpCli...

SpringBoot Migration from Spring Boot 3.1.5 to 3.2.0 HibernateSearch Index Building fails

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'EntityManagerFactory' defined in...

SpringBoot Springboot 15.21 cannot be linked to SQL Server 2012, is it a version incompatibility?

Java1.8, data source is alibaba.druid, spring boot 1.521 cannot connect to sqlserver2012, but can connect to sql2008. Is...

SpringBoot Spring Data Jdbc findAll low performance for native application

Hi,I faced a performance issue with Spring Data Jdbc with native application. It isn't easy to prepare a demo cause I fo...

SpringBoot Tracing missing in log statement before returning the Mono chain after boot 3.2 webflux upgrade

Hi,Super simple to reproduce but if I have a simple spring boot webflux application: @SpringBootApplicationpublic class ...

SpringBoot Support new CSP auth method for Wavefront (AOA)

Wavefront has integrated into VMware's CSP authentication system, and the wavefront-sdk-java library has been updated to...

SpringBoot @PathVariable throw an error after ignoring value in Spring Boot 3.2.0.

jdk: openjdk 17springboot: 3.2.0mybatis: 3.0.3If the parameter name of @PathVariable is the same as the parameter name o...

SpringBoot Missing registry auto-configuration for JMS listener observation support

As part of #37388 we set the ObservationRegistry on the auto-configured JmsTemplate. We missed the JmsListenerContainerF...
上一页 下一页
.