<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>9</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>bc6f062db3a28a4ec6f0541295e8b59e</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9d4d5e318aa64d5100d7ab6a8bb87eff</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.war</canonicalName><fileName>rest-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>11f9a4a9184d0524ad8c4073c4df1787</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>105</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/105/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>22c489f3c730a7cf70a9b33c59532db7</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/105/mavenArtifacts/</url></action><action></action><artifact><displayPath>rest-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>rest-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.pom</displayPath><fileName>rest-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.war</displayPath><fileName>rest-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#105</displayName><duration>52254</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST #105</fullDisplayName><id>105</id><keepLog>false</keepLog><number>105</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449203112131</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/105/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>rest/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</affectedPath><affectedPath>rest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java</affectedPath><affectedPath>rest/src/test/resources/web.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java</affectedPath><affectedPath>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</affectedPath><commitId>fa5c835fe4583772b8f839f583ee593b4de4ea85</commitId><timestamp>1449202085000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agjacome</absoluteUrl><fullName>agjacome</fullName></author><authorEmail>agjacome@gmail.com</authorEmail><comment>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.
</comment><date>2015-12-04 05:08:05 +0100</date><id>fa5c835fe4583772b8f839f583ee593b4de4ea85</id><msg>tsk27 Adds API method to list Events sorted by date</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.java</file></path><path><editType>edit</editType><file>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</file></path><path><editType>edit</editType><file>rest/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</file></path><path><editType>delete</editType><file>rest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java</file></path><path><editType>edit</editType><file>rest/src/test/resources/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agjacome</absoluteUrl><fullName>agjacome</fullName><id>agjacome</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>agjacome@gmail.com</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>bc6f062db3a28a4ec6f0541295e8b59e</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9d4d5e318aa64d5100d7ab6a8bb87eff</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.war</canonicalName><fileName>rest-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>11f9a4a9184d0524ad8c4073c4df1787</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>105</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/105/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>22c489f3c730a7cf70a9b33c59532db7</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/105/mavenArtifacts/</url></mavenArtifacts></mavenBuild>