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

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


    from c0e0ab2  closes apache/tomee#345 *Merged*
     new 0024d97  TOMEE-2428
     new ed13241  TOMEE-2428 - Renamed directory and updated index-group to 
JSON-B
     new 0108147  TOMEE-2428 - add print statement to test, modified date and 
locale
     new ff13509  TOMEE-2428 - TimeZone issue
     new a22674d  closes apache/tomee#325 *Merged*

The 5 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/jsonb-configuration/README.md             | 275 +++++++++++++++++++++
 examples/jsonb-configuration/pom.xml               |  63 +++++
 .../main/java/org/superbiz/JAXRSApplication.java   |   9 +
 .../main/java/org/superbiz/JSONBConfiguration.java |  31 +++
 .../src/main/java/org/superbiz/model/User.java     |  59 +++++
 .../main/java/org/superbiz/rest/UserService.java   |  31 +++
 .../src/main/webapp/WEB-INF/web.xml                |  13 +-
 .../java/org/superbiz/rest/UserServiceTest.java    |  49 ++++
 examples/pom.xml                                   |   1 +
 9 files changed, 521 insertions(+), 10 deletions(-)
 create mode 100644 examples/jsonb-configuration/README.md
 create mode 100644 examples/jsonb-configuration/pom.xml
 create mode 100644 
examples/jsonb-configuration/src/main/java/org/superbiz/JAXRSApplication.java
 create mode 100644 
examples/jsonb-configuration/src/main/java/org/superbiz/JSONBConfiguration.java
 create mode 100644 
examples/jsonb-configuration/src/main/java/org/superbiz/model/User.java
 create mode 100644 
examples/jsonb-configuration/src/main/java/org/superbiz/rest/UserService.java
 copy examples/{rest-example => 
jsonb-configuration}/src/main/webapp/WEB-INF/web.xml (70%)
 create mode 100644 
examples/jsonb-configuration/src/test/java/org/superbiz/rest/UserServiceTest.java

Reply via email to