Juan AMAT ... In fact the older enhancement code is more formally deprecated now in 5.0.4. It was considered deprecated before, but now you just get nice deprecation log messages and such. See
HHH-10281
.
5.1 will completely remove all of the legacy enhancement code (see
HHH-10280
), although the plan is to leave the legacy enhancement task (IntrumentTask) in place, but just having it delegate to the new Enhancer behind the scenes (HHH-10303)
Luis Barreiro I agree about the diversion here. But we should look at the original issue (delete cascading not working with enhanced classes) in regards to a fix.
|