This update introduces a enhancement to the Location component.
Highlights of Version 1.1.0
Location ID Addition: This addition makes it easier to uniquely identify and manage locations, especially in systems where multiple locations need to be handled efficiently.
Changes in this release:
Added ID to Location Interface: The Location interface now includes an id field to uniquely identify each location. This change is backward compatible but requires users to update their implementations of the Location interface to include the new id field.
How to Update
To update to version 1.1.0 in your project, modify the dependency in your pom.xml
file to:
<dependency>
<groupId>io.github.antonialucianapires</groupId>
<artifactId>ticket-lib</artifactId>
<version>1.1.0</version>
</dependency>