You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/02/02 09:43:01 UTC

[httpcomponents-website] 01/01: Added references to httpcomponents-jackson

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

olegk pushed a commit to branch ok2c
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git

commit 9e3417b2ef75074a8ef173f71146a66a4cb0db2c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Feb 2 10:36:20 2019 +0100

    Added references to httpcomponents-jackson
---
 .../related-projects.apt                           | 44 ++++++++++++++++++++++
 .../httpcomponents-core-5.0.x/related-projects.apt | 43 +++++++++++++++++++++
 src/site/site.xml                                  |  2 +
 3 files changed, 89 insertions(+)

diff --git a/src/site/apt/httpcomponents-client-5.0.x/related-projects.apt b/src/site/apt/httpcomponents-client-5.0.x/related-projects.apt
new file mode 100644
index 0000000..7ad080b
--- /dev/null
+++ b/src/site/apt/httpcomponents-client-5.0.x/related-projects.apt
@@ -0,0 +1,44 @@
+~~ ====================================================================
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~ 
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~ 
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~ ====================================================================
+~~ 
+~~ This software consists of voluntary contributions made by many
+~~ individuals on behalf of the Apache Software Foundation.  For more
+~~ information on the Apache Software Foundation, please see
+~~ <http://www.apache.org/>.
+
+    ----------
+    HttpComponents HttpCore Examples
+    ----------
+    ----------
+    ----------
+
+Related projects
+
+* Asynchronous JSON message processors
+
+    {{{https://github.com/ok2c/httpcomponents-jackson}Asynchronous JSON message processors}}
+    library is a companion project for HttpClient 5.0 developed outside the Apache Software
+    Foundation.
+
+    The library provides a number of asynchronous message consumers and producers
+    for efficient, reactive processing of HTTP messages with enclosed JSON content using
+    {{{https://github.com/FasterXML/jackson}Jackson JSON processor}}.
+
+
+    
diff --git a/src/site/apt/httpcomponents-core-5.0.x/related-projects.apt b/src/site/apt/httpcomponents-core-5.0.x/related-projects.apt
new file mode 100644
index 0000000..fd0b760
--- /dev/null
+++ b/src/site/apt/httpcomponents-core-5.0.x/related-projects.apt
@@ -0,0 +1,43 @@
+~~ ====================================================================
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~ 
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~ 
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+~~ ====================================================================
+~~ 
+~~ This software consists of voluntary contributions made by many
+~~ individuals on behalf of the Apache Software Foundation.  For more
+~~ information on the Apache Software Foundation, please see
+~~ <http://www.apache.org/>.
+
+    ----------
+    HttpComponents HttpCore Examples
+    ----------
+    ----------
+    ----------
+
+Related projects
+
+* Asynchronous JSON message processors
+
+    {{{https://github.com/ok2c/httpcomponents-jackson}Asynchronous JSON message processors}}
+    library is a companion project for HttpCore 5.0 developed outside the Apache Software Foundation.
+
+    The library provides a number of asynchronous message consumers and producers
+    for efficient, reactive processing of HTTP messages with enclosed JSON content using
+    {{{https://github.com/FasterXML/jackson}Jackson JSON processor}}.
+
+
+    
diff --git a/src/site/site.xml b/src/site/site.xml
index 1320599..028c18e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -83,6 +83,7 @@
         <item name="Examples (Async)" href="httpcomponents-client-5.0.x/examples-async.html"/>
         <item name="Examples (Reactive)" href="httpcomponents-client-5.0.x/examples-reactive.html"/>
         <item name="Logging Guide" href="httpcomponents-client-5.0.x/logging.html"/>
+        <item name="Related" href="httpcomponents-client-5.0.x/related-projects.html"/>
         <item name="Download" href="httpcomponents-client-5.0.x/download.html"/>
         <item name="Project Info" href="httpcomponents-client-5.0.x/project-info.html"/>
       </item>
@@ -99,6 +100,7 @@
       </item>
       <item name="HttpCore 5.0 beta" collapse="true" href="httpcomponents-core-5.0.x/index.html">
         <item name="Examples" href="httpcomponents-core-5.0.x/examples.html"/>
+        <item name="Related" href="httpcomponents-client-5.0.x/related-projects.html"/>
         <item name="Download" href="httpcomponents-core-5.0.x/download.html"/>
         <item name="Project Info" href="httpcomponents-core-5.0.x/project-info.html"/>
       </item>