Governator v1.0.5 Release Notes

Release Date: 2013-02-20 // about 11 years ago
    • ๐Ÿ›  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 0๏ธโƒฃ 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.