Is your feature request related to a problem? Please describe.
Spring Boot is releasing their next generational release is coming out. Is there a timeline on when this can be validated against 4.0 or updated for a 4.0 release?
Describe the solution you'd like
Specifically there are changes to EnvironmentPostProcessor in Springboot 4 from org.springframework.boot.env.EnvironmentPostProcessor to org.springframework.boot.EnvironmentPostProcessor so it will cause compatibility issues with springboot4 when using pivotal java-cfenv-boot as the class CfDataSourceEnvironmentPostProcessor relies on springboot4 EnvironmentPostProcessor
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Spring Boot is releasing their next generational release is coming out. Is there a timeline on when this can be validated against 4.0 or updated for a 4.0 release?
Describe the solution you'd like
Specifically there are changes to
EnvironmentPostProcessorin Springboot 4 fromorg.springframework.boot.env.EnvironmentPostProcessortoorg.springframework.boot.EnvironmentPostProcessorso it will cause compatibility issues with springboot4 when using pivotal java-cfenv-boot as the classCfDataSourceEnvironmentPostProcessorrelies on springboot4 EnvironmentPostProcessorDescribe alternatives you've considered
No response
Additional context
No response