<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss2324-teamA-microstories-domain</artifactId><canonicalName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>334e0547e9d4ce4d221717f219b7e020</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-domain</artifactId><canonicalName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4f0e534418421aeffe4a71a1df5b8fb5</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-domain</artifactId><canonicalName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>af8e8437dd51cf6ac8b946865e336143</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-domain/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-domain/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>4395</duration><estimatedDuration>3782</estimatedDuration><fullDisplayName>microstories-2324-teamA » Domain #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168925</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-domain/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>21154b186fd6bec95e904928fd24c806ddd7ef78</commitId><timestamp>1701446079000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></author><authorEmail>luissalgadoblanco@gmail.com</authorEmail><comment>tsk50 Fixes in explore stories REST and EJB
Removed the parser methods in the Gender and Topic enums in order to
take advantage of the function valueOf that java includes by default.
Default params are now managed with the annotation @DefaultValue in the
explore endpoint, improving code correction. The behavior of the
findStoryById function when an error is encountered has been unified
with the rest of the class. In the REST test class some missing previous
and posterior tests were added and some unnecessary tests were removed. 
Unnecessary imports and incorrect code format corrected.
</comment><date>2023-12-01 16:54:39 +0100</date><id>21154b186fd6bec95e904928fd24c806ddd7ef78</id><msg>tsk50 Fixes in explore stories REST and EJB</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-domain/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-domain</artifactId><canonicalName>dgss2324-teamA-microstories-domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>78deb0a9b9c9333be0a3f5638f13c571</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-domain/81/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2324-teamA-microstories-ear</artifactId><canonicalName>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.ear</canonicalName><fileName>dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>24647716d5e189f7a1a9f93d287d97d9</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-ear/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.ear</displayPath><fileName>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-ear/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>1443</duration><estimatedDuration>1900</estimatedDuration><fullDisplayName>microstories-2324-teamA » EAR #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168927</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-ear/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-ear/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-ear</artifactId><canonicalName>dgss2324-teamA-microstories-ear-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cde9808525c0646841ea63141f4631de</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-ear/81/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2324-teamA-microstories-pom</artifactId><canonicalName>dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>98a679ae70b966fd9ecbe59f48908fab</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-pom/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-pom/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>3166</duration><estimatedDuration>3041</estimatedDuration><fullDisplayName>microstories-2324-teamA » μStories 23/24 Team A #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168925</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-pom/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-pom/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-pom</artifactId><canonicalName>dgss2324-teamA-microstories-pom-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>98a679ae70b966fd9ecbe59f48908fab</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-pom/81/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2324-teamA-microstories-rest</artifactId><canonicalName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>ff978e2af6cb10b1bec9561d3c6e425a</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-rest</artifactId><canonicalName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>56f8a1f8af4e5e1b3abb658fe6bc0a10</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-rest</artifactId><canonicalName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>b54ac184b0120104092e163135265c1b</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-rest/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>3736</duration><estimatedDuration>44764</estimatedDuration><fullDisplayName>microstories-2324-teamA » REST #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168926</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>21154b186fd6bec95e904928fd24c806ddd7ef78</commitId><timestamp>1701446079000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></author><authorEmail>luissalgadoblanco@gmail.com</authorEmail><comment>tsk50 Fixes in explore stories REST and EJB
Removed the parser methods in the Gender and Topic enums in order to
take advantage of the function valueOf that java includes by default.
Default params are now managed with the annotation @DefaultValue in the
explore endpoint, improving code correction. The behavior of the
findStoryById function when an error is encountered has been unified
with the rest of the class. In the REST test class some missing previous
and posterior tests were added and some unnecessary tests were removed. 
Unnecessary imports and incorrect code format corrected.
</comment><date>2023-12-01 16:54:39 +0100</date><id>21154b186fd6bec95e904928fd24c806ddd7ef78</id><msg>tsk50 Fixes in explore stories REST and EJB</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-rest</artifactId><canonicalName>dgss2324-teamA-microstories-rest-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>576f9d2458bd7ff1632c6247469f3304</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-rest/81/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2324-teamA-microstories-service</artifactId><canonicalName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>6f135c8790e63686caabc1bf0d6dc6dd</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-service</artifactId><canonicalName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7ab722b7c10a35e756e1d15dce3de36d</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-service</artifactId><canonicalName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar</canonicalName><classifier>tests</classifier><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1f155749c49592e24a31e69f532502db</md5sum><type>test-jar</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-service</artifactId><canonicalName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>279ef5ce58082489bc3e995f3e8daeff</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-service/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-service/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-service/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar</displayPath><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-service/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT-tests.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-service/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-service/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>2906</duration><estimatedDuration>3392</estimatedDuration><fullDisplayName>microstories-2324-teamA » Service #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168926</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-service/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>21154b186fd6bec95e904928fd24c806ddd7ef78</commitId><timestamp>1701446079000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></author><authorEmail>luissalgadoblanco@gmail.com</authorEmail><comment>tsk50 Fixes in explore stories REST and EJB
Removed the parser methods in the Gender and Topic enums in order to
take advantage of the function valueOf that java includes by default.
Default params are now managed with the annotation @DefaultValue in the
explore endpoint, improving code correction. The behavior of the
findStoryById function when an error is encountered has been unified
with the rest of the class. In the REST test class some missing previous
and posterior tests were added and some unnecessary tests were removed. 
Unnecessary imports and incorrect code format corrected.
</comment><date>2023-12-01 16:54:39 +0100</date><id>21154b186fd6bec95e904928fd24c806ddd7ef78</id><msg>tsk50 Fixes in explore stories REST and EJB</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-service/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-service</artifactId><canonicalName>dgss2324-teamA-microstories-service-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cd2e95dfea7b21a990427a1b54165f72</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-service/81/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>df76250d9eb94640f249bad921535f10</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>729c706aca9e9aaf1233fc5c661ad161</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</canonicalName><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>40ea8bb32e8a65557f97070220021eea</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-tests/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>3297</duration><estimatedDuration>2981</estimatedDuration><fullDisplayName>microstories-2324-teamA » Tests #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168926</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</affectedPath><commitId>21154b186fd6bec95e904928fd24c806ddd7ef78</commitId><timestamp>1701446079000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></author><authorEmail>luissalgadoblanco@gmail.com</authorEmail><comment>tsk50 Fixes in explore stories REST and EJB
Removed the parser methods in the Gender and Topic enums in order to
take advantage of the function valueOf that java includes by default.
Default params are now managed with the annotation @DefaultValue in the
explore endpoint, improving code correction. The behavior of the
findStoryById function when an error is encountered has been unified
with the rest of the class. In the REST test class some missing previous
and posterior tests were added and some unnecessary tests were removed. 
Unnecessary imports and incorrect code format corrected.
</comment><date>2023-12-01 16:54:39 +0100</date><id>21154b186fd6bec95e904928fd24c806ddd7ef78</id><msg>tsk50 Fixes in explore stories REST and EJB</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Topic.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/enums/Gender.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/luissalgadoblanco</absoluteUrl><fullName>luissalgadoblanco</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-tests</artifactId><canonicalName>dgss2324-teamA-microstories-tests-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>90ce3a40e766b43716a917a867a3e33e</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-tests/81/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2324-teamA-microstories-web</artifactId><canonicalName>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war</canonicalName><fileName>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>69156ba8e4a3ac4cb5b056d9992e89c1</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/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/81/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-web/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2324-teamA-microstories-web/0.2.0-SNAPSHOT/dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#81</displayName><duration>19173</duration><estimatedDuration>52369</estimatedDuration><fullDisplayName>microstories-2324-teamA » Web #81</fullDisplayName><id>81</id><keepLog>false</keepLog><number>81</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1701446168927</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/81/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/81/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2324-teamA-microstories-web</artifactId><canonicalName>dgss2324-teamA-microstories-web-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c0163993d99dcc0994e4b37292aeea12</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2324-teamA-microstories-web/81/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>