Skip to content

Mercateo/rest-jersey-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-jersey-utils Build Status Coverage Status MavenCentral

A package for useful java classes for jersey, including:

  • RFC-7807 compliant ExceptionMapper
  • Simple filter for CORS (see e.g. https://spring.io/understanding/CORS)
  • REST Resource for listings
  • ConstraintViolationExceptionMapper for Validation errors.

Make sure you have implementation for javax.el-api 3.0.0, for that, the following dependency can be used :

<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>javax.el</artifactId>
   <version>3.0.0</version>
</dependency>