src/share/classes/java/beans/Beans.java
Tue, 06 Dec 2011 20:25:20 -0800 Merge
Thu, 01 Dec 2011 18:34:23 +0000 7116954: Misc warnings in java.beans/java.beans.context
Thu, 10 Nov 2011 17:27:40 +0400 7064279: Introspector.getBeanInfo() should release some resources in timely manner
Tue, 25 May 2010 15:58:33 -0700 6943119: Rebrand source copyright notices
Wed, 17 Jun 2009 15:11:07 +0200 In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).
Wed, 17 Jun 2009 14:45:59 +0200 Returning back the right type of the static method - now the Beans class cannot be compiled without applet module around
Tue, 16 Jun 2009 17:53:32 +0200 Separatelly compiling Beans and Applet modules. Using 'code injection' to allow Beans class to perform its Applet related functionality if Applet module is around.
Thu, 05 Feb 2009 17:00:57 +0300 6669869: Beans.isDesignTime() and other queries should be per-AppContext
Sat, 01 Dec 2007 00:00:00 +0000 Initial load