1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 32780fa Update OptionalBinder javadoc comment to use toInstance() vs to() when a binding value is used. by christophf · 9 years ago
  3. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  4. 3f84edf Fix spacing for Struts2GuicePluginModule by Sam Berlin · 10 years ago
  5. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  6. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  7. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  8. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  9. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  10. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  11. 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
  12. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  13. b7a02b0 by sberlin · 13 years ago
  14. 0aecc68 by sberlin · 13 years ago
  15. 5a886aa by sberlin · 13 years ago
  16. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  17. cf09ab9 put generics back in Struts2Factory. by sberlin · 13 years ago
  18. c1d48f8 cleanup struts2 examples/code. by sberlin · 13 years ago
  19. 81a0c60 re-add struts2 to build.xml & pom.xml, cleanup compile. by sberlin@gmail.com · 13 years ago
  20. 95d0418 changes to the struts2 plugin, by Ben McCann. by sberlin@gmail.com · 13 years ago
  21. 12c1a0a Pull back struts2 extension code in preperation for changes to make it better. by sberlin@gmail.com · 13 years ago
  22. fcb2b1b discontinue the struts2 extension. by sberlin · 13 years ago
  23. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  24. 6e37096 issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest. by sberlin · 14 years ago
  25. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  26. a547723 Adjust IntelliJ metadata for moved projects. by limpbizkit@gmail.com · 14 years ago
  27. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago