Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 971d0f1fc5f7a31d373a4b806f4e9b16789eb1fb
https://github.com/hibernate/hibernate-orm/commit/971d0f1fc5f7a31d373a4b8...
Author: The Geeky Asian <msafeeransari(a)gmail.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/resource/jdbc/internal/ResourceRegistryStandardImpl.java
Log Message:
-----------
HHH-13848 - Fix for potential NullPointerException
The callers of the convert() method in ResourceRegistryStandardImpl expect an exception
which is then thrown. This me produce NullPointerException, which has been fixed in this
commit.