hlship      2005/03/30 16:24:52

  Modified:    .        status.xml
  Log:
  Make the interface attribute of <service-point> optional, and default to the 
service point's id.
  
  Revision  Changes    Path
  1.117     +2 -2      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- status.xml        31 Mar 2005 00:24:20 -0000      1.116
  +++ status.xml        31 Mar 2005 00:24:52 -0000      1.117
  @@ -34,7 +34,7 @@
         <action type="fix" dev="JC" fixes-bug="HIVEMIND-102" >Multiple 
interceptors with different names for the same interceptor factory id were 
treated as duplicates.</action>
         <action type="fix" dev="JC" fixes-bug="HIVEMIND-103" >Core service 
implementations which implement RegistryShutdownListener are not notified for 
primitive and singleton service models.</action>
         <action type="update" dev="HLS"> Rename AdapterRegistry to 
StrategyRegistry, and AdapterRegistryFactory to StrategyFactory, to better 
reflect the relationship to the Gang-of-Four Strategy pattern.</action>
  -      <action type="update" dev="HLS"> Make the interface attribute of 
&lt;service-point&gt; optional, and default the service point's id. </action>
  +      <action type="update" dev="HLS"> Make the interface attribute of 
&lt;service-point&gt; optional, and default to the service point's id. </action>
       </release>
       <release version="1.1-alpha-3" date="Mar 22 2005">
         <action type="fix" dev="JC" fixes-bug="HIVEMIND-96" >Interceptors can 
now be ordered by name rather than interceptor factory id.</action>
  @@ -72,7 +72,7 @@
         <action type="add" dev="HLS"> Add support for the ErrorLog (a simple 
wrapper around an ErrorHandler and a Log). Add support for setting the 
service's ErrorLog to BuilderFactory. </action>
         <action type="update" dev="HLS"> Switch Javassist to version 3.0-rc-1. 
</action>
         <action type="add" dev="HLS"> Add toString() support to ClassFab and 
MethodFab. </action>
  -      <action type="add" dev="HLS"> Add the 
hivemind.lib.AdapterRegistryFactory service implementation factory. </action>
  +      <action type="add" dev="HLS"> Add the hivemind.lib.StrategyFactory 
service implementation factory. </action>
         <action type="update" dev="HLS"> Removed the module parameter from 
ClassFactory.newClass() and from 
DefaultImplementationBuilder.buildDefaultImplementation(). </action>
         <action type="update" dev="KW"> BuilderFactory now supports autowiring 
through constructor based dependency injection. </action>
         <action type="fix" dev="HLS" fixes-bug="HIVEMIND-75"> Add ability to 
set default value for non-matches in MethodMatcher. </action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to