31848 Commits

Author SHA1 Message Date
Rajat Garg da8167cf17 [BAEL-7069] Pass list as a query parameter in Jersey (#15051)
* Pass list as a query parameter in Jersey

* Address review comment

* Address review comment

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-11-06 07:15:53 +05:30
Kai Yuan 63953b74f3 Nth substring (#15120)
* [nth-substring] nth substring in a string

* [nth-substring] find n-th substring
2023-11-05 19:26:25 -06:00
timis1 790ec2b7fb JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-11-05 23:28:32 +02:00
danielmcnally285 a8e298e389 Modify Optional value to be more descriptive 2023-11-05 20:11:49 +00:00
danielmcnally285 5cc111ee48 Merge branch 'eugenp:master' into danielmcnally285_return_first_non_null 2023-11-05 20:10:06 +00:00
danielmcnally285 8f01f45455 Modify givenTwoObjects_whenUsingGoogleGuavaMoreObjects_thenReturnFirstNonNull() unit test to have two extra local variables for readability 2023-11-05 12:06:33 +00:00
Kasra Madadipouya 4931a3b16d Merge pull request #15111 from GaetanoPiazzolla/JAVA-18614-fix-logout
Java 18614 fix logout
2023-11-05 13:00:43 +01:00
danielmcnally285 88a92d399c Add LazyEvaluate class 2023-11-05 11:43:32 +00:00
danielmcnally285 a33bdf8a03 Use String over Object for unit tests 2023-11-05 11:37:03 +00:00
danielmcnally285 9368968cea Merge branch 'eugenp:master' into danielmcnally285_return_first_non_null 2023-11-05 11:32:42 +00:00
anuragkumawat a575de93b1 JAVA-27183 Upgrade hibernate-validator version in spring-jpa module 2023-11-05 13:36:30 +05:30
anuragkumawat 9e0b0945f7 JAVA-27182 Upgrade hibernate-validator version in spring-data-couchbase-2 module 2023-11-05 13:05:01 +05:30
anuragkumawat a8af97e2eb JAVA-27181 Update hibernate-validator version in jpa-hibarnate-cascade-type module 2023-11-05 12:40:54 +05:30
anuragkumawat dad8f5cf2b JAVA-27180 Upgrade hibernate-validator version in hibernate-mapping module 2023-11-05 11:48:26 +05:30
Ulisses Lima 0fc112e613 BAEL 6701 - MongoDB - Atlas Search using the Java Driver and Spring Data (#15069)
* research 1

* new search methods

* first draft

* removing old code

* updated to parent-boot-3

* mongo review 2
2023-11-05 06:45:44 +01:00
edizor 9ba05068aa Create README.md
[skip ci]
2023-11-05 13:45:06 +08:00
edizor 4f98043b95 Update README.md
[skip ci]
2023-11-05 13:39:48 +08:00
edizor 0391a9c840 Update README.md
[skip ci]
2023-11-05 13:35:00 +08:00
edizor ac7cedb7ef Update README.md
[skip ci]
2023-11-05 13:30:32 +08:00
edizor 4ee135819b Create README.md
[skip ci]
2023-11-05 13:24:26 +08:00
edizor 686196c040 Update README.md
[skip ci]
2023-11-05 13:16:48 +08:00
edizor 9d7705309e Create README.md
[skip ci]
2023-11-05 13:08:59 +08:00
edizor 67d1902524 Update README.md
[skip ci]
2023-11-05 13:02:33 +08:00
edizor 252696e2b3 Update README.md
[skip ci]
2023-11-05 12:58:15 +08:00
edizor 88a874082d Update README.md
[skip ci]
2023-11-05 12:49:07 +08:00
honeymoose d2f170ebbb Change to use assertThatThrownBy 2023-11-04 23:51:41 -04:00
honeymoose bfe15ee708 Change to add assertThat and assertThatThrownBy 2023-11-04 23:50:27 -04:00
Mo Helmy 89744aff6c This commit is related to BAEL-7161 (#15132)
This commit aims to add a test class "StreamToMapAndMultiMapUnitTest" that provides several approaches to convert Java stream to Map or MultiMap.
2023-11-04 20:06:13 -07:00
Vladyslav Chernov ee97389e28 BAEL-5755: remove BAEL-5852 commits 2023-11-04 15:38:37 -07:00
Vladyslav Chernov cea912e42f BAEL-5852: remove comments 2023-11-04 15:33:30 -07:00
Amol Gote 80cd71fff3 Removing slf4j-log4j12, deleting log4j.properties and adding a standard src/test/resources/logback.xml, since the Kafka libraries use the logback SLF4J binding. 2023-11-04 18:33:09 -04:00
Amol Gote 2a6e561f76 Fixed unit test case failures 2023-11-04 18:09:21 -04:00
Amol Gote 2cecae1dfb Incorporate Review comments 2023-11-04 17:18:20 -04:00
Amol Gote b24851bfce 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:59:10 -04:00
Amol Gote cb274a7ed4 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonSerializer.java
Co-authored-by: Liam Williams <liam.williams@zoho.com>
2023-11-04 16:58:28 -04:00
Amol Gote ddc5e0a5ef 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:58:01 -04:00
Amol Gote 9c463c752b 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:57:47 -04:00
Amol Gote 3e2975196d 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:32 -04:00
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