There's a issue which conflict JPA when start application after Migrate spring-boot from 3.0.0-M4 to 3.0.0-M5 and spring-cloud-dependencies 2022.0.0-M4 to 2022.0.0-M5
error logs
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of method consulClient in org.springframework.cloud.consul.ConsulAutoConfiguration required a bean of type 'java.util.function.Supplier' that could not be found.
Action:
Consider defining a bean of type 'java.util.function.Supplier' in your configuration.
auto config logs:
ConsulAutoConfiguration#consulRawClientBuilderSupplier:
Did not match:
- @ConditionalOnMissingBean (types: java.util.function.Supplier; SearchStrategy: all) found beans of type 'java.util.function.Supplier' jpa.DemoRepository.fragments#0 (OnBeanCondition)
and here's demo project to reproduce the problem.
demo.zip
There's a issue which conflict JPA when start application after Migrate spring-boot from 3.0.0-M4 to 3.0.0-M5 and spring-cloud-dependencies 2022.0.0-M4 to 2022.0.0-M5 error logs
auto config logs:
and here's demo project to reproduce the problem. demo.zip