[GitHub] tomee pull request #216: WIP create a sample for java modules usage

2018-12-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/tomee/pull/216


---


[GitHub] tomee pull request #216: WIP create a sample for java modules usage

2018-11-23 Thread jeanouii
GitHub user jeanouii opened a pull request:

https://github.com/apache/tomee/pull/216

WIP create a sample for java modules usage

This is work in progress.
The goal is to create an example to leverage Java Modules. The immediate 
goal I was looking for is to properly make tomee/master Java 11 compatible by 
adding java module information to it.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jeanouii/tomee master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomee/pull/216.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #216


commit bc4b716d3674fae90ea724060f6b307c4c3d369e
Author: Jean-Louis Monteiro 
Date:   2018-11-20T10:49:05Z

Attempt to create a java modules example

commit d6b0dbc060aaff8f565d1f1099a30c281a48ee7c
Author: Jean-Louis Monteiro 
Date:   2018-11-20T10:49:15Z

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tomee

commit aaa4dc0213d01ea8f099b0a3a9f1763740668c0e
Author: Jean-Louis Monteiro 
Date:   2018-11-23T08:57:33Z

Fix the build after renaming the package




---