Just ran across this issue as well and dug into it a bit. It looks like they removed that code because the entityService create/update now handles hashing if the field is a password field. See screenshot for details. If you breakpoint on updatePipeline it will return the data hashed. updatePipeline calls into applyTransforms and ultimately uses bcrypt.

