Versions Compared

Key

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

...

  1. Remove deprecated plugins
    •  we need place for deprecated stuff (to move the source code to) - new project "struts-archive"
    •  drop support for Struts 1 (remove plugin)
    •  dojo plugin
    •  codebehind plugin
    •  jsf plugin
  2. Remove deprecated APIs
    1. if it cannot be removed, mark to be removed during work on 3.0
  3. Switch to Java 7
  4. Merge XWork code into Struts Core (without renaming packages)
  5. Switch to strict DMI by default - allow only defined methods to be accessible via DMI - user can always change that list
  6. Prepare the first release
  7. Cleanup website
    •  new user guide totally developed out of Confluence - people will be able to contribute to it via GitHub
    •  Confluence (wiki) used only to explain more detailed given aspect of the framework (ie.: how to implement your own converter in details)
    •  keep just one version of the doc (no more release/2.3.x, release/2.2.x and so on - Google indexes everything and people are confused)

...