Similar to https://hibernate.atlassian.net/browse/HHH-15530 We had a NotFound(Ignore) on a collection marked as lazy loaded where we often have more than 1000+ Childs. With Hibernate 5.6.5 the collection was not initalized and all worked smooth - with the upgrade we had now analyzed the logs and found this eager loading of the collections. Yes I saw the comment that this was a bug but don’t get it as I just don’t want to handle the exception in may code but now have to. What was the behaviour before this change? |