Commit Graph

13674 Commits

Author SHA1 Message Date
Amol Gote 33b18c0ca4 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:19 -04:00
Amol Gote 9a76f1a637 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:57:02 -04:00
Amol Gote aeb5f55e0e Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:56:47 -04:00
Amol Gote d4842ac511 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:56:07 -04:00
Amol Gote 0399cf0e5f Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:55:32 -04:00
Amol Gote 41ab2ed221 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:55:03 -04:00
Amol Gote e5da666432 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:49:26 -04:00
Amol Gote c2453a503f Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:46:17 -04:00
Amol Gote 1394665355 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:46:09 -04:00
panos-kakos d9fd96773e [JAVA-26720] Upgraded opencsv to 5.8 version (#15126) 2023-11-04 15:23:42 +02:00
panos-kakos 1baaca3e37 [JAVA-26432] Update "Introduction to Java 8 Streams" article Clean up (#15038) 2023-11-04 12:01:25 +02:00
anuragkumawat df78df7a81 JAVA-26394 Move java-native to core-java modules (#15092) 2023-11-04 11:23:37 +02:00
panos-kakos 3ee56ca66e [JAVA-26735] Fixed test case 2023-11-04 11:12:34 +02:00
Gaetano Piazzolla 36a30dcda8 JAVA-13263 | Moved some gradle7 and gradle8 modules. (#15046) 2023-11-04 10:41:18 +02:00
anuragkumawat 885111ea75 JAVA-27177 Upragde hibernate validator- Remove dependencies no longer needed 2023-11-04 13:13:28 +05:30
anuragkumawat 20361bec8e JAVA-27178 Upgrade hibernate-validator in javaxval module 2023-11-04 12:59:59 +05:30
anuragkumawat 674f03a8fe JAVA-27177 Upgrade hibernate-validator version in atomikos module 2023-11-04 12:43:56 +05:30
anuragkumawat 049770733c JAVA-27176 Upgrade hibernate validator version in core-java-string-operations-2 module 2023-11-04 12:24:35 +05:30
vaibhav007jain 22ad2b88a8 Bael-7075: Initial Commit (#15053)
* Create VectorOperations.java

BAEL-7075: Initial Commit

* BAEL-7075: Create VectorOperationsUnitTest.java

* Delete core-java-modules/core-java-collections-5/src/main/java/com/baeldung/vectors/VectorOperations.java

* Update VectorOperationsUnitTest.java

* Update VectorOperationsUnitTest.java - Added one more test case
2023-11-04 11:02:23 +05:30
panos-kakos a324fc5c33 [JAVA-26735] Replaced deprecated API JsonParser 2023-11-03 23:52:59 +02:00
panos-kakos 0f6149ef8c [JAVA-26735] Upgraded gson library to 2.10.1 version 2023-11-03 23:31:49 +02:00
Michael Pratt 159461815d New example and unit test 2023-11-03 15:31:25 -06:00
Michael Pratt 1aa2f849f4 Revert 2 changes unrelated to BAEL-7074 2023-11-03 13:10:24 -06:00
anuragkumawat ef027438e9 Merge branch 'eugenp:master' into JAVA-26280 2023-11-03 18:39:24 +05:30
anuragkumawat c7a4c2f623 Merge branch 'eugenp:master' into JAVA-26380 2023-11-03 18:39:01 +05:30
Sam Gardner 3d561e24df BAEL-7105 Add code for StringBuilder comparison 2023-11-03 12:43:44 +00:00
Gaetano Piazzolla 26a57c08ee JAVA-22296 | Upgrade spring-cloud-modules to JDK 17: Chunk 4 (#15020) 2023-11-03 14:21:09 +02:00
Reza Ganji b11ba77937 BAEL-5970 Working with MathFlux (#15116)
* Working with MathFlux.

* revert change to readme.

* merge codes in unit test.

* merge codes in unit test.

---------

Co-authored-by: rezaganjis <Ganji@tosan.com>
2023-11-03 09:57:27 +05:30
Pedro Lopes 6f618f5cf9 BAEL-7128: Optional as a Record Parameter in Java (#15114)
* record class and test

* renaming test
2023-11-03 09:50:47 +05:30
Michael Olayemi 4c06d8e9f9 How to Document Generic Type Parameter (#15108)
* How to Documeny Generic Type Parameters

* How to Documeny Generic Type Parameters
2023-11-03 09:45:06 +05:30
Michael Pratt 38f30e733f [BAEL-7074] Update tests 2023-11-02 19:23:43 -06:00
Amol Gote 45bc3d94d4 Code Formatting 2023-11-02 20:18:19 -04:00
Amol Gote 1ab4017ad6 Issue fixes 2023-11-02 19:47:05 -04:00
Michael Pratt 02e02f928f [BAEL-7074] Synchronization for static data examples 2023-11-02 17:47:02 -06:00
Amol Gote bfa7c53b54 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:54 -04:00
Amol Gote 83d6d89db5 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:34 -04:00
Amol Gote d0edfbc423 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:27 -04:00
Amol Gote 667620821b Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-02 19:41:15 -04:00
Amol Gote b7d743c629 Incorporated Review comments 2023-11-02 19:40:36 -04:00
Niket Agrawal 3fe81a3e07 Formatting changes 2023-11-03 03:49:06 +05:30
parthiv39731 aa27014425 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 23:12:45 +05:30
parthiv39731 a5d58617e2 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 20:21:59 +05:30
Palaniappan Arunachalam 57840bb083 BAEL-4200: JNDI - What Is java:comp/env? (#15081) 2023-11-02 09:28:54 +05:30
Kai Yuan d8fb8b381f [linkedhashmap-first-last] get first and last entry from LinkedHashMap (#15066)
* [linkedhashmap-first-last] get first and last entry from LinkedHashMap

* [linkedhashmap-first-last] add the stream approach
2023-11-01 20:28:53 -05:00
Maiklins 5fdce9f12a Merge pull request #15119 from Maiklins/bael-7061-update-readme
Update readme
2023-11-01 21:25:32 +01:00
mikr dad8a5c021 Update readme 2023-11-01 21:14:14 +01:00
Maiklins 47856fa103 Merge pull request #15073 from Neetika23/stringIterationCode
String iteration code
2023-11-01 21:09:45 +01:00
Bogdan Cardoş 7482aa3c25 BAEL-6874 test code for article (#15118)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class
2023-11-01 12:13:08 -07:00
Bhaskar Ghosh Dastidar aaa4e333a6 [BAEL-7043] mutable strings (#15112)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-11-01 12:02:13 -07:00
MohamedHelmyKassab 33f52b2e0b This PR is related to the article BAEL-7130 (#15109)
* This commit related to the article BAEL-7130

This commit aims to add a RoundDate class with several methods to round the date.

* This commit related to the article BAEL-7130

This commit aims to add a test class DateRoundingUnitTest.
2023-11-01 11:54:40 -07:00