Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Remove deprecated plugins
  2. Drop support for Struts 1 (remove plugin)
  3. Remove deprecated APIs
  4. Switch to Java 1.6
  5. Merge XWork code into Struts Core (without renaming packages)
  6. Switch to strict DMI by default - allow only defined methods to be accessible via DMI - user can always change that list
  7. Prepare the first release
  8. Cleanup website

...

  1. Finish merging XWork code base (rename packages)
  2. Rename Struts 2 packages to org.apache.struts3
  3. Use loggin layer https://code.google.com/p/anodyzed/
  4. Switch to OGNL 4
  5. Divide core into api and spi
  6. prepare ALPHA release

...

  • Better support for modern webframeworks like AngularJS (@grobmeier)
  • Make use of slf4j and probably log4j2 (@grobmeier) - support for slf4j is already there, thanks to Johannes, check Logging
  • Provider Provide alternatives to java property file translations (@grobmeier)
  • Replace css and xhtml theme with an new html5 theme. (@jogep)Switch to strict DMI by default - allow only defined methods to be accessible via DMI - user can always change that list
  • Extract XML configuration to dedicated plugin - XWork will provide only configuration via code, then user can decide which configuration to use - code, XML, convention, DB?