SuccessChanges

Summary

  1. Tsk5 Create a service with functionality to recover recent stories (details)
Commit b4b4d844fbb62174a3422faa1f1ffe211038610f by gvgomez
Tsk5 Create a service with functionality to recover recent stories
Adds StoryService class with findRecent stories implementation Adds
StoryServiceIntegrationTest with recentStories test implementation Adds
ServiceIntegrationTestSuite to include all services test classes Adds
SQL cleanup files to reset autoincrement Modifies the parent POM to set
mysql version to arquillian test runner Modifies StoryDataset to
retrieve recent stories Modifies XML resource files
The file was modifiedservice/src/test/resources/test-persistence.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was modifiedservice/src/main/resources/META-INF/persistence.xml
The file was addedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql
The file was modifiedservice/src/test/resources/beans.xml
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/ServiceIntegrationTestSuite.java
The file was modifiedpom.xml
The file was modifiedservice/src/test/resources/arquillian.xml
The file was addedservice/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java