<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>0717fd63293ab0312273baf0914f3380</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>bfd710f9dad196af35bb3d15862e486d</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>0b6d641377a64f0796094023ab69a748</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>90</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-domain/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.2.0-SNAPSHOT/dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.2.0-SNAPSHOT/dgss1617-letta-teama-domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.2.0-SNAPSHOT/dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.2.0-SNAPSHOT/dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>23469</duration><estimatedDuration>19744</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Domain #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789566</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-domain/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-follow-event-rest.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</affectedPath><commitId>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</commitId><timestamp>1483617820000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></author><authorEmail>sicofan@esei.uvigo.es</authorEmail><comment>[sto21-tsk52] Adds create event rest api
This commit adds the post method for creating an event to the rest api. 
For this, a test event constructor has been created for ignoring 
validations. Besides, the IllegalArgumentExceptionMapper was created and 
authorized user was unified.
</comment><date>2017-01-05 13:03:40 +0100</date><id>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</id><msg>[sto21-tsk52] Adds create event rest api</msg><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-follow-event-rest.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-domain/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>90cac26e8309c2ed4c9c392f19d5ea45</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-domain/77/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1617-letta-teama-ear</artifactId><canonicalName>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.ear</canonicalName><fileName>dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>ffac73c9313a95e386de573c9cab4387</md5sum><type>ear</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.ear</displayPath><fileName>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-ear/0.2.0-SNAPSHOT/dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-ear/0.2.0-SNAPSHOT/dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>10010</duration><estimatedDuration>4496</estimatedDuration><fullDisplayName>LETTA 1617 Team A » EAR #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789571</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-ear</artifactId><canonicalName>dgss1617-letta-teama-ear-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>e40f0f13b322f2af97039b3632971bb0</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/77/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>5b77605b3b40af3c174a11a5a340b366</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>d48365278daecde8b45ab17f0e3ccc31</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>0602ab89bb0aff9273058f83ed96a4be</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>24774</duration><estimatedDuration>13460</estimatedDuration><fullDisplayName>LETTA 1617 Team A » JSF #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789570</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>22eb8b84bc67d825cf3f7941272b7aab</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/77/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1617-letta-teama-pom</artifactId><canonicalName>dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>f8e79278252a2908c44439c6753d38d8</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-pom/0.2.0-SNAPSHOT/dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>7606</duration><estimatedDuration>8376</estimatedDuration><fullDisplayName>LETTA 1617 Team A » LETTA 16/17 Team A #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789565</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-pom</artifactId><canonicalName>dgss1617-letta-teama-pom-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>f8e79278252a2908c44439c6753d38d8</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/77/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>a11a5c7517414bb8272935c298d1d616</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>29c1879db4e3b434f9a8f2d4876246b8</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>081b683092c6f34dc2ec37fd66a9a79d</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>21</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.2.0-SNAPSHOT/dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>66876</duration><estimatedDuration>62516</estimatedDuration><fullDisplayName>LETTA 1617 Team A » REST #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789569</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-follow-event-rest.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</affectedPath><commitId>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</commitId><timestamp>1483617820000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></author><authorEmail>sicofan@esei.uvigo.es</authorEmail><comment>[sto21-tsk52] Adds create event rest api
This commit adds the post method for creating an event to the rest api. 
For this, a test event constructor has been created for ignoring 
validations. Besides, the IllegalArgumentExceptionMapper was created and 
authorized user was unified.
</comment><date>2017-01-05 13:03:40 +0100</date><id>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</id><msg>[sto21-tsk52] Adds create event rest api</msg><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-follow-event-rest.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>c8306fd326792fd9ff84952f81eaadcb</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/77/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>e2d6607a9e11e1e4b51c2e5a96bd7f1f</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>16123fbad11944ed92b1acd5c1d658e2</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>c7b16cf73395ff3f7cfa15a22141b18f</md5sum><type>test-jar</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>5af0a3100a28e77b8247897c07d0b0dd</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>34</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.2.0-SNAPSHOT/dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>87107</duration><estimatedDuration>78493</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Service #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789568</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>780c75d4ab6260fc929f5fc101174deb</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/77/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>f17019561975f661b3f8b570d393c108</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>eeb494d1445ed58192009a7e62f3935b</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>25e39ea542a0bc0576e049c8c8b9a6bc</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/77/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.2.0-SNAPSHOT/dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.2.0-SNAPSHOT/dgss1617-letta-teama-tests-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.2.0-SNAPSHOT/dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.2.0-SNAPSHOT/dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#77</displayName><duration>7009</duration><estimatedDuration>6959</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Tests #77</fullDisplayName><id>77</id><keepLog>false</keepLog><number>77</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1483617789567</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/77/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-follow-event-rest.xml</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</affectedPath><commitId>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</commitId><timestamp>1483617820000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></author><authorEmail>sicofan@esei.uvigo.es</authorEmail><comment>[sto21-tsk52] Adds create event rest api
This commit adds the post method for creating an event to the rest api. 
For this, a test event constructor has been created for ignoring 
validations. Besides, the IllegalArgumentExceptionMapper was created and 
authorized user was unified.
</comment><date>2017-01-05 13:03:40 +0100</date><id>7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4</id><msg>[sto21-tsk52] Adds create event rest api</msg><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-follow-event-rest.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/77/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>04e3dd765142a2849a5e2856edb4c8a7</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/77/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>