|
I get warnings like this since 5.0.1:
09:58:05,669 WARN deprecation:2441 - HHH90000003: Use of DOM4J entity-mode is considered deprecated 09:58:05,669 DEBUG ModelBinder:2538 - Mapped property: id -> [id] 09:58:05,679 WARN deprecation:2441 - HHH90000003: Use of DOM4J entity-mode is considered deprecated 09:58:05,679 DEBUG ModelBinder:2538 - Mapped property: quantity -> [quantity]
I don't know why. The warning is not very specific. see https://hibernate.atlassian.net/browse/HHH-9882 for the first notice about this.
|