From commits-return-5795-archive-asf-public=cust-asf.ponee.io@juneau.apache.org Sat Dec 8 21:13:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 886AF18067A for ; Sat, 8 Dec 2018 21:13:30 +0100 (CET) Received: (qmail 55520 invoked by uid 500); 8 Dec 2018 20:13:29 -0000 Mailing-List: contact commits-help@juneau.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.apache.org Delivered-To: mailing list commits@juneau.apache.org Received: (qmail 55511 invoked by uid 99); 8 Dec 2018 20:13:29 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2018 20:13:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E7D5082F16; Sat, 8 Dec 2018 20:13:28 +0000 (UTC) Date: Sat, 08 Dec 2018 20:13:28 +0000 To: "commits@juneau.apache.org" Subject: [juneau] branch master updated: Javadocs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154430000885.6655.7944126646972546228@gitbox.apache.org> From: jamesbognar@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: juneau X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f248e6a28b95a18873a930a868d0d773176e46bb X-Git-Newrev: 16aced1c521a04635401e07ca0194396a2167645 X-Git-Rev: 16aced1c521a04635401e07ca0194396a2167645 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 16aced1 Javadocs. 16aced1 is described below commit 16aced1c521a04635401e07ca0194396a2167645 Author: JamesBognar AuthorDate: Sat Dec 8 15:13:16 2018 -0500 Javadocs. --- .../docs/Topics/11.juneau-microservice-core.html | 17 +++++-------- .../{01.Introduction.html => 01.Overview.html} | 2 +- .../docs/Topics/12.juneau-microservice-jetty.html | 2 +- .../01.Examples.html} | 29 ++-------------------- juneau-doc/src/main/javadoc/overview.html | 2 +- 5 files changed, 11 insertions(+), 41 deletions(-) diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core.html b/juneau-doc/docs/Topics/11.juneau-microservice-core.html index 17d02ab..c196591 100644 --- a/juneau-doc/docs/Topics/11.juneau-microservice-core.html +++ b/juneau-doc/docs/Topics/11.juneau-microservice-core.html @@ -13,33 +13,28 @@ ***************************************************************************************************************************/ --> -{todo} juneau-microservice-server +{todo} juneau-microservice-core
Maven Dependency

<dependency> <groupId>org.apache.juneau</groupId> - <artifactId>juneau-microservice-server</artifactId> + <artifactId>juneau-microservice-core</artifactId> <version>{@property juneauVersion}</version> </dependency>

Java Library

- juneau-microservice-server-{@property juneauVersion}.jar + juneau-microservice-core-{@property juneauVersion}.jar

OSGi Module

- org.apache.juneau.microservice.server_{@property juneauVersion}.jar -

- -
Microservice Starter Project
-

- my-microservice.zip + org.apache.juneau.microservice.core_{@property juneauVersion}.jar

- Juneau Microservice is an API for creating stand-alone executable jars that can be used to - start lightweight configurable REST interfaces with all the power of the Juneau REST server and client APIs. + Juneau Microservice is an API for creating stand-alone executable jars with automatic support for + Juneau configurations and console commands.

diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html similarity index 98% rename from juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html rename to juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html index 1f572ff..da680e9 100644 --- a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html +++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html @@ -13,7 +13,7 @@ ***************************************************************************************************************************/ --> -{todo} Microservice Introduction +{todo} Microservice Overview

The Microservice API consists of a combination of the Juneau Core, Server, and Client APIs and an embedded diff --git a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html index 7d15277..632815b 100644 --- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html +++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html @@ -13,7 +13,7 @@ ***************************************************************************************************************************/ --> -{todo} juneau-microservice-server +{todo} juneau-microservice-jetty

Maven Dependency

diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core.html b/juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html similarity index 52% copy from juneau-doc/docs/Topics/11.juneau-microservice-core.html copy to juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html index 17d02ab..c1c4770 100644 --- a/juneau-doc/docs/Topics/11.juneau-microservice-core.html +++ b/juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html @@ -13,33 +13,8 @@ ***************************************************************************************************************************/ --> -{todo} juneau-microservice-server - -

Maven Dependency
-

- <dependency> - <groupId>org.apache.juneau</groupId> - <artifactId>juneau-microservice-server</artifactId> - <version>{@property juneauVersion}</version> - </dependency> -

- -
Java Library
-

- juneau-microservice-server-{@property juneauVersion}.jar -

- -
OSGi Module
-

- org.apache.juneau.microservice.server_{@property juneauVersion}.jar -

- -
Microservice Starter Project
-

- my-microservice.zip -

+{todo} Examples

- Juneau Microservice is an API for creating stand-alone executable jars that can be used to - start lightweight configurable REST interfaces with all the power of the Juneau REST server and client APIs. + TODO

diff --git a/juneau-doc/src/main/javadoc/overview.html b/juneau-doc/src/main/javadoc/overview.html index 6c67a66..1673c4d 100644 --- a/juneau-doc/src/main/javadoc/overview.html +++ b/juneau-doc/src/main/javadoc/overview.html @@ -21426,7 +21426,7 @@

A typical Spring Boot application can use the {@link org.apache.juneau.rest.springboot.JuneauRestInitializer} to find - and register Juneau REST servlets using the {@link org.apache.juneau.rest.springboot.annotation.JuneauRest} annotation. + and register Juneau REST servlets via the {@link org.apache.juneau.rest.springboot.annotation.JuneauRest} annotation.

Example: