Pitchfork Changelog Release M4 (11.01.2007) ----------------------- * compiled against Spring 2.0.2 * removed JSR-250 and EJB3 classes (javax. package) Release M3 (19.09.2006) ----------------------- * compiled against Spring 2.0 RC4 * JNDI NamingException message included in the logs in case of lookup failure * removed org.springframework.beans.factory.deployment package (the classes have been moved to org.springframework.jee.server) Release M2 (09.06.2006) ----------------------- * refactored injection classes to be more generic and extendable - added InjectionInfo interface and BasicInjectionInfo - refactored FieldInjection and MethodInjection to allow custom InjectionInfo to be passed in - refactored Jsr250Metadata so that injection processing can be reused * added @EJB support (specific Metadata and PostProcessor) * added @EJB validation (checks that @EJB are applied on interfaces) Release M1 (23.05.2006) ----------------------- * Initial release