1. 19 Oct, 2016 1 commit
  2. 18 Oct, 2016 1 commit
    • Administrator's avatar
      Improves the IsEqualToEntity abstract matcher · 259a6760
      Administrator authored
      The IsEqualToEntity matcher (previously, IsEqualsToEntity) has been
      improved to allow property comparison by functional reference to the
      getter methods of the properties to compare. Specifically, the
      "checkAttribute" methods added allow providing a Function<T, R> as a
      getter, where T is the type of the entity to compare and R is the type
      returned by the getter method.
      259a6760
  3. 05 Oct, 2016 1 commit
  4. 28 Sep, 2016 1 commit
    • Administrator's avatar
      Updates the project for the 16/17 course · 6840294c
      Administrator authored
      The README.md has been update to reference the new course and the new
      Eclipse version. In addition, the general pom.xml file has been updated
      to include the newer versions of the dependencies, and the ear/pom.xml
      has been modified to include more project information in the generated
      EAR.
      
      On the other hand, the testing mysql-ds.xml have been removed and the
      standalone.xml testing files have been updated to include the datasource
      data.
      6840294c
  5. 09 Nov, 2015 1 commit
    • Administrator's avatar
      Minor fixes to solve some compilation warnings · 0a51d50a
      Administrator authored
      Missing version for compiler, javadoc, source and deploy plugin in POM was
      causing some warning messages during the compilation with Maven.
      
      In addition, the Javadoc was fixed in the OwnerService and PetService
      classes.
      0a51d50a
  6. 08 Nov, 2015 1 commit
    • Administrator's avatar
      Adds JaCoCo and Wildfly plugins · 0e9c6f1d
      Administrator authored
      The JaCoCo plugin has been added to perform the coverage test, while the
      Wildfly plugins allows the automatic deployment of the project on a
      Wildfly server using the 10990 port as the administration port.
      0e9c6f1d
  7. 02 Nov, 2015 2 commits
  8. 27 Oct, 2015 1 commit
    • Administrator's avatar
      Adds the REST layer implementation partially tested · f739d617
      Administrator authored
      The REST layer has been added but with incomplete tests. Students will
      have to complete the tests.
      
      This commit includes an important refactorization regarding tests. Test
      classes and datasets have been moved from the "service" project to a new
      "tests" project. This way, any project can include this "tests" project
      as a dependency in order to have access to these common testing
      resources.
      f739d617
  9. 25 Oct, 2015 1 commit
    • Administrator's avatar
      Adds the service layer implementation · 7fe00cf8
      Administrator authored
      This commit adds the OwnerService and PetService EJBs to the
      implementation. This commit also includes the tests for this EJBs with
      two different Wildfly profiles: a H2 profile and a MySQL profile.
      7fe00cf8
  10. 23 Oct, 2015 1 commit