You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/02/07 19:43:39 UTC

[tomee] branch master updated (6459e30 -> ee96861)

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

jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from 6459e30  TOMEE-2408. Metrics endpoint fix. Geronimo openapi impl bump metrics spec bump
     new e35d253  Start azure example. App and fat jar creation with TomEE plugin
     new 4795aa8  add web.xml to be able to use the war file
     new 736bf94  rename application and improve documentation
     new 28d2e82  tidy up properties
     new d8c9312  explain why we don't use the azure plugin by default
     new f0a31a4  fix port
     new 502c281  use tomee webprofile
     new 40d332e  make sure source is java 8
     new d7b5121  Merge remote-tracking branch 'upstream/master' into azure-example
     new 2fdf3e0  subdomain must be unique
     new dbba981  azure bug
     new ee96861  Merge pull request #378 from brunobat/azure-example

The 12119 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:
 examples/cloud-tomee-azure/README.adoc             | 108 +++++++++++++++++
 examples/cloud-tomee-azure/pom.xml                 | 129 +++++++++++++++++++++
 .../main/java/org/superbiz/echo/EchoResource.java} |  20 ++--
 .../src/main/webapp/WEB-INF/web.xml                |   6 +-
 examples/pom.xml                                   |   1 +
 5 files changed, 250 insertions(+), 14 deletions(-)
 create mode 100644 examples/cloud-tomee-azure/README.adoc
 create mode 100644 examples/cloud-tomee-azure/pom.xml
 copy examples/{multiple-arquillian-adapters/src/main/java/org/superbiz/SomeRest.java => cloud-tomee-azure/src/main/java/org/superbiz/echo/EchoResource.java} (79%)
 copy examples/{rest-example-with-application => cloud-tomee-azure}/src/main/webapp/WEB-INF/web.xml (94%)