You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2018/07/17 19:20:43 UTC

[openwebbeans-meecrowave-examples] branch master updated (5c792bb -> 5155ffb)

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

struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git.


    from 5c792bb  improve our landing page
     new c7e879d  update to latest released Meecrowave-1.2.2
     new 5155ffb  add information about debugging Meecrowave

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.adoc | 15 +++++++++++++--
 pom.xml     |  2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)


[openwebbeans-meecrowave-examples] 01/02: update to latest released Meecrowave-1.2.2

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git

commit c7e879d2dd815bdf4df04789b32282ff835d27b3
Author: Mark Struberg <st...@apache.org>
AuthorDate: Tue Jul 17 21:19:51 2018 +0200

    update to latest released Meecrowave-1.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a75f354..8249108 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     </modules>
 
     <properties>
-        <meecrowave.version>1.2.2-SNAPSHOT</meecrowave.version>
+        <meecrowave.version>1.2.2</meecrowave.version>
 
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>


[openwebbeans-meecrowave-examples] 02/02: add information about debugging Meecrowave

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git

commit 5155ffb621a41d8d8584e32ae4ec64d3cb350402
Author: Mark Struberg <st...@apache.org>
AuthorDate: Tue Jul 17 21:20:16 2018 +0200

    add information about debugging Meecrowave
    
    plus the maven plugin
---
 README.adoc | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index c791571..8895239 100644
--- a/README.adoc
+++ b/README.adoc
@@ -7,10 +7,10 @@ This project shows how to use https://openwebbeans.apache.org/meecrowave/[Apache
 Apache Meecrowave is a 9 MByte small embeddable Java Application Server based on the following Apache JavaEE 8 projects:
 
 * Apache Tomcat-9.x
-* Apache log4j2
 * Apache OpenWebBeans-2.x
 * Apache Johnzon-1.1.x
-* Apache CXF-3.x
+* Apache CXF-3.2.x
+* Apache log4j2 (optional, JUL supported as well)
 
 
 == About our Examples
@@ -24,6 +24,17 @@ Here's what it provides:
 
 To use it launch meecrowave main (org.apache.meecrowave.runner.Cli) with option `--app-default-name foo`.
 
+You can also use the `meecrowave-maven-plugin`and type
+
+----
+$> mvn clean install meecrowave:run
+----
+
+For debugging your application attach with your IDE to port 8000 and start Meecrowave in debug mode with
+----
+$> mvnDebug clean install meecrowave:run
+----
+
 == Further Resources
 
 === Bug Reporting