Return-Path: Delivered-To: apmail-jakarta-hivemind-cvs-archive@www.apache.org Received: (qmail 11495 invoked from network); 22 Sep 2004 12:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Sep 2004 12:03:13 -0000 Received: (qmail 78270 invoked by uid 500); 22 Sep 2004 12:03:08 -0000 Delivered-To: apmail-jakarta-hivemind-cvs-archive@jakarta.apache.org Received: (qmail 78167 invoked by uid 500); 22 Sep 2004 12:03:07 -0000 Mailing-List: contact hivemind-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-dev@jakarta.apache.org Delivered-To: mailing list hivemind-cvs@jakarta.apache.org Received: (qmail 77936 invoked by uid 99); 22 Sep 2004 12:03:05 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 22 Sep 2004 05:03:03 -0700 Received: (qmail 11377 invoked by uid 1616); 22 Sep 2004 12:03:02 -0000 Date: 22 Sep 2004 12:03:02 -0000 Message-ID: <20040922120302.11376.qmail@minotaur.apache.org> From: hlship@apache.org To: jakarta-hivemind-cvs@apache.org Subject: cvs commit: jakarta-hivemind status.xml version.properties X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ - - @@ -30,7 +28,7 @@ - + Ensure that the logging interceptor will work properly when wrapping around JDK dynamic proxies. @@ -38,7 +36,7 @@ - Add method getSymbolValue() to RegistryInfrastructure and Module + Add method getSymbolValue() to RegistryInfrastructure and Module Fix class loader issues concerning fabricated classes in different modules. @@ -56,10 +54,10 @@ Tweak HiveMind to work properly in a JavaWebStart application. - Add clearCache() method to PropertyUtils. + Add clearCache() method to PropertyUtils. - Change the API for ClassFactory to take a ClassLoader, not a Module. + Change the API for ClassFactory to take a ClassLoader, not a Module. Handle duplicated methods in service interfaces, avoiding "attempt to redefine method" errors. @@ -104,7 +102,7 @@ Add Quick Reference Sheet. - Add getCause() method to ApplicationRuntimeException + Add getCause() method to ApplicationRuntimeException Add polling methods to Registry. @@ -147,7 +145,7 @@ Created service-property object translator. - Added a version of Registry.getService() 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). @@ -203,8 +201,8 @@ Modified the read-attribute rule to allow a translator to be specified (overriding the translator for the attribute). - Added the qualified-id and - id-list translators. + Added the qualified-id and + id-list translators. Added the hivemind.lib.PipelineFactory and related code, schemas, tests and documentation. @@ -224,24 +222,24 @@ Added FileResource. Extended hivemind.BuilderFactory to - be able to set the ClassResolver; 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. - Added methods newControl(), newMock(), - addControl(), replayControls() - and verifyControls() to HiveMindTestCase + Added methods newControl(), newMock(), + addControl(), replayControls() + and verifyControls() to HiveMindTestCase to simplify test cases that use multiple EasyMock mock objects. - Changed HiveMindFilter to log a message after it stores + Changed HiveMindFilter to log a message after it stores the registry into the servlet context. - Restore the getConfiguration() and expandSymbols() - methods to the Registry interface. + Restore the getConfiguration() and expandSymbols() + methods to the Registry interface. 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: hivemind-cvs-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org