1. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  2. 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
  3. 12c1a0a Pull back struts2 extension code in preperation for changes to make it better. by sberlin@gmail.com · 14 years ago
  4. fcb2b1b discontinue the struts2 extension. by sberlin · 14 years ago
  5. 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
  6. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago[Renamed (85%) from struts2/plugin/build.xml]
  7. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  8. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  9. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  10. 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 17 years ago
  11. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago