For my work on https://hibernate.atlassian.net/browse/HSEARCH-4708 , I’ve been extra careful not to fail, and as a result I decided to log warnings whenever anything goes wrong on the features I added to fix that bug. Whenever we can (and if we can), we should break backwards compatibility and simply throw exceptions instead of logging warnings. See occurrences of this ticket’s key in the source code. |