spring-framework/spring-webflux
Brian Clozel 07a5d8c91c Fix FreeMarker tests for JDK21 build
Prior to this commit, some FreeMarker tests would fail when involving
property lookup in a template file, where this bean property is linked
with a method implemented as a default method on an interface.

While I did not manage to reproduce this behavior in an independent test
case, this is most likely related to a change in JDK 21:
https://bugs.openjdk.org/browse/JDK-8071693

This commit changes the template expression to using the default method
directly.
2023-05-11 17:10:26 +02:00
..
src Fix FreeMarker tests for JDK21 build 2023-05-11 17:10:26 +02:00
spring-webflux.gradle Refine generic type management in AbstractMessageWriterResultHandler 2023-03-30 18:07:01 +02:00