This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new dc2af8502 Update README.md
dc2af8502 is described below
commit dc2af85021ecba709c0c833297e332628fe792d1
Author: James Bognar <[email protected]>
AuthorDate: Thu Jun 23 17:05:54 2022 -0400
Update README.md
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 9742789b2..c686023d0 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,13 @@
Apache Juneau™ is a single cohesive Java ecosystem consisting of the following
parts:
-* _juneau-marshall_ - A universal toolkit for marshalling POJOs to a
variety of content types using a common framework with no external library
dependencies.
-* *juneau-marshall-rdf* - Additional support for various RDF languages.
-* *juneau-dto* - A variety of predefined DTOs for serializing and parsing
languages such as HTML5, Swagger and ATOM.
-* *juneau-config* - A sophisticated configuration file API.
-* *juneau-rest-server* - A universal REST server API for creating
Swagger-based self-documenting REST interfaces using POJOs, simply deployed as
one or more top-level servlets in any Servlet 3.1.0+ container. Includes Spring
Boot and JAX-RS integration support.
-* *juneau-rest-client* - A universal REST client API for interacting with
Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
-* *juneau-rest-springboot* - Spring boot integration for juneau-rest-servlet.
+* **juneau-marshall** - A universal toolkit for marshalling POJOs to a
variety of content types using a common framework with no external library
dependencies.
+* **juneau-marshall-rdf** - Additional support for various RDF languages.
+* **juneau-dto** - A variety of predefined DTOs for serializing and
parsing languages such as HTML5, Swagger and ATOM.
+* **juneau-config** - A sophisticated configuration file API.
+* **juneau-rest-server** - A universal REST server API for creating
Swagger-based self-documenting REST interfaces using POJOs, simply deployed as
one or more top-level servlets in any Servlet 3.1.0+ container. Includes Spring
Boot and JAX-RS integration support.
+* **juneau-rest-client** - A universal REST client API for interacting with
Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces.
+* **juneau-rest-springboot** - Spring boot integration for
juneau-rest-servlet.
Questions via email to [email protected] are always welcome.