Sun fixed the backward compatibility bug we had on
javax.nnaming.spi.ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable);
by changing Hashtable<String, ?> to HashTable<?,?>
We now have 2 options:
- keep the jdk15 hack I did in the build process and gain a more robust implementation (generics usage)
- drop it a gain simplicity and unique distribution


I'm +1 for dropping it,
any comments ?

--
Emmanuel Bernard
[EMAIL PROTECTED]
http://www.hibernate.org



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to