Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Feature/assure that locations are validated #26

Merged
merged 3 commits into from
Oct 27, 2023

Conversation

saschadoemer
Copy link
Collaborator

No description provided.

Enhanced the Device class by adding null validation checks for the device category and location fields. These checks ensure the completeness and integrity of data before it is further processed or stored. Now, an exception will be thrown if the device category or location is not specified, ensuring that we maintain robust and reliable device data.
Bumped up the application version in pom.xml from 6.1.0 to 6.2.0. This new version includes added null validation checks for device category and location fields in the Device class. This ensures completeness and integrity of device data.
Modified the DeviceIntegrationService integration tests to include the location data in Device builder. This change ensures that the tests alignments with the latest version of the Device model that includes the 'location' field.
@saschadoemer saschadoemer marked this pull request as ready for review October 26, 2023 14:49
@Vitrum-LL Vitrum-LL added this pull request to the merge queue Oct 27, 2023
Merged via the queue into main with commit 398edb1 Oct 27, 2023
1 check passed
@saschadoemer saschadoemer deleted the feature/assure-that-locations-are-validated branch February 27, 2024 14:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants