Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AlpineBits HotelData 2022-10 #127

Merged
merged 21 commits into from
Jun 10, 2024

Conversation

gappc
Copy link
Collaborator

@gappc gappc commented Jun 9, 2024

This PR adds support for AlpineBits HotelData 2022-10

In addition, the PR updates the project dependencies to the latest available versions with Java 8 compatibility - where possible

gappc added 21 commits May 24, 2024 20:12
This commit marks the beginning of the implementation of HotelData 2022-10 support.
Version 5 of Hibernate is the last one to support the old java.persistence namespace.

From version 6 onward, the new jakarta.persistence namespace must be used, which is a breaking change.
This commit tries to not introduce breaking changes, therefor, the most current version 5 of Hibernate is used.
The H2 database is used for integration tests.

This commit also updates the persistence.xml to support the never H2 version.
The following versions were updated to fix incompatibilities due to the testng version update:

- bump maven-surefire-plugin to 3.2.5 (latest)
- bump arquillian-testng-container to 1.8.0.Final (latest)

In addition, the "parallel" flag for TestNG unit tests was removed because it caused errors.
This commit adds the necessary constants, XSD, RNG and sample files
to add base AlpineBits HotelData 2022 support.
For the FreeRooms and Inventory actions, the validation remains the same.
@RudiThoeni RudiThoeni merged commit fbbaddc into noi-techpark:main Jun 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants