You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/06/16 12:46:05 UTC

cvs commit: avalon-site/site/phoenix changes.html changes.rss.xml

jefft       2003/06/16 03:46:04

  Modified:    site/phoenix changes.html changes.rss.xml
  Log:
  Automatic publish at Mon Jun 16 12:46:04 CEST 2003 from http://forrestbot.cocoondev.org.
  
  Revision  Changes    Path
  1.5       +67 -2     avalon-site/site/phoenix/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/phoenix/changes.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.html	6 Apr 2003 04:38:59 -0000	1.4
  +++ changes.html	16 Jun 2003 10:46:04 -0000	1.5
  @@ -214,6 +214,30 @@
   <ul>
       
   <li>
  +<img alt="add" src="images/add.jpg">
  +        Fix redeploying when only a single application is deployed. A lock was added to the
  +        kernel to prevent it from shutting down during redeployment.
  +    (PR)</li>
  +    
  +<li>
  +<img alt="update" src="images/update.jpg">
  +        Schema types should now be the URI (ie "http://relaxng.org/ns/structure/1.0")
  +        rather than a shorthand (ie "relax-ng"). The old form is still supported but
  +        you will need to add mapping for any custom schema handlers previously
  +        implemented. See the kernel.xml for example mapping. Components that use old
  +        shorthand type will cause warnings to logs and System.err
  +    (PD)</li>
  +    
  +<li>
  +<img alt="update" src="images/update.jpg">
  +        Configuration Validation is now enabled by default. So if the BlockInfo specifies
  +        a schema type and a schema exists the configuration for each Block will be validated.
  +        To disable validation the user can modify the kernel.xml so that the component in role
  +        "org.apache.avalon.phoenix.interfaces.ConfigurationValidator" uses
  +        the "org.apache.avalon.phoenix.components.validator.NoopConfigurationValidator" component.
  +    (PD)</li>
  +    
  +<li>
   <img alt="update" src="images/update.jpg">
           The default configuration for the JMX SystemManager now does not automatically
           start the HTTP Adaptor (ie the web interface). Users will need to explicitly
  @@ -244,8 +268,8 @@
           versions of libraries. Many of these libraries were not used by Phoenix at
           all or could be moved to the container specific classloader. The libraries
           that are no longer visible to the client applications include; excalibur-thread,
  -        excalibur-threadcontext, excalibur-pool, excalibur-collections,
  -        excalibur-logger, excalibur-util, excalibur-extension, excalibur-concurrent
  +        excalibur-threadcontext, excalibur-pool, excalibur-collections, excalibur-i18n,
  +        excalibur-logger, excalibur-util, excalibur-extension, excalibur-concurrent, qdox
       (PD)</li>
       
   <li>
  @@ -267,6 +291,47 @@
   <img alt="add" src="images/add.jpg">
          Move to metagenerate (QDox using) instead of xdoclet for generating .xinfo and .mxinfo files.
       (PH)</li>
  +
  +</ul>
  +
  +<div class="h3">
  +<h3>Version 4.0.4 (April 18, 2003)</h3>
  +</div>
  +<ul>
  +    
  +<li>
  +<img alt="change" src="images/change.jpg">
  +        Excalibur-Thread upgraded to 1.1
  +    (PH)</li>    
  +    
  +<li>
  +<img alt="change" src="images/change.jpg">
  +        Improved way to specify JNDI naming handler in the kernel. 
  +    (PD)</li>
  +
  +</ul>  
  +
  +<div class="h3">
  +<h3>Version 4.0.3 (December 12, 2002)</h3>
  +</div>
  +<ul>
  +    
  +<li>
  +<img alt="change" src="images/change.jpg">
  +        MX4J can be bound to something other than localhost now.
  +    (PH)</li>    
  +
  +</ul>
  +
  +<div class="h3">
  +<h3>Version 4.0.2 (October 28, 2002)</h3>
  +</div>
  +<ul>
  +    
  +<li>
  +<img alt="change" src="images/change.jpg">
  +        MX4J JMX upgraded to 1.1.1
  +    (PH)</li>    
   
   </ul>
   
  
  
  
  1.4       +30 -3     avalon-site/site/phoenix/changes.rss.xml
  
  Index: changes.rss.xml
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/phoenix/changes.rss.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.rss.xml	6 Apr 2003 04:38:59 -0000	1.3
  +++ changes.rss.xml	16 Jun 2003 10:46:04 -0000	1.4
  @@ -1,6 +1,33 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
  -<rss version="0.91"><channel><title>Avalon Phoenix Changes</title><link>http://avalon.apache.org/phoenix//changes.html</link><description>Avalon Phoenix Changes</description><language>en-us</language><item><title> update</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> update
  +<rss version="0.91"><channel><title>Avalon Phoenix Changes</title><link>http://avalon.apache.org/phoenix//changes.html</link><description>Avalon Phoenix Changes</description><language>en-us</language><item><title> add</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> add
  +              by 
  +              PR
  +              :
  +              
  +        Fix redeploying when only a single application is deployed. A lock was added to the
  +        kernel to prevent it from shutting down during redeployment.
  +    </description></item><item><title> update</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> update
  +              by 
  +              PD
  +              :
  +              
  +        Schema types should now be the URI (ie "http://relaxng.org/ns/structure/1.0")
  +        rather than a shorthand (ie "relax-ng"). The old form is still supported but
  +        you will need to add mapping for any custom schema handlers previously
  +        implemented. See the kernel.xml for example mapping. Components that use old
  +        shorthand type will cause warnings to logs and System.err
  +    </description></item><item><title> update</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> update
  +              by 
  +              PD
  +              :
  +              
  +        Configuration Validation is now enabled by default. So if the BlockInfo specifies
  +        a schema type and a schema exists the configuration for each Block will be validated.
  +        To disable validation the user can modify the kernel.xml so that the component in role
  +        "org.apache.avalon.phoenix.interfaces.ConfigurationValidator" uses
  +        the "org.apache.avalon.phoenix.components.validator.NoopConfigurationValidator" component.
  +    </description></item><item><title> update</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> update
                 by 
                 PD
                 :
  @@ -37,8 +64,8 @@
           versions of libraries. Many of these libraries were not used by Phoenix at
           all or could be moved to the container specific classloader. The libraries
           that are no longer visible to the client applications include; excalibur-thread,
  -        excalibur-threadcontext, excalibur-pool, excalibur-collections,
  -        excalibur-logger, excalibur-util, excalibur-extension, excalibur-concurrent
  +        excalibur-threadcontext, excalibur-pool, excalibur-collections, excalibur-i18n,
  +        excalibur-logger, excalibur-util, excalibur-extension, excalibur-concurrent, qdox
       </description></item><item><title> update</title><link>http://avalon.apache.org/phoenix//changes.html</link><description> update
                 by 
                 PD
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org