You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
I am wondering if here we are sure to always have a WebMergedContextConfiguration and never a ReactiveWebMergedContextConfiguration given the fact that ReactiveWebMergedContextConfiguration does not inherit from WebMergedContextConfiguration (could be given the name).
I don't understand yet why this happen in native and likely not in JVM + AOT mode (worth to double check by debugging potentially). The only reason I can think about would be that we miss some reflection config that impact classpath detection on native, leading to providing a ReactiveWebMergedContextConfiguration instead of a WebMergedContextConfiguration like on the JVM.
The text was updated successfully, but these errors were encountered:
snicoll
changed the title
Fix petclinic-jdbc sample tests
Wrong test context can be inferred in a native mage leading to a ClassCastException
Dec 6, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When executing
./build.sh -t
on thepetclinic-jdbc
sample, we got this error.I am wondering if here we are sure to always have a
WebMergedContextConfiguration
and never aReactiveWebMergedContextConfiguration
given the fact thatReactiveWebMergedContextConfiguration
does not inherit fromWebMergedContextConfiguration
(could be given the name).I don't understand yet why this happen in native and likely not in JVM + AOT mode (worth to double check by debugging potentially). The only reason I can think about would be that we miss some reflection config that impact classpath detection on native, leading to providing a
ReactiveWebMergedContextConfiguration
instead of aWebMergedContextConfiguration
like on the JVM.The text was updated successfully, but these errors were encountered: