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

Improve @AuthenticationPrincipal meta-annotations #15344

Merged
merged 6 commits into from
Aug 10, 2024

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    ca9ed7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a1464 View commit details
    Browse the repository at this point in the history
  3. Auto config AuthenticationPrincipalArgumentResolver When AnnotationTe…

    …mplateExpressionDefaults bean is Present
    kse-music authored and jzheaux committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c5cdf86 View commit details
    Browse the repository at this point in the history
  4. Update Copyright

    kse-music authored and jzheaux committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    cc3d0ef View commit details
    Browse the repository at this point in the history
  5. Deprecate PrePostTemplateDefaults

    Since there is nothing specific to configuring pre/post
    annotations, there is no need for the extra class.
    
    If a need like this does arise in the future,
    either AnnotationTemplateExpressionDefaults can be sub-
    classed, or it can have introduced a Map field holding
    custom properties.
    
    Issue spring-projectsgh-15286
    jzheaux committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    041d8f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e13471f View commit details
    Browse the repository at this point in the history