- Revision
- 562
- Author
- mauro
- Date
- 2008-01-19 04:59:50 -0600 (Sat, 19 Jan 2008)
Log Message
Updated release notes and download page.
Modified Paths
- trunk/waffle-distribution/src/site/content/download.html
- trunk/waffle-distribution/src/site/content/release-notes.html
- trunk/waffle-distribution/src/site/templates/skin.html
Diff
Modified: trunk/waffle-distribution/src/site/content/download.html (561 => 562)
--- trunk/waffle-distribution/src/site/content/download.html 2008-01-19 10:52:25 UTC (rev 561) +++ trunk/waffle-distribution/src/site/content/download.html 2008-01-19 10:59:50 UTC (rev 562) @@ -12,6 +12,9 @@ The stable releases of Waffle can be found on the <a href="" <ul> + <li><a href="" bin distribution</a> (19 January 2008)</li> + </ul> + <ul> <li><a href="" bin distribution</a> (6 January 2008)</li> </ul> <ul> @@ -28,7 +31,7 @@ The snapshot builds of Waffle can be found on the <a href="" repository</a>: <ul> - <li><a href="" + <li><a href="" </ul> Be sure to choose the snapshot with the latest timestamp in the filename. @@ -46,16 +49,19 @@ <version>[version]</version> </dependency> </textarea> - specifying the desired module and version. Currently, Waffle comprises of three Java modules, - in addition to a waffle-resources module: + specifying the desired module and version. Currently, Waffle comprises of three Java modules: <ul> <li><a href="" <li><a href="" <li><a href="" - </ul> + </ul> Note that mock and taglib modules have a transitive dependency on core, so there is no need to declare the core dependency if using mock and/or taglib. </p> + <p> + Additionally, the waffle-resources module contains non-Java resources such as _javascript_, which + can be included in the webapp via the maven-dependency-plugin:unpack goal. + </p> <div class="clear"> <hr /> </div>
Modified: trunk/waffle-distribution/src/site/content/release-notes.html (561 => 562)
--- trunk/waffle-distribution/src/site/content/release-notes.html 2008-01-19 10:52:25 UTC (rev 561) +++ trunk/waffle-distribution/src/site/content/release-notes.html 2008-01-19 10:59:50 UTC (rev 562) @@ -5,11 +5,35 @@ </head> <body> -<h1>Release Notes - Waffle - Version 1.0-rc-2</h1> +<h1>Waffle - Version 1.0</h1> + +<h2> Bug +</h2> +<ul> +<li>[<a href="" - RequestParameterReference incorrectly returns RequestAttributeReference +</li> +<li>[<a href="" - PicoRegistrarMockery().assertConfiguration(...) does not handle registrar's that utilize Reference's +</li> +</ul> + <h2> Improvement </h2> <ul> +<li>[<a href="" - Allow component registration with the same interface but different implementation +</li> +<li>[<a href="" - RequestParameterReference should allow for a default value if the parameter cannot be resolved. +</li> +<li>[<a href="" - PicoContextContainer.getComponentInstance() should wrap any PicoException that is thrown. +</li> +</ul> + + +<h1>Waffle - Version 1.0-rc-2</h1> + +<h2> Improvement +</h2> +<ul> <li>[<a href="" - explicit component registration (i.e. register components with the same interface but different implementation) </li> </ul> @@ -23,8 +47,7 @@ </li> </ul> -<h1> Release Notes - Waffle - Version 1.0-rc-1 -</h1> +<h1>Waffle - Version 1.0-rc-1</h1> <h2> Bug </h2>
Modified: trunk/waffle-distribution/src/site/templates/skin.html (561 => 562)
--- trunk/waffle-distribution/src/site/templates/skin.html 2008-01-19 10:52:25 UTC (rev 561) +++ trunk/waffle-distribution/src/site/templates/skin.html 2008-01-19 10:59:50 UTC (rev 562) @@ -27,7 +27,7 @@ </div> <div id="breadcrumbs"> - <div class="left"> Last Published: 6 January 2008</div> + <div class="left"> Last Published: 19 January 2008</div> <div class="clear"></div> </div>
To unsubscribe from this list please visit:
