This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and refactor FiwareIdGenerator (#30)
Version in pom.xml bumped from 6.3.0 to 6.4.0. FiwareIdGenerator updated to a utility class by making it final and adding a private constructor, reducing chance of misuse. MAX_ID_LENGTH constant introduced to validate generated ID length, ensuring adherence to fiware specifications. This makes the code cleaner, and easier to debug and maintain.
- Loading branch information
1 parent
49d5bed
commit a45c6e3
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters