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 ff9099de2 Update about page.
new 81bf68e79 Merge branch 'asf-site' of
https://gitbox.apache.org/repos/asf/juneau-website.git into asf-site
ff9099de2 is described below
commit ff9099de26f2d4b3c8fab6843018a8692829e6da
Author: JamesBognar <[email protected]>
AuthorDate: Sat Jul 2 16:21:01 2022 -0400
Update about page.
---
content/about.html | 8 +++++---
templates/about.html | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/content/about.html b/content/about.html
index ddd04a8cd..491fd12fe 100644
--- a/content/about.html
+++ b/content/about.html
@@ -60,7 +60,7 @@
</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 class='code'><a class='doclink'
target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-assertions'>juneau-assertions</a></td>
<td style='padding:10px;'>
A fluent assertions API.
</td>
@@ -262,17 +262,19 @@
<jc>// "is" methods perform an assertion.</jc>
<jsm>assertString</jsm>(<js>"foo, bar"</js>)
.asSplit(<js>","</js>)
+ .asTrimmed()
.is(<js>"foo"</js>, <js>"bar"</js>);
<jc>// Extract a subset of properties from a list of beans and compare
using Simplified JSON.</jc>
List<MyBean> <jv>myListOfBeans</jv> = ...;
<jsm>assertBeanList</jsm>(<jv>myListOfBeans</jv>)
- .asPropertyMaps(<js>"a,b"</js>)
+ .asPropertyMap(<js>"a,b"</js>)
.asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
</p>
<p>
The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-9.0.0/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
- modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application.
+ modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application. Has built-in support for
+ auto-generated Swagger documentation and call
statistics on all endpoints.
</p>
<p class='bjava'>
<ja>@SpringBootApplication</ja>
diff --git a/templates/about.html b/templates/about.html
index a7f3f4322..0bc33c370 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -60,7 +60,7 @@
</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 class='code'><a class='doclink'
target='_blank' href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-assertions'>juneau-assertions</a></td>
<td style='padding:10px;'>
A fluent assertions API.
</td>
@@ -262,17 +262,19 @@
<jc>// "is" methods perform an assertion.</jc>
<jsm>assertString</jsm>(<js>"foo, bar"</js>)
.asSplit(<js>","</js>)
+ .asTrimmed()
.is(<js>"foo"</js>, <js>"bar"</js>);
<jc>// Extract a subset of properties from a list of beans and compare
using Simplified JSON.</jc>
List<MyBean> <jv>myListOfBeans</jv> = ...;
<jsm>assertBeanList</jsm>(<jv>myListOfBeans</jv>)
- .asPropertyMaps(<js>"a,b"</js>)
+ .asPropertyMap(<js>"a,b"</js>)
.asJson().is(<js>"[{a:1,b:'foo'}]"</js>);
</p>
<p>
The <a class='doclink' target='_blank'
href='http://juneau.apache.org/site/apidocs-{@property
juneauVersion}/overview-summary.html#juneau-rest-springboot'>juneau-rest-springboot</a>
- modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application.
+ modules provides servlets for quickly and seemlessly
deploying REST endpoints in a Spring Boot application. Has built-in support for
+ auto-generated Swagger documentation and call
statistics on all endpoints.
</p>
<p class='bjava'>
<ja>@SpringBootApplication</ja>