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

imesha pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/oodt.git.


    from 6cdbbe6  [OODT-1015] Minor code formatting changes
     add bdefc08  Version 2 - JAX RS REST APIS for File Manager Webapp
     add 2386b2d  Update FMprod web app and fix style issues
     add 4c20941  Update pom.xml
     add fd0f948  Merge branch 'development' into OODT-1026
     add aa4fe41  Fix code styles, optimize imports and replace 
java.util.Logging with SLF4J
     add c58a12f  Merge branch 'development' into OODT-1026
     new 52ef20b  [OODT-1026] Code formatting changes and moved several test 
classes to fmprod/test/java directory.
     new bae4787  Merge branch 'pull/113' into development

The 2 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:
 .../cas/product/jaxrs/errors/ErrorMessage.java     |   6 +-
 .../BadRequestExceptionMapper.java                 |   6 +-
 .../CasProductExceptionMapper.java                 |   6 +-
 .../InternalServerErrorExceptionMapper.java        |   6 +-
 .../exceptionmappers/NotFoundExceptionMapper.java  |   6 +-
 .../jaxrs/exceptions/BadRequestException.java      |   3 +-
 .../exceptions/InternalServerErrorException.java   |   3 +-
 .../jaxrs/exceptions/NotFoundException.java        |   3 +-
 .../oodt/cas/product/jaxrs/filters/CORSFilter.java |  15 +-
 .../product/jaxrs/resources/FMStatusResource.java  |  35 +++--
 .../jaxrs/services/FileManagerJaxrsServiceV2.java  | 153 +++++++++++++-----
 .../jaxrs/servlets/CasProductJaxrsServlet.java     | 173 ++++++++-------------
 webapp/fmprod/src/main/webapp/WEB-INF/web.xml      |  45 +++++-
 .../jaxrs/resources/ProductPageResourceTest.java   |  14 +-
 .../jaxrs/resources/ReferenceResourceTest.java     |   2 -
 .../product/handlers/ofsn/util/OFSNUtilsTest.java  |   0
 .../xmlquery/ChunkedProductInputStreamTest.java    |   0
 .../org/apache/oodt/xmlquery/LargeResultTest.java  |   0
 .../src/test/resources/test.logging.properties     |   3 +-
 19 files changed, 285 insertions(+), 194 deletions(-)
 rename webapp/fmprod/src/test/{ => 
java}/org/apache/oodt/product/handlers/ofsn/util/OFSNUtilsTest.java (100%)
 rename webapp/fmprod/src/test/{ => 
java}/org/apache/oodt/xmlquery/ChunkedProductInputStreamTest.java (100%)
 rename webapp/fmprod/src/test/{ => 
java}/org/apache/oodt/xmlquery/LargeResultTest.java (100%)

Reply via email to