SuccessChanges

Summary

  1. tsk27 Adds API method to list Events sorted by date (details)
Commit fa5c835fe4583772b8f839f583ee593b4de4ea85 by agjacome
tsk27 Adds API method to list Events sorted by date
REST resource for Events has been created, with a method (GET to event's
resource root) to list events sorted by date in the same way as the
index page does. Some changes have also been done to make it work as
expected.
Correct testing of this list method requires changes in events datasets
to validate that date ordering is preserved. It is a pending issue that
will be addressed in following commits.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java
The file was modifiedrest/src/test/resources/web.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java
The file was removedrest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java
The file was modifiedrest/src/test/resources-wildfly-embedded-h2/standalone.xml