Commit Graph

18 Commits

Author SHA1 Message Date
edizor
d5b9bb2712 Update README.md
[skip ci]
2023-04-20 17:30:31 +08:00
Alexandru Borza
c06c8db801 Generating Time Based UUIDs (#13668)
* time-based UUIDs

* review

* review
2023-04-11 19:21:36 +01:00
Loredana Crusoveanu
db650b71f6 Merge pull request #13774 from dkapil/task/JAVA-19536_cd
JAVA-19536 Fix formatting of pom.xmls
2023-04-10 10:23:06 +03:00
edizor
fb961ea44d Update README.md
[skip ci]
2023-04-07 23:56:46 +08:00
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Kai Yuan
e8e29e275d [str-to-uuid] uuid from string (#13736)
* [str-to-uuid] uuid from string

* [str-to-uuid] rename test methods
2023-04-01 10:06:23 -05:00
jsgrah-spring
e8ff2e31bf JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271)
* JAVA-15621, Potential issue in "Guide to UUID in Java" article.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-16 23:07:14 +05:30
Harry9656
bd5a0b9276 [JAVA-4543]: Improve Guide to UUID in Java (#12962)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-11-23 17:32:29 +00:00
Asjad J
18701aa43d Updated README.md
added link back to the article: https://www.baeldung.com/java-validate-uuid-string
2022-09-30 19:37:22 +05:00
AndreiMandris
44d5859215 BAEL-5692 Validate UUID String in Java (#12635)
* BAEL-5692 Validate UUID String in Java

* cleaned up the Main method

* added unit test for uuid validation

* renamed unit test method name

* formatted unit test

* removed unneeded file

* replaced gradle by maven

* removed gradle project

* moved project

* added readme file

* segregated unit tests by validator type.

* inlined the validating logic inside the unit tests

* moved the UUIDValidatorTest.java to core-java-uuid module

* renamed test

Co-authored-by: andrei-mandris <andrei.mandris.ext@deliveryhero.com>
2022-09-23 09:44:52 -07:00
Loredana Crusoveanu
2fce16666e Merge pull request #12110 from doljae/master
Remove unused imports
2022-05-27 21:37:26 +03:00
sampadawagde
aeeedb6fe6 JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
doljae
a1e322e9be code cleaning 2022-04-25 19:42:39 +09:00
doljae
e0727ad9c2 Remove unused imports 2022-04-22 15:52:16 +09:00
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
mikr
1027a6d76d JAVA-8279 Split or move Java core module (fix review comments) 2021-11-14 23:02:03 +01:00
mikr
6367e31787 JAVA-8279 Split or move core java module 2021-11-13 21:22:34 +01:00