hlship 2004/09/22 05:03:02 Modified: . Tag: branch-1-0 status.xml version.properties Log: Final updates for release 1.0 final. Revision Changes Path No revision No revision 1.57.2.9 +15 -17 jakarta-hivemind/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/jakarta-hivemind/status.xml,v retrieving revision 1.57.2.8 retrieving revision 1.57.2.9 diff -u -r1.57.2.8 -r1.57.2.9 --- status.xml 14 Sep 2004 17:48:25 -0000 1.57.2.8 +++ status.xml 22 Sep 2004 12:03:02 -0000 1.57.2.9 @@ -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> @@ -30,7 +28,7 @@ <changes> - <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> @@ -38,7 +36,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. @@ -56,10 +54,10 @@ Tweak HiveMind to work properly in a JavaWebStart application. </action> <action type="add" dev="HLS"> - Add <code>clearCache()</code> method to <code>PropertyUtils</code>. + Add clearCache() method to PropertyUtils. </action> <action type="update" dev="HLS"> - Change the API for <code>ClassFactory</code> to take a <code>ClassLoader</code>, not a <code>Module</code>. + 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. @@ -104,7 +102,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. @@ -147,7 +145,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"> @@ -203,8 +201,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> @@ -224,24 +222,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 1.5.2.2 +1 -1 jakarta-hivemind/version.properties Index: version.properties =================================================================== RCS file: /home/cvs/jakarta-hivemind/version.properties,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -u -r1.5.2.1 -r1.5.2.2 --- version.properties 11 Sep 2004 13:06:51 -0000 1.5.2.1 +++ version.properties 22 Sep 2004 12:03:02 -0000 1.5.2.2 @@ -15,4 +15,4 @@ # Version of project; incorporated into the names of # archives and distributions. -project.version=1.0-rc-2 \ No newline at end of file +project.version=1.0 \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]