Results 1 to 10 of 16

Thread: Spring Security java configuration via @Features

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    9

    Default Spring Security java configuration via @Features

    Morning, gentleman.

    Looks like we got Spring 3.1.0.M1 released and working, giving the ability to create complete XML-free configuration for data access, services, transactions and mvc stuff. Remaining XML-configurable part of many applications, including mine, is Spring Security. Both method security, web configuration etc.

    It seems that creating all security beans by hand in custom @Configuration is quite verbose and error-prone, so @FeatureConfiguration provided by Spring Security developers is highly appreciated. I understand that we don't have any @FeatureConfiguration bundled in 3.1.0.RC1, but I also found no Jira issue on this subject.
    So, guys, is there any support for XML-free configuration coming?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    To be honest I have been thinking about implementing this along with support for removing configuration out of web.xml. I'm not exactly sure if/when it would be released though. I added this to JIRA along with support for Servlet 3.0 (which should be in Spring 3.1.0.M2) so that they could be properly tracked
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  3. #3
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    PS you might want to vote on the issue if you want it (helps to prioritize things)
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  4. #4
    Join Date
    Feb 2011
    Posts
    9

    Default

    Thank you for the issue. Will keep my eye on it.
    Unfortunately, I was unable to vote since I'm not authorized and I found no registration link there.

  5. #5
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    The sign up link is available from the login page.
    Spring - by Pivotal
    twitter @tekul

  6. #6
    Join Date
    Feb 2011
    Posts
    9

    Default

    Thank you. My vote is there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •