- 25 Oct, 2025 5 commits
-
-
Breixo Senra authored
-
Breixo Senra authored
-
Breixo Senra authored
-
Breixo Senra authored
-
Breixo Senra authored
-
- 24 Oct, 2025 3 commits
-
-
Breixo Senra authored
-
Breixo Senra authored
-
Breixo Senra authored
-
- 23 Oct, 2025 1 commit
-
-
Breixo Senra authored
-
- 17 Sep, 2025 1 commit
-
-
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.
-
- 15 Sep, 2025 1 commit
-
-
Administrator authored
-
- 31 Oct, 2024 3 commits
-
-
Administrator authored
This speeds up the execution.
-
Administrator authored
The double persistence.xml in JSF and REST projects was causing problems in some environments, as the tables were created twice. This commit fixes this error by moving the persistence.xml to the service layer.
-
Administrator authored
Persistence context creation was failing when following the manual deployment instruction due to an error in the name of the driver's JAR.
-
- 21 Sep, 2024 1 commit
-
-
Administrator authored
Project's repository URL in README.md has been updated and some other minor changes have been done.
-
- 18 Sep, 2023 2 commits
-
-
Administrator authored
-
Administrator authored
Project's repository URL in README.md has been updated. The JSF test have been disabled by default, because there is a known issue with the default Firefox installed in Ubuntu 22.04 (installed from Snap) and the Gecko driver that causes the tests to fail.
-
- 19 Sep, 2022 1 commit
-
-
Administrator authored
Project's repository URL in README.md has been updated.
-
- 21 Oct, 2021 1 commit
-
-
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.
-
- 28 Sep, 2021 2 commits
-
-
Administrator authored
Project's repository URL in README.md has been updated.
-
Administrator authored
The user creation defined in the SQL files was valid for MySQL 5, but it is no longer supported by MySQL 8+. This commit fixes this error by using a syntaxis compatible with MySQL 8+.
-
- 18 Oct, 2020 1 commit
-
-
Administrator authored
There was an error in the configuration required to run MySQL test from Eclipse.
-
- 17 Oct, 2020 1 commit
-
-
Administrator authored
The project has been updated so that it now supports MySQL 8+ databases.
-
- 04 Oct, 2020 1 commit
-
-
Administrator authored
The change of the pets list in the owner to a Set makes it not possible to use the pet's ids in the tests. Therefore, this commit removes id comparisons for pets.
-
- 27 Sep, 2020 1 commit
-
-
Administrator authored
Project's repository URL in README.md has been updated.
-
- 19 Sep, 2019 2 commits
-
-
Administrator authored
Project's repository URL in README.md has been updated.
-
Administrator authored
In order to avoid repeated pets in the relation.
-
- 17 Oct, 2018 1 commit
-
-
Administrator authored
The Arquillian configuration for MySQL tests was wrong, as it was using the H2 data type factory instead of MySQL's. This commit fixes this error and now tests with MySQL should work fine.
-
- 16 Oct, 2018 2 commits
-
-
Administrator authored
The pet list "Edit" button was calling a method in the managed bean that received the Pet entity. This caused lots of unnecessary queries in the database. In order to avoid this, the edit method now receives the pet identifier instead of the entity.
-
Administrator authored
The JavaScript libraries used in the JSF project are now included by using the Maven resolver library. In fact, all the runtime and testing dependencies declared in the POM are included.
-
- 10 Oct, 2018 2 commits
-
-
Administrator authored
Some JavaDoc errors detected in the entities have been fixed.
-
Administrator authored
Project's repository URL in README.md has been updated.
-
- 27 Sep, 2017 1 commit
-
-
Administrator authored
The project dependencies have been updated, including a change from WildFly 8.2.1 to 10.1.0. This change affects the project configuration in several ways, specially in tests configuration. The README.md file has been updated to reflect the configuration changes.
-
- 21 Apr, 2017 1 commit
-
-
Administrator authored
The database creation queries in the README.md file had a bug, as the ".*" to reference all the tables in the databases was missing. This commit fixes this bug and some minor indentation errors in this file.
-
- 15 Nov, 2016 4 commits
-
-
Administrator authored
The tests code for rest and service modules have been reviewed to simplify and make it more readable. This change includes some improvements on the OwnersDataset and some matchers classes.
-
Administrator authored
The Bootstrap libraries (CSS and JavaScript libraries) were inserted in the web pages (JSF module) through a CDN. Now, these libraries are added as Maven dependencies, using the Webjars project packages. In addition, the link and script tags used in the JSF template have been replaced by the h:outputStylesheet and h:outputScript tags from JSF, as this tags make consistent the use of relative paths though the different pages of the application. Finally, a minor error has been solved in the pets.xhtml file, as the placeholder text for the birth field was assigned to the animal type field.
-
Administrator authored
The wildfly-mysql-run profile has been improved by changing the wildfly goal added to the install phase to deploy-only instead of deploy. This should reduce the startup time.
-
Administrator authored
The JSF test execution has been disabled due to an error in the Gecko driver that makes these test fail in some environments.
-
- 09 Nov, 2016 2 commits
-
-
Administrator authored
The default FirefoxDriver from Selenium no longer supports Firefox since version 47 without a native web driver. This commit adds support to native drivers, downloading and configuring this drivers depending on the current OS (only Unix, Windows and Mac OS supported at this moment).
-
Administrator authored
The JSF 2.2 specification recommends using CDI annotations (e.g. @Named, @RequestScoped, etc.) instead of specific JSF annotations (e.g. @ManagedBean, @RequestScoped, etc.). This commit replaces these annotations following the recommendations. This change has some side effects, as now the container does not automatically recognizes the /faces route and JSF must be configured in the web.xml file. The new configuration now processes every XHTML page as a JSF and the /faces paths are no longer required or recognized.
-