noshua
noshua
What is holding this back? I'm waiting eagerly for this feature since months.
I don't wanna be rude, but over a year has passed by since my last status request. Is this feature dead before arrival?!
~~@jzheaux Can you give me a hint please how I can unwrap a CGLib proxy to call save() on my entity using Spring 6.3 as I'm currently suffering from this...
@jzheaux I ran into another problem. When I try to fetch an pageable search results of authorized entities I get: `java.lang.ClassCastException: class org.springframework.security.authorization.method.AuthorizationAdvisorProxyFactory$ContainerTypeVisitor$$Lambda/0x00007518415f66a0 cannot be cast to class org.springframework.data.domain.Page (org.springframework.security.authorization.method.AuthorizationAdvisorProxyFactory$ContainerTypeVisitor$$Lambda/0x00007518415f66a0...
@jzheaux Sure, here you go: https://github.com/spring-projects/spring-security/issues/15994
@jzheaux dunno if you have already thought about that so I wanted to mention. If you have 2 entities `A` and `@AuthorizeReturnObject B` with any relationship like `@OneToOne`. When you...