This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 43243bdb1 Update about page.
43243bdb1 is described below

commit 43243bdb156796b07055ff93d29b6082367d4f3f
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 16:16:29 2022 -0400

    Update about page.
---
 content/about.html   | 12 +++++++++---
 templates/about.html | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/content/about.html b/content/about.html
index c31344b64..ddd04a8cd 100644
--- a/content/about.html
+++ b/content/about.html
@@ -35,7 +35,7 @@
                                
<th>Group</th><th>Component</th><th>Description</th>
                        </tr>
                        <tr class='dark bb'>
-                               <td rowspan="4" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
+                               <td rowspan="5" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
                                <td class='code'><a class='doclink' 
target='_blank' 
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
                                <td style='padding:10px;'>
                                        POJO marshalling support for JSON, XML, 
HTML, URL-encoding, UON, MessagePack, and CSV using no external module 
dependencies.
@@ -59,6 +59,12 @@
                                        A sophisticated configuration file API.
                                </td>
                        </tr>
+                       <tr class='dark bb'>
+                               <td class='code'><a class='doclink' 
target='_blank' 
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-assertion'>juneau-assertion</a></td>
+                               <td style='padding:10px;'>
+                                       A fluent assertions API.
+                               </td>
+                       </tr>
                        <tr class='light bb'>
                                <td rowspan="3" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-rest</td>
                                <td class='code'><a class='doclink' 
target='_blank' 
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
@@ -182,7 +188,7 @@
                        The <a class='doclink' target='_blank' 
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-dto'>juneau-dto</a>
 module 
                        contains several predefined POJOs for generating 
commonly-used document types that
                        are designed to be used with the Juneau Marshaller APIs 
for both serializing and parsing.
-                       For example, you can build HTML DOMs in Java:
+                       For example, you can build HTML DOMs in Java.
                </p>
                <p class='bjava'>
        <jk>import static</jk> org.apache.juneau.dto.html5.HtmlBuilder.*;
@@ -261,7 +267,7 @@
        <jc>// Extract a subset of properties from a list of beans and compare 
using Simplified JSON.</jc>
        List&lt;MyBean&gt; <jv>myListOfBeans</jv> = ...;
        <jsm>assertBeanList</jsm>(<jv>myListOfBeans</jv>)
-               .asProperties(<js>"a,b"</js>)
+               .asPropertyMaps(<js>"a,b"</js>)
                .asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
                </p>
                <p>
diff --git a/templates/about.html b/templates/about.html
index 1d1d8e45d..a7f3f4322 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -35,7 +35,7 @@
                                
<th>Group</th><th>Component</th><th>Description</th>
                        </tr>
                        <tr class='dark bb'>
-                               <td rowspan="4" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
+                               <td rowspan="5" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-core</td>
                                <td class='code'><a class='doclink' 
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
                                <td style='padding:10px;'>
                                        POJO marshalling support for JSON, XML, 
HTML, URL-encoding, UON, MessagePack, and CSV using no external module 
dependencies.
@@ -59,6 +59,12 @@
                                        A sophisticated configuration file API.
                                </td>
                        </tr>
+                       <tr class='dark bb'>
+                               <td class='code'><a class='doclink' 
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#juneau-assertion'>juneau-assertion</a></td>
+                               <td style='padding:10px;'>
+                                       A fluent assertions API.
+                               </td>
+                       </tr>
                        <tr class='light bb'>
                                <td rowspan="3" 
style='text-align:center;font-weight:bold;padding:20px;' 
class='code'>juneau-rest</td>
                                <td class='code'><a class='doclink' 
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#juneau-rest-server'>juneau-rest-server</a></td>
@@ -182,7 +188,7 @@
                        The <a class='doclink' target='_blank' 
href='http://juneau.apache.org/site/apidocs-{@property 
juneauVersion}/overview-summary.html#juneau-dto'>juneau-dto</a> module 
                        contains several predefined POJOs for generating 
commonly-used document types that
                        are designed to be used with the Juneau Marshaller APIs 
for both serializing and parsing.
-                       For example, you can build HTML DOMs in Java:
+                       For example, you can build HTML DOMs in Java.
                </p>
                <p class='bjava'>
        <jk>import static</jk> org.apache.juneau.dto.html5.HtmlBuilder.*;
@@ -261,7 +267,7 @@
        <jc>// Extract a subset of properties from a list of beans and compare 
using Simplified JSON.</jc>
        List&lt;MyBean&gt; <jv>myListOfBeans</jv> = ...;
        <jsm>assertBeanList</jsm>(<jv>myListOfBeans</jv>)
-               .asProperties(<js>"a,b"</js>)
+               .asPropertyMaps(<js>"a,b"</js>)
                .asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
                </p>
                <p>

Reply via email to