Skip to content

Please support builder DSLs that leverage the availability of lambdas #6001

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

Closed
joshlong opened this issue Oct 19, 2018 · 1 comment
Closed
Assignees
Labels
in: config An issue in spring-security-config status: duplicate A duplicate of another issue

Comments

@joshlong
Copy link
Member

Spring Framework 5 assumes Java 8 and supports Kotlin, in addition to Groovy. All 3 languages are lambda capable. It would be nice if we could have a configuration DSL that supports context, something like

http.httpBasic ( options -> ... ) ; 

or even

http
  .httpBasic ( o -> ) 
  .csr( ... ) 
  .pathMatchers ( config -> .. ) 
  ..

@rwinch rwinch added this to the 5.2.x milestone Oct 19, 2018
@rwinch
Copy link
Member

rwinch commented May 6, 2019

Closing this in favor of gh-5557

@rwinch rwinch closed this as completed May 6, 2019
@rwinch rwinch self-assigned this May 6, 2019
@rwinch rwinch removed this from the 5.2.x milestone May 6, 2019
@rwinch rwinch added in: config An issue in spring-security-config status: duplicate A duplicate of another issue labels May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: config An issue in spring-security-config status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants