You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/12/14 21:45:15 UTC

[6/6] tomee git commit: Merge branch 'master' of github.com:mpredli01/tomee

Merge branch 'master' of github.com:mpredli01/tomee


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/64ed4189
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/64ed4189
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/64ed4189

Branch: refs/heads/master
Commit: 64ed4189ed2c64a1bac9cd27def774b257c3aa4a
Parents: cad956d a6b66e1
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Fri Dec 14 21:38:44 2018 +0000
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Fri Dec 14 21:38:44 2018 +0000

----------------------------------------------------------------------
 examples/mp-metrics-histogram/README.md         | 182 +++++++++++++++++++
 examples/mp-metrics-histogram/pom.xml           | 109 +++++++++++
 .../org/superbiz/histogram/WeatherService.java  |  66 +++++++
 .../src/main/webapp/WEB-INF/web.xml             |  25 +++
 .../superbiz/histogram/WeatherServiceTest.java  | 167 +++++++++++++++++
 .../src/test/resources/arquillian.xml           |  30 +++
 examples/mp-opentracing-traced/pom.xml          |  88 +++++++++
 .../src/test/resources/arquillian.xml           |  30 +++
 examples/pom.xml                                |   5 +-
 9 files changed, 700 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/64ed4189/examples/pom.xml
----------------------------------------------------------------------