| [3:15 PM] Davide D'Alto: @SteveEbersole yes [3:15 PM] Davide D'Alto: we extends SessionDelegatorBaseImpl [3:17 PM] Steve Ebersole: thanks [3:18 PM] Steve Ebersole: @SergeyChernolyas ^^ so this is the only real option imo [3:18 PM] Steve Ebersole: i'm not going to add overhead to ORM build/manage a Map that OGM needs that we will never use in ORM [3:20 PM] Steve Ebersole: @SergeyChernolyas if you want you can move that warning block into a new method (something like `#handleUnrecognizedHint`) then OGM can simply re-implement that and `#getHints` [3:21 PM] Steve Ebersole: or it could just override `#setHint` |