13307 Commits

Author SHA1 Message Date
@hangga
213fb362a0 simplyfiying test 2023-11-18 14:17:19 +07:00
@hangga
0c8b5bd210 retry with colision 2023-11-18 06:09:14 +07:00
@hangga
32940c41e4 update time test 2023-11-04 15:28:49 +07:00
@hangga
899700f27e [Update] add time field 2023-11-03 15:45:12 +07:00
@hangga
39bc0b9eaa logback 2023-11-02 21:08:06 +07:00
Hangga Aji Sayekti
18220b12af Update core-java-modules/core-java-uuid/src/test/resources/logback.xml
Ok..

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 21:05:07 +07:00
@hangga
7cc4de47ef remove some space 2023-11-02 16:55:49 +07:00
@hangga
0f222559dc simplyfying log 2023-11-02 14:16:43 +07:00
@hangga
69d17b634d N to NUMBER_OF_CHECKS 2023-11-02 11:25:19 +07:00
@hangga
8f1a091a43 update : add space after () 2023-11-02 09:42:31 +07:00
Hangga Aji Sayekti
a5d0a15419 Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDPositiveLongGeneratorUnitTest.java
Simplify the throws clause

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 09:40:20 +07:00
Hangga Aji Sayekti
f25f06795b Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDPositiveLongGeneratorUnitTest.java
Simplify the throws clause

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 09:40:04 +07:00
Hangga Aji Sayekti
9fe75192ec Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDPositiveLongGeneratorUnitTest.java
assert that the value is positive

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 09:39:43 +07:00
Hangga Aji Sayekti
b946f580f4 Update core-java-modules/core-java-uuid/src/main/java/com/baeldung/uuid/UUIDPositiveLongGenerator.java
Minor style issue: put a space between () and { in each of these methods

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 09:39:17 +07:00
@hangga
039753af1f back to 16 2023-11-01 18:26:54 +07:00
@hangga
3286aab10c bit 16 to 64 2023-11-01 18:24:02 +07:00
Hangga Aji Sayekti
acb799cab2 Merge pull request #3 from hangga/long-positive
ensure the result is positive.
2023-11-01 16:28:58 +07:00
@hangga
e0ca0be76a positive 2023-11-01 16:27:09 +07:00
@hangga
10ddc97854 update 2023-11-01 12:44:04 +07:00
@hangga
579f35981e update, rename class 2023-11-01 11:01:27 +07:00
@hangga
da886b27b3 [Update] resolve after review 2023-11-01 10:52:35 +07:00
@hangga
b55db89b5f update 2023-11-01 10:37:14 +07:00
Hangga Aji Sayekti
0165793370 Update core-java-modules/core-java-uuid/src/test/java/com/baeldung/uuid/UUIDLongGeneratorUnitTest.java
IntStream to loop

Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-01 10:36:43 +07:00
@hangga
ece5cdeb6e add unit test 2023-10-31 18:17:54 +07:00
@hangga
a567d31871 add some methods 2023-10-31 18:15:47 +07:00
Azhwani
49929794b8 BAEL-7111: Get First Date of Current Month in Java (#15023) 2023-10-30 17:42:44 +01:00
Azhwani
de7dadabef BAEL-7108: Comparing Arrays Using compare() Method in Java (#14975) 2023-10-30 17:23:12 +01:00
Liam Williams
4b29870418 Merge pull request #15048 from kcacademic/BAEL-6970
Adding sourcecode for reference in the article tracked under BAEL-6970.
2023-10-30 16:05:16 +00:00
Loredana Crusoveanu
fdad46e34b Merge pull request #14838 from hangga/completablefuture
[Add] completablefuture timeout test | Hangga Aji Sayekti
2023-10-30 17:41:35 +02:00
CHANDRAKANT Kumar
1a2a6582ad Corrected the name of a constant. 2023-10-30 11:05:16 +05:30
Manfred
a127e7644e BAEL-6804: Difference Between ZipFile and ZipInputStream in Java (#15039)
* BAEL-6804: Difference Between ZipFile and ZipInputStream in Java

* BAEL-6804: Difference Between ZipFile and ZipInputStream in Java
- use 2-space indents for line continuations
2023-10-29 19:56:52 -05:00
Alvin Austria
b7edd335a9 Java 20557: Upgrade hibernate-ogm to JDK 11 (#15064) 2023-10-29 20:14:06 +02:00
CHANDRAKANT Kumar
2b22ffc5ea Fixed as par some more review comments. 2023-10-29 23:23:54 +05:30
anuragkumawat
b9fa942d27 JAVA-26395 Move grails module to web-modules (#15072) 2023-10-29 19:52:39 +02:00
panos-kakos
05230cf79d [JAVA-26374-boot-data] Moved "Spring Boot: Customize the Jackson ObjectMapper" article to spring-boot-data (#15095) 2023-10-29 18:54:02 +02:00
davidmartinezbarua
346350db14 Merge pull request #15027 from parthiv39731/PR-7135
BAEL-7135
2023-10-29 11:39:11 -03:00
Loredana Crusoveanu
8a48077403 Merge pull request #15091 from edizor/master
Update README
2023-10-29 11:34:16 +02:00
Michael Olayemi
f5ce4e6d86 PrintWriter vs FileWriter in Java (#15034)
* https://jira.baeldung.com/browse/BAEL-7117

* PrintWriter vs FileWriter in Java

* PrintWriter vs FileWriter in Java

* https://jira.baeldung.com/browse/BAEL-7117

* PrintWriter vs FileWriter in Java
2023-10-29 09:58:39 +05:30
pentakon
c115e99dcc BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List> (#15028)
* Code for BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List>

* Refactor some comments
2023-10-29 09:57:34 +05:30
edizor
ff76b6c949 Update README.md
[skip ci]
2023-10-29 07:25:11 +08:00
edizor
fc2cf6cfac Update README.md
[skip ci]
2023-10-29 07:18:49 +08:00
edizor
78dc038e8b Update README.md
[skip ci]
2023-10-29 07:14:25 +08:00
edizor
19df93af17 Update README.md
[skip ci]
2023-10-29 07:12:24 +08:00
edizor
1425f647f6 Update README.md
[skip ci]
2023-10-29 07:09:45 +08:00
edizor
b4fd454c65 Update README.md
[skip ci]
2023-10-29 07:07:22 +08:00
edizor
fde7fabe42 Update README.md
[skip ci]
2023-10-29 07:04:20 +08:00
edizor
fcff240865 Update README.md
[skip ci]
2023-10-29 07:02:12 +08:00
edizor
a068b3886f Update README.md
[skip ci]
2023-10-29 07:00:26 +08:00
edizor
5677bcfc81 Create README.md
[skip ci]
2023-10-29 06:57:33 +08:00
edizor
8518e65d78 Update README.md
[skip ci]
2023-10-29 06:51:40 +08:00