Revision: 1387
Author: sberlin
Date: Sat Nov 20 13:55:19 2010
Log: Edited wiki page Guice30 through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1387
Modified:
/wiki/Guice30.wiki
=======================================
--- /wiki/Guice30.wiki Sat Nov 20 13:00:30 2010
+++ /wiki/Guice30.wiki Sat Nov 20 13:55:19 2010
@@ -4,13 +4,23 @@
==Downloads==
* *[http://code.google.com/p/google-guice/source/checkout Checkout from
SVN]*
- *
*[http://google-guice.googlecode.com/files/guice-3.0-snapshot20101031.zip
guice-3.0-snapshot20100131.zip]* core & extension jars. 811KB
- *
*[http://google-guice.googlecode.com/files/guice-3.0-snapshot20101031-src.zip
guice-3.0-snapshot20100131-src.zip]* sources, tests, dependencies and
Javadoc. 27.2MB
+ *
*[http://google-guice.googlecode.com/files/guice-3.0-snapshot20101120.zip
guice-3.0-snapshot20101120.zip]* core & extension jars. 811KB
+ *
*[http://google-guice.googlecode.com/files/guice-3.0-snapshot20101120-src.zip
guice-3.0-snapshot20101120-src.zip]* sources, tests, dependencies and
Javadoc. 27.2MB
==Docs==
- *
[http://google-guice.googlecode.com/svn/tags/snapshot20101031/javadoc/index.html
Javadoc API]
+ *
[http://google-guice.googlecode.com/svn/tags/snapshot20101120/javadoc/index.html
Javadoc API]
*
[http://google-guice.googlecode.com/svn/trunk/latest-api-diffs/3.0/changes.html
API Changes from 2.0 to 3.0, by JDiff]
+==Changes since snapshot20101031==
+ * Fix InternalInjectorCreator to build bindings as a List instead of a
Set so that equals/hashCode is not called on instance bindings (or provider
instance bindings).
+ * New classes (InjectorBuilder, Jsr330, FactoryModuleBuilder) are now
final.
+ * Maven POMs use jarjar for extensions now & mirror the ant jarjar rules.
+ * Fixed cglib generated classes to be once again be named
$$EnhancerByGuice$$ and $$FastClassByGuice$$ instead of
$$$EnchancerByGuice$$ and $$$FastClassByGuice$$.
+ * Added a new interface that all ServletModule bindings share for its
extension SPI and add a new matchesUri method to see if a URI will match
the binding.
+ * Added CheckedProvider (in favor of ThrowingProvider), and renamed
@ThrowingProviders to @CheckedProvides.
+ * Look at the visibility of the return object when deciding whether or
not to use a bridged classloader.
+ * Expose TypeConverterBindings in the Injector & ConvertedConstantBinding.
+
==New Features==
* [JSR330 JSR 330 support]
* [GuicePersist New Persist extension]
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.