Revision: 1310
Author: sberlin
Date: Sat Oct 23 08:34:38 2010
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1310

Modified:
 /wiki/Guice30.wiki

=======================================
--- /wiki/Guice30.wiki  Tue Sep 21 18:40:40 2010
+++ /wiki/Guice30.wiki  Sat Oct 23 08:34:38 2010
@@ -8,13 +8,13 @@
 ==New Features==
   * [JSR330 JSR 330 support]
   * [GuicePersist New Persist extension]
-  * New Service extension
+  * Complete Maven support.
   * [ToConstructorBindings ToConstructor Bindings]
   * OSGi support (and generally improved support for multiple classloaders)
   * InjectorBuilder (`requireExplicitBindings` & `disableCircularProxies`)
   * Duplicate bindings are ignored (instead of an exception being thrown)
   * General extension & SPI improvements:
- * [ExtensionSPI Extensions SPI], with support from the multibinder & servlet extensions. + * [ExtensionSPI Extensions SPI], with support from the multibinder, servlet and AssistedInject extensions.
      * `...@toolable`, for use by extensions in Stage.TOOL
      * All binding implementations implement HasDependencies
   * Scope improvements:
@@ -43,6 +43,7 @@
      * Fix request forwarding
      * Performance improvements for the filter & servlet pipelines
      * Expose the servlet context (`ServletModule.getServletContext`)
+ * Fixed so a single ServletModule instance can be used twice (in, say Element.getElements & creating an Injector)
   * AssistedInject extension improvements
      * New `FactoryModuleBuilder` for building assisted factories
      * Injection is done through child injectors and can participate in AOP
@@ -50,6 +51,9 @@
* Multiple different implementations can be created from a single factory
      * Incorrect implementations or factories are detected in Stage.TOOL
      * Work better with parameterized types
+  * ThrowingProvider extension improvements
+ * Dependencies are checked at Injector-creation time and during Stage.TOOL, so they can fail early.
+     * ThrowingProviders now implement HasDependencies.
* Added to Injector: `getAllBindings`, `getExistingBinding`, `getScopeBindings`
   * Added to Key: `hasAttributes`, `ofType`, `withoutAttributes`
   * Various bug fixes / improvements:

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to