* Fixed a potential infinite loop with an internal reflective method. 
Though, I have not seen
it actually occur in production.

* Changed the log message "Could not find lifecycle-registered object for 
key..." to DEBUG.

* Issue 43: Added a version of createStandardClasspathScanner() that takes 
additional
annotations.

* Issue 45: Added support for @Resource and @Resources. The resources 
themselves are loaded
by a new interface: ResourceLocator. A default ResourceLocator is installed 
that simply calls
injector.getInstance(resource.type()). It will only be a few lines of code 
to add a JNDI version
of ResourceLocator. Bind ResourceLocator instances via 
BootstrapBinder.bindResourceLocator().

* LifecycleInjectorBuilder now has a way to add modules as opposed to 
always specifying the complete
set.

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to