Skip to content

Commit f7012c6

Browse files
Replace UUID by tsid (#228)
* Migrate from UUID to tsid Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> * Set license Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> * DTOs have string IDs * fix test Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Signed-off-by: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com>
1 parent 8fa19bc commit f7012c6

40 files changed

+504
-321
lines changed

application/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
<version>${keycloak.version}</version>
7878
</dependency>
7979

80+
<dependency>
81+
<groupId>com.github.f4b6a3</groupId>
82+
<artifactId>tsid-creator</artifactId>
83+
<version>5.0.2</version>
84+
</dependency>
85+
8086
<dependency>
8187
<groupId>io.quarkus</groupId>
8288
<artifactId>quarkus-arc</artifactId>

0 commit comments

Comments
 (0)