hlship 2004/09/24 05:56:42 Modified: . status.xml Log: Merge in changes from 1.0 final release. Revision Changes Path 1.61 +28 -15 jakarta-hivemind/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/status.xml,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- status.xml 14 Sep 2004 17:56:51 -0000 1.60 +++ status.xml 24 Sep 2004 12:56:42 -0000 1.61 @@ -17,8 +17,6 @@ <status> <developers> <person name="Howard M. Lewis Ship" email="[EMAIL PROTECTED]" id="HLS" /> - </developers> - <developers> <person name="Knut Wannheden" email="[EMAIL PROTECTED]" id="KW" /> </developers> <todo> @@ -37,7 +35,7 @@ </action> </release> - <release version="1.0" date="unreleased"> + <release version="1.0" date="Sep 22 2004"> <action type="fix" dev="HLS" fixes-bug="HIVEMIND-55"> Ensure that the logging interceptor will work properly when wrapping around JDK dynamic proxies. </action> @@ -45,7 +43,7 @@ <release version="1.0-rc-2" date="Sep 11 2004"> <action type="add" dev="HLS"> - Add method <code>getSymbolValue()</code> to RegistryInfrastructure and Module + Add method getSymbolValue() to RegistryInfrastructure and Module </action> <action type="fix" dev="HLS" fixes-bug="HIVEMIND-48"> Fix class loader issues concerning fabricated classes in different modules. @@ -71,6 +69,21 @@ <action type="fix" dev="HLS" fixes-bug="HIVEMIND-52"> Handle duplicated methods in service interfaces, avoiding "attempt to redefine method" errors. </action> + <action type="fix" dev="HLS" fixes-bug="HIVEMIND-49"> + Class loading issue inside Tomcat. + </action> + <action type="fix" dev="HLS" fixes-bug="HIVEMIND-10" due-to="James Carman"> + Tweak HiveMind to work properly in a JavaWebStart application. + </action> + <action type="add" dev="HLS"> + Add clearCache() method to PropertyUtils. + </action> + <action type="update" dev="HLS"> + Change the API for ClassFactory to take a ClassLoader, not a Module. + </action> + <action type="fix" dev="HLS" fixes-bug="HIVEMIND-52"> + Handle duplicated methods in service interfaces, avoiding "attempt to redefine method" errors. + </action> </release> <release version="1.0-rc-1" date="Aug 25 2004"> @@ -111,7 +124,7 @@ Add Quick Reference Sheet. </action> <action type="fix" dev="HLS" due-to="Luke Blanshard" fixes-bug="HIVEMIND-16"> - Add <code>getCause()</code> method to ApplicationRuntimeException + Add getCause() method to ApplicationRuntimeException </action> <action type="add" dev="HLS" due-to="Naresh Sikha" fixes-bug="HIVEMIND-37"> Add polling methods to Registry. @@ -154,7 +167,7 @@ Created service-property object translator. </action> <action type="update" dev="HLS" fixes-bug="HIVEMIND-20" due-to="Marcus Brito"> - Added a version of <code>Registry.getService()</code> that omits the service id + Added a version of Registry.getService() that omits the service id (but requires that exactly one service point implements the service interface). </action> <action type="update" dev="HLS" fixes-bug="HIVEMIND-22"> @@ -210,8 +223,8 @@ <action type="update" dev="HLS">Modified the read-attribute rule to allow a translator to be specified (overriding the translator for the attribute).</action> - <action type="add" dev="HLS">Added the <code>qualified-id</code> and - <code>id-list</code> translators.</action> + <action type="add" dev="HLS">Added the qualified-id and + id-list translators.</action> <action type="add" dev="HLS">Added the <link href="site:hivemind.lib.PipelineFactory">hivemind.lib.PipelineFactory</link> and related code, schemas, tests and documentation. </action> @@ -231,24 +244,24 @@ <action type="add" dev="HLS"> Added FileResource. </action> <action type="update" dev="HLS"> Extended <link href="site:hivemind.BuilderFactory">hivemind.BuilderFactory</link> to - be able to set the <code>ClassResolver</code>; for a service + be able to set the ClassResolver; for a service implementation, and to autowire common properties (log, messages, serviceId, errorHandler, classResolver) if the properties are writeable and of the correct type. </action> <action type="update" dev="HLS"> - Added methods <code>newControl()</code>, <code>newMock()</code>, - <code>addControl()</code>, <code>replayControls()</code> - and <code>verifyControls()</code> to <code>HiveMindTestCase</code> + Added methods newControl(), newMock(), + addControl(), replayControls() + and verifyControls() to HiveMindTestCase to simplify test cases that use multiple <link href="http://www.easymock.org">EasyMock</link> mock objects. </action> <action type="update" dev="HLS"> - Changed <code>HiveMindFilter</code> to log a message after it stores + Changed HiveMindFilter to log a message after it stores the registry into the servlet context. </action> <action type="fix" dev="HLS" fixes-bug="HIVEMIND-11"> - Restore the <code>getConfiguration()</code> and <code>expandSymbols()</code> - methods to the <code>Registry</code> interface. + Restore the getConfiguration() and expandSymbols() + methods to the Registry interface. </action> <action type="fix" dev="HLS" fixes-bug="HIVEMIND-9" due-to="Dieter Bogdoll"> SimpleDataLanguageParser calls the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]