Is the latest version of Hibernate compatible with JDK 14?

Hibernate release mentions Support for JDK 13 was introduced in version 5.4.5.Final.,Is the latest version supports JDK 14?

I have a terrible time trying to find out which is the minimum version of Hibernate that supports being run on a java8 JRE, where the user code will use java8 features.

I found this bug, but it talks about making use of java8 features in hibernate, it’s planned for hibernate 5.2 and for sure hibernate 4.3.1 already supports java8, since Wildfly ships it and claims to fully support java8.