Files
spring-boot/spring-boot-project
dreis2211 cf3cd0be48 Use Class.getName() as fallback in HandlerFunctionDescription
In JDK 15 the concept of hidden classes was introduced, which also
affects Lambdas in so far that Class.getCanonicalName() will return null
for those. This commit uses Class.getName() as a fallback when no
canonical name is available.

See gh-21713
2020-06-15 16:45:59 +02:00
..
2020-06-12 10:50:46 -07:00
2020-06-15 16:34:34 +02:00
2020-06-11 13:26:44 -07:00