You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/07/30 13:57:36 UTC

[juneau-website] branch asf-site updated: Update features list.

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 d91c9d7  Update features list.
d91c9d7 is described below

commit d91c9d78813f8615c42161c7d2f55fac2cc59b33
Author: JamesBognar <ja...@apache.org>
AuthorDate: Tue Jul 30 09:57:23 2019 -0400

    Update features list.
---
 content/about.html   | 28 ++++++++++++++++++++--------
 templates/about.html | 28 ++++++++++++++++++++--------
 2 files changed, 40 insertions(+), 16 deletions(-)

diff --git a/content/about.html b/content/about.html
index 01f5202..1d287f0 100644
--- a/content/about.html
+++ b/content/about.html
@@ -135,19 +135,31 @@
 	<h5 class='toc'>Features</h5>
 	<div>
 		<ul class='spaced-list'>
-			<li>KISS is our mantra!  No auto-wiring.  No code generation.  No dependency injection.  Just add it to your classpath and use it.  Extremely simple unit testing!
-			<li>Tiny - ~1MB
-			<li>Exhaustively tested
-			<li>Up-to-date documentation and examples
-			<li>Minimal library dependencies: 
+			<li>
+				Fast memory-efficient serialization.
+			<li>
+				Fast, safe, memory-efficient parsing.  Parsers are not susceptible to deserialization attacks.
+			<li>
+				KISS is our mantra!  No auto-wiring.  No code generation.  No dependency injection.  Just add it to your classpath and use it.  Extremely simple unit testing!
+			<li>
+				Enjoyable to use
+			<li>
+				Tiny - ~1MB
+			<li>
+				Exhaustively tested
+			<li>
+				Lots of up-to-date documentation and examples
+			<li>
+				Minimal library dependencies: 
 				<ul>
-					<li><b>juneau-marshall</b>, <b>juneau-dto</b>, <b>juneau-svl</b>, <b>juneau-config</b>, <b>juneau-microservice-core</b> - No external dependencies.  Entirely self-contained.
+					<li><b>juneau-marshall</b>, <b>juneau-dto</b>, <b>juneau-svl</b>, <b>juneau-config</b> - No external dependencies.  Entirely self-contained.
 					<li><b>juneau-marshall-rdf</b> - Optional RDF support.  Requires Apache Jena 2.7.1+.
 					<li><b>juneau-rest-server</b> - Any Servlet 3.1.0+ container.
 					<li><b>juneau-rest-client</b> - Apache HttpClient 4.5+.
-					<li><b>juneau-microservice-jetty</b> - Eclipse Jetty.
+					<li><b>juneau-microservice</b> - Eclipse Jetty.
 				</ul>
-			<li>Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features
+			<li>
+				Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features
 				such as request/response multiplexing and server push.
 		</ul>
 	</div>
diff --git a/templates/about.html b/templates/about.html
index e5fd6b1..214c664 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -135,19 +135,31 @@
 	<h5 class='toc'>Features</h5>
 	<div>
 		<ul class='spaced-list'>
-			<li>KISS is our mantra!  No auto-wiring.  No code generation.  No dependency injection.  Just add it to your classpath and use it.  Extremely simple unit testing!
-			<li>Tiny - ~1MB
-			<li>Exhaustively tested
-			<li>Up-to-date documentation and examples
-			<li>Minimal library dependencies: 
+			<li>
+				Fast memory-efficient serialization.
+			<li>
+				Fast, safe, memory-efficient parsing.  Parsers are not susceptible to deserialization attacks.
+			<li>
+				KISS is our mantra!  No auto-wiring.  No code generation.  No dependency injection.  Just add it to your classpath and use it.  Extremely simple unit testing!
+			<li>
+				Enjoyable to use
+			<li>
+				Tiny - ~1MB
+			<li>
+				Exhaustively tested
+			<li>
+				Lots of up-to-date documentation and examples
+			<li>
+				Minimal library dependencies: 
 				<ul>
-					<li><b>juneau-marshall</b>, <b>juneau-dto</b>, <b>juneau-svl</b>, <b>juneau-config</b>, <b>juneau-microservice-core</b> - No external dependencies.  Entirely self-contained.
+					<li><b>juneau-marshall</b>, <b>juneau-dto</b>, <b>juneau-svl</b>, <b>juneau-config</b> - No external dependencies.  Entirely self-contained.
 					<li><b>juneau-marshall-rdf</b> - Optional RDF support.  Requires Apache Jena 2.7.1+.
 					<li><b>juneau-rest-server</b> - Any Servlet 3.1.0+ container.
 					<li><b>juneau-rest-client</b> - Apache HttpClient 4.5+.
-					<li><b>juneau-microservice-jetty</b> - Eclipse Jetty.
+					<li><b>juneau-microservice</b> - Eclipse Jetty.
 				</ul>
-			<li>Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features
+			<li>
+				Built on top of Servlet and Apache HttpClient APIs that allow you to use the newest HTTP/2 features
 				such as request/response multiplexing and server push.
 		</ul>
 	</div>