You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2005/05/11 13:39:34 UTC

svn commit: r169627 - /jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt

Author: skitching
Date: Wed May 11 04:39:33 2005
New Revision: 169627

URL: http://svn.apache.org/viewcvs?rev=169627&view=rev
Log:
Updated to include all changes since 0.2 release.

Modified:
    jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt?rev=169627&r1=169626&r2=169627&view=diff
==============================================================================
--- jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/discovery/trunk/RELEASE-NOTES.txt Wed May 11 04:39:33 2005
@@ -34,29 +34,59 @@
 
 FILES CHANGED
 =============
-* tools/ManagedProperties.java (132892+)
-* SimpleLog.java
+* tools/ManagedProperties.java
+   --> fix NullPointerException in setProperty method.
+   --> added logging facilities to the class; debug output can now be
+       enabled if desired.
+
+* log/SimpleLog.java
    --> if exception occurs on System.getProperty, use a default instead
      of throwing an exception.
-* ResourceNameIterator - javadoc improvements only
-* DiscoverNamesInManagedProperties
-* DiscoverServiceNames
-* DiscoverNamesInFile
-* ResourceDiscoverImpl
-* DiscoverResources:
+
+* ResourceNameIterator.java
+   --> javadoc improvements only
+
+* resource/names/DiscoverNamesInManagedProperties.java
+  resource/names/DiscoverNamesInFile.java
+   -->Generalize qualification of resource/file-names by prefix/suffix;
+      add new constructors that take prefix and suffix strings
+      for the resource to be located.
+
+* resource/names/DiscoverServiceNames.java
+   -->Generalize qualification of resource/file-names by prefix/suffix.
+
+* resource/ResourceDiscoverImpl.java
+   -->Defer creation of ClassLoaders until we need them, and create a
+      useful default [non-null].
+
+* resource/DiscoverResources:
    --> fix to compile under JDK1.5 (don't use reserved word "enum")
+
 * JDK12Hooks
+   --> PR: Bugzilla Bug 26875
+       Added a try/catch for RuntimeExceptions in JDK12Hooks to avoid 
+       NullPointerExceptions from JBoss' UnifiedClassLoader.  Reloading
+       the Axis webapp after a redepoy of service classes then allows
+       things to work normally.
+   --> made class public (formerly, was package-scope only)
+       In newer JVM/compilers, runtime complains when we try to invoke 
+       setLog on a non-public class.
+
 * JDK11Hooks 
    --> made class public (formerly, was package-scope only)
+       In newer JVM/compilers, runtime complains when we try to invoke 
+       setLog on a non-public class.
 
 BUGS FROM PREVIOUS RELEASE
-==========================
+=========================
 
 Bugzilla Reports Addressed
 ------------------
+* 26875
 
 Fixes without Bugzilla entries
 ------------------------------
+* see section "Files Changed" above.
 
 DEPRECATIONS
 ============



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org