Y20181204-0315
- In java 11 the some parameters in method signatures that are accessed via reflection changed from int to long. So first try to access the method version with "int" if this fails try with "long". - Removed a too aggressive assertion Change-Id: Iee653d7751a5fbadf3689c68af4a7c366569143c Signed-off-by: Matthias Becker <ma.becker@sap.com>