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 a22674d  closes apache/tomee#325 *Merged*
     new d5bf79a  TOMEE-2428
     new a8ea8ea  TOMEE-2429
     new ff370e3  TOMEE-2429 - removed 'mp-' and updated index-group to JSON-B
     new b277c5b  TOMEE-2429 - removed mp- project
     new 582a9c3  closes apache/tomee#327 *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-custom-serializer/README.md         | 459 +++++++++++++++++++++
 .../pom.xml                                        |   5 +-
 .../main/java/org/superbiz/AddressSerializer.java  |  20 +
 .../main/java/org/superbiz/JAXRSApplication.java   |   0
 .../main/java/org/superbiz/JSONBConfiguration.java |   8 +-
 .../main/java/org/superbiz/UserDeserializer.java   |  26 ++
 .../src/main/java/org/superbiz/model/Address.java  |  36 ++
 .../src/main/java/org/superbiz/model/User.java     |  88 ++++
 .../main/java/org/superbiz/rest/UserService.java   |  12 +-
 .../src/main/webapp/WEB-INF/web.xml                |   6 +-
 .../java/org/superbiz/rest/UserServiceTest.java    |  26 +-
 .../README.md                                      |  24 +-
 .../pom.xml                                        |   2 +-
 .../main/java/org/superbiz/JAXRSApplication.java   |   0
 .../main/java/org/superbiz/JSONBConfiguration.java |   0
 .../src/main/java/org/superbiz/model/User.java     |   8 +-
 .../main/java/org/superbiz/rest/UserService.java   |   0
 .../src/main/webapp/WEB-INF/web.xml                |   6 +-
 .../java/org/superbiz/rest/UserServiceTest.java    |  13 +-
 examples/pom.xml                                   |   1 +
 20 files changed, 676 insertions(+), 64 deletions(-)
 create mode 100644 examples/jsonb-custom-serializer/README.md
 copy examples/{jsonb-configuration => jsonb-custom-serializer}/pom.xml (91%)
 create mode 100644 
examples/jsonb-custom-serializer/src/main/java/org/superbiz/AddressSerializer.java
 copy examples/{jsonb-configuration => 
jsonb-custom-serializer}/src/main/java/org/superbiz/JAXRSApplication.java (100%)
 copy examples/{jsonb-configuration => 
jsonb-custom-serializer}/src/main/java/org/superbiz/JSONBConfiguration.java 
(58%)
 create mode 100644 
examples/jsonb-custom-serializer/src/main/java/org/superbiz/UserDeserializer.java
 create mode 100644 
examples/jsonb-custom-serializer/src/main/java/org/superbiz/model/Address.java
 create mode 100644 
examples/jsonb-custom-serializer/src/main/java/org/superbiz/model/User.java
 copy examples/{jsonb-configuration => 
jsonb-custom-serializer}/src/main/java/org/superbiz/rest/UserService.java (66%)
 copy examples/{rest-example-with-application => 
jsonb-custom-serializer}/src/main/webapp/WEB-INF/web.xml (92%)
 copy examples/{jsonb-configuration => 
jsonb-custom-serializer}/src/test/java/org/superbiz/rest/UserServiceTest.java 
(60%)
 copy examples/{jsonb-configuration => mp-jsonb-configuration}/README.md (94%)
 copy examples/{jsonb-configuration => mp-jsonb-configuration}/pom.xml (96%)
 copy examples/{jsonb-configuration => 
mp-jsonb-configuration}/src/main/java/org/superbiz/JAXRSApplication.java (100%)
 copy examples/{jsonb-configuration => 
mp-jsonb-configuration}/src/main/java/org/superbiz/JSONBConfiguration.java 
(100%)
 copy examples/{jsonb-configuration => 
mp-jsonb-configuration}/src/main/java/org/superbiz/model/User.java (76%)
 copy examples/{jsonb-configuration => 
mp-jsonb-configuration}/src/main/java/org/superbiz/rest/UserService.java (100%)
 copy examples/{rest-example-with-application => 
mp-jsonb-configuration}/src/main/webapp/WEB-INF/web.xml (93%)
 copy examples/{jsonb-configuration => 
mp-jsonb-configuration}/src/test/java/org/superbiz/rest/UserServiceTest.java 
(74%)

Reply via email to