1. 23 Oct, 2025 1 commit
  2. 17 Sep, 2025 1 commit
    • Administrator's avatar
      Fixes and simplifies WildFly execution with Maven · 45d4ccba
      Administrator authored
      The configuration to execute WildFly using Maven commands was causing
      problems in Windows environments.
      
      This problem has been fixed by upgrading the plugin version, which
      implied rebuilding its configuration. As part of this change, the
      configuration was also simplified, and now starting the application and
      redeploying it is faster.
      
      In addition, submodules that do not require WildFly to run the tests
      no longer copy it. This reduces the execution time.
      45d4ccba
  3. 18 Sep, 2023 1 commit
  4. 21 Oct, 2021 1 commit
    • Administrator's avatar
      Modifies REST API for a easier client integration · 06472395
      Administrator authored
      The REST API methods for entity creation and modification have been
      simplified with more basic entities.
      
      In addition, the UserResource class has been added so that it is
      possible now for clients to use it for user authentication.
      06472395
  5. 19 Sep, 2019 1 commit
  6. 10 Oct, 2018 1 commit
  7. 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
  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. 23 Oct, 2015 2 commits
  10. 29 Sep, 2015 1 commit
  11. 27 Sep, 2015 1 commit
    • Administrator's avatar
      Initial commit · 0fea0159
      Administrator authored
      Initial commit with a basic .gitignore, README.md and POM files.
      0fea0159