Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-214: Retryable on JPA Repos with proxyTargetClass [DO NOT MERGE] #246

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2021

  1. spring-projectsGH-214: Retryable on JPA Repos with proxyTargetClass

    Resolves spring-projects#214
    
    When `proxyTargetClass` is `true` (Boot's default), the JPA interfaces
    are not copied to the outer retry proxy created by auto-proxy.
    
    Add a BPP to fix up the proxy, when needed.
    
    Also, the pointcut filter must match on the `SimpleJpaRepository`.
    garyrussell committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b5b13f7 View commit details
    Browse the repository at this point in the history