• dreis2211's avatar
    Use Class.getName() as fallback in HandlerFunctionDescription · cf3cd0be
    dreis2211 authored
    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
    cf3cd0be
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
build.gradle Loading commit data...