Who Created/Who Modified/Change Log: How to get current user?

Hey!

As Http.Context.current() is not available anymore since Play 2.8, I wonder how to get access to the current user from my CurrentUserProvider or ChangeLogPrepare.

I used to store the current user in the request attributes.

Does anyone have a working implementation of io.ebean.config.CurrentUserProvider in a Play 2.8 (Java) project?

Thanks!