Skip to content
Snippets Groups Projects
  1. Feb 07, 2013
  2. Feb 06, 2013
  3. Feb 05, 2013
  4. Feb 04, 2013
  5. Feb 01, 2013
  6. Jan 24, 2013
  7. Jan 23, 2013
  8. Dec 28, 2012
    • Paul-Christian Volkmer's avatar
      Major changes is Spring application configuration · df62a3bb
      Paul-Christian Volkmer authored
      With this changeset the spring servlet configuration is separeted from the
      application configuration. This will result in a main context and a servlet
      context, holding only spring mvc information.
      
      This change has a very nice side effekt: Spring AOP beans will be loaded
      only once in application context, not a second time in mvc servlet context.
      df62a3bb
    • Paul-Christian Volkmer's avatar
      Fixed some issues introduced in last changesets · 51ec6042
      Paul-Christian Volkmer authored
      This patch should increase findbugs report and solve some issues that
      will occure:
      
      * Doing operation on NULL object
      * Using wrong object type in hope of magic object casting ;-)
      51ec6042
  9. Dec 12, 2012
  10. Dec 06, 2012
  11. Dec 05, 2012
  12. Dec 03, 2012