Commit Graph

  • 2fc5ad953c Merge pull request #15153 from eugenp/ulisseslima-patch-1 Loredana Crusoveanu 2023-11-07 09:48:06 +02:00
  • 14070ec048 BAEL-6139: Added ThreadMonitorInfo (#15094) Eugene Kovko 2023-11-07 04:50:48 +01:00
  • 9e995c1e41 BAEL-6489 Time Conversions Using TimeUnit (#14390) Mateusz Szablak 2023-11-06 22:38:36 +01:00
  • 8c2c788b0d Merge pull request #15141 from timis1/JAVA-27237 Alvin Austria 2023-11-06 22:35:14 +01:00
  • 392928ccfa Remove unnecessary spy annotation and make unit tests package private danielmcnally285 2023-11-06 20:59:54 +00:00
  • 9e107be963 Merge pull request #15127 from panos-kakos/JAVA-26735 Alvin Austria 2023-11-06 21:50:56 +01:00
  • 4ef6b9039f BAEL-6874 update test code for article (#15155) Bogdan Cardoş 2023-11-06 22:47:45 +02:00
  • e0c7ddb52e BAEL-6600 - limit max size by LinkedHashMap and custom HashMap mcasari 2023-11-06 20:38:18 +01:00
  • 03c615201f Update InterruptThread.java Ulisses Lima 2023-11-06 16:26:35 -03:00
  • 4d7e5eb5c9 This commit is related to the article BAEL-6988 (#15149) MohamedHelmyKassab 2023-11-06 19:40:42 +02:00
  • 946f849767 Update StreamToMapAndMultiMapUnitTest.java (#15146) Mo Helmy 2023-11-06 19:34:00 +02:00
  • d847f0d335 Merge pull request #15122 from parthiv39731/PR-7177 davidmartinezbarua 2023-11-06 14:10:53 -03:00
  • 68cfb27b6e Merge pull request #15125 from sam-gardner/BAEL-7105-Add-code-for-StringBuilder-comparison davidmartinezbarua 2023-11-06 12:53:46 -03:00
  • 9e3c735879 JAVA-22208 Fix port to 1030,1031 for jenkins (#15100) Anastasios Ioannidis 2023-11-06 17:38:16 +02:00
  • e9431ce416 BAEL-7091 Formatting fixed parthiv39731 2023-11-06 19:27:07 +05:30
  • fb2f90d88f BAEL-7177 review comments implemented. parthiv39731 2023-11-06 19:08:47 +05:30
  • dc667e03f3 JAVA-27237 Change the logging level to WARN (spring-integration) timis1 2023-11-06 13:58:00 +02:00
  • 81be7c4ad5 [JAVA-26374-boot-runtime] Moved "CORS with Spring" article to spring-boot-runtime (#15096) panos-kakos 2023-11-06 09:45:12 +00:00
  • 91293d64b0 [JAVA-26049] Upgraded spring-boot-environment module to spring-boot 3… (#14994) panos-kakos 2023-11-06 08:52:53 +00:00
  • 5b7c37eab5 Merge pull request #14786 from ChernoVl/master Vini 2023-11-06 09:21:02 +01:00
  • f3f39c2e56 Merge pull request #15133 from edizor/master Loredana Crusoveanu 2023-11-06 09:31:52 +02:00
  • c61a1dace1 BAEL-7091 Asserting Nested Map with JUnit parthiv39731 2023-11-06 12:24:02 +05:30
  • 6e758b8438 The test names should be LiveTest not IntegrationTest, as per the other similar tests in this module. This naming is used to mark these tests as manually runnable only, since they are heavy tests that spin up a container, so we don't want them to be run as part of the automatic CI build. Same for the other tests. Amol Gote 2023-11-05 21:39:02 -05:00
  • 5d3f08d0e9 Fix the whitespace and newline issues - wuth code formatter Amol Gote 2023-11-05 21:32:49 -05:00
  • da8167cf17 [BAEL-7069] Pass list as a query parameter in Jersey (#15051) Rajat Garg 2023-11-06 07:15:53 +05:30
  • 63953b74f3 Nth substring (#15120) Kai Yuan 2023-11-06 02:26:25 +01:00
  • 790ec2b7fb JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) timis1 2023-11-05 23:27:26 +02:00
  • a8e298e389 Modify Optional value to be more descriptive danielmcnally285 2023-11-05 20:11:49 +00:00
  • 5cc111ee48 Merge branch 'eugenp:master' into danielmcnally285_return_first_non_null danielmcnally285 2023-11-05 20:10:06 +00:00
  • 8f01f45455 Modify givenTwoObjects_whenUsingGoogleGuavaMoreObjects_thenReturnFirstNonNull() unit test to have two extra local variables for readability danielmcnally285 2023-11-05 12:06:33 +00:00
  • 4931a3b16d Merge pull request #15111 from GaetanoPiazzolla/JAVA-18614-fix-logout Kasra Madadipouya 2023-11-05 13:00:43 +01:00
  • 88a92d399c Add LazyEvaluate class danielmcnally285 2023-11-05 11:43:32 +00:00
  • a33bdf8a03 Use String over Object for unit tests danielmcnally285 2023-11-05 11:37:03 +00:00
  • 9368968cea Merge branch 'eugenp:master' into danielmcnally285_return_first_non_null danielmcnally285 2023-11-05 11:32:42 +00:00
  • a575de93b1 JAVA-27183 Upgrade hibernate-validator version in spring-jpa module anuragkumawat 2023-11-05 13:36:30 +05:30
  • 9e0b0945f7 JAVA-27182 Upgrade hibernate-validator version in spring-data-couchbase-2 module anuragkumawat 2023-11-05 13:05:01 +05:30
  • a8af97e2eb JAVA-27181 Update hibernate-validator version in jpa-hibarnate-cascade-type module anuragkumawat 2023-11-05 12:40:54 +05:30
  • dad8f5cf2b JAVA-27180 Upgrade hibernate-validator version in hibernate-mapping module anuragkumawat 2023-11-05 11:48:26 +05:30
  • 0fc112e613 BAEL 6701 - MongoDB - Atlas Search using the Java Driver and Spring Data (#15069) Ulisses Lima 2023-11-05 02:45:44 -03:00
  • 9ba05068aa Create README.md edizor 2023-11-05 13:45:06 +08:00
  • 4f98043b95 Update README.md edizor 2023-11-05 13:39:48 +08:00
  • 0391a9c840 Update README.md edizor 2023-11-05 13:35:00 +08:00
  • ac7cedb7ef Update README.md edizor 2023-11-05 13:30:32 +08:00
  • 4ee135819b Create README.md edizor 2023-11-05 13:24:26 +08:00
  • 686196c040 Update README.md edizor 2023-11-05 13:16:48 +08:00
  • 9d7705309e Create README.md edizor 2023-11-05 13:08:59 +08:00
  • 67d1902524 Update README.md edizor 2023-11-05 13:02:33 +08:00
  • 252696e2b3 Update README.md edizor 2023-11-05 12:58:15 +08:00
  • 88a874082d Update README.md edizor 2023-11-05 12:49:07 +08:00
  • d2f170ebbb
    Change to use assertThatThrownBy YuCheng Hu 2023-11-04 23:51:41 -04:00
  • bfe15ee708
    Change to add assertThat and assertThatThrownBy YuCheng Hu 2023-11-04 23:50:27 -04:00
  • 89744aff6c This commit is related to BAEL-7161 (#15132) Mo Helmy 2023-11-05 05:06:13 +02:00
  • ee97389e28 BAEL-5755: remove BAEL-5852 commits Vladyslav Chernov 2023-11-04 15:38:37 -07:00
  • cea912e42f BAEL-5852: remove comments Vladyslav Chernov 2023-11-04 15:33:30 -07:00
  • 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. Amol Gote 2023-11-04 18:33:09 -04:00
  • 2a6e561f76 Fixed unit test case failures Amol Gote 2023-11-04 18:09:21 -04:00
  • 2cecae1dfb Incorporate Review comments Amol Gote 2023-11-04 17:18:20 -04:00
  • b24851bfce Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java Amol Gote 2023-11-04 16:59:10 -04:00
  • cb274a7ed4 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonSerializer.java Amol Gote 2023-11-04 16:58:28 -04:00
  • ddc5e0a5ef Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java Amol Gote 2023-11-04 16:58:01 -04:00
  • 9c463c752b Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java Amol Gote 2023-11-04 16:57:47 -04:00
  • 3e2975196d Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java Amol Gote 2023-11-04 16:57:32 -04:00
  • 33b18c0ca4 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java Amol Gote 2023-11-04 16:57:19 -04:00
  • 9a76f1a637 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java Amol Gote 2023-11-04 16:57:02 -04:00
  • aeb5f55e0e Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java Amol Gote 2023-11-04 16:56:47 -04:00
  • d4842ac511 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/serialization/JacksonDeserializer.java Amol Gote 2023-11-04 16:56:07 -04:00
  • 0399cf0e5f Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java Amol Gote 2023-11-04 16:55:32 -04:00
  • 41ab2ed221 Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java Amol Gote 2023-11-04 16:55:03 -04:00
  • e5da666432 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/MultiplePartitionIntegrationTest.java Amol Gote 2023-11-04 16:49:26 -04:00
  • c2453a503f Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/ExtSeqWithTimeWindowIntegrationTest.java Amol Gote 2023-11-04 16:46:17 -04:00
  • 1394665355 Update apache-kafka-2/src/test/java/com/baeldung/kafka/message/ordering/SinglePartitionIntegrationTest.java Amol Gote 2023-11-04 16:46:09 -04:00
  • d9fd96773e [JAVA-26720] Upgraded opencsv to 5.8 version (#15126) panos-kakos 2023-11-04 13:23:42 +00:00
  • 1baaca3e37 [JAVA-26432] Update "Introduction to Java 8 Streams" article Clean up (#15038) panos-kakos 2023-11-04 10:01:25 +00:00
  • df78df7a81 JAVA-26394 Move java-native to core-java modules (#15092) anuragkumawat 2023-11-04 14:53:37 +05:30
  • 3ee56ca66e [JAVA-26735] Fixed test case panos-kakos 2023-11-04 11:12:34 +02:00
  • 36a30dcda8 JAVA-13263 | Moved some gradle7 and gradle8 modules. (#15046) Gaetano Piazzolla 2023-11-04 09:41:18 +01:00
  • 32940c41e4 update time test @hangga 2023-11-04 15:28:49 +07:00
  • 885111ea75 JAVA-27177 Upragde hibernate validator- Remove dependencies no longer needed anuragkumawat 2023-11-04 13:13:28 +05:30
  • 20361bec8e JAVA-27178 Upgrade hibernate-validator in javaxval module anuragkumawat 2023-11-04 12:59:59 +05:30
  • 674f03a8fe JAVA-27177 Upgrade hibernate-validator version in atomikos module anuragkumawat 2023-11-04 12:43:56 +05:30
  • 049770733c JAVA-27176 Upgrade hibernate validator version in core-java-string-operations-2 module anuragkumawat 2023-11-04 12:24:35 +05:30
  • 22ad2b88a8 Bael-7075: Initial Commit (#15053) vaibhav007jain 2023-11-04 11:02:23 +05:30
  • a324fc5c33 [JAVA-26735] Replaced deprecated API JsonParser panos-kakos 2023-11-03 23:52:59 +02:00
  • 0f6149ef8c [JAVA-26735] Upgraded gson library to 2.10.1 version panos-kakos 2023-11-03 23:31:49 +02:00
  • 159461815d New example and unit test Michael Pratt 2023-11-03 15:31:25 -06:00
  • 1aa2f849f4 Revert 2 changes unrelated to BAEL-7074 Michael Pratt 2023-11-03 13:10:24 -06:00
  • 5ad29ba267
    Update the Articles for UUID of Java YuCheng Hu 2023-11-03 14:03:05 -04:00
  • e3f5468ef7
    Update the document for UUID YuCheng Hu 2023-11-03 13:57:03 -04:00
  • e2ddfeefb5 Merge branch 'eugenp:master' into master Ekatereana 2023-11-03 17:54:04 +02:00
  • ef027438e9 Merge branch 'eugenp:master' into JAVA-26280 anuragkumawat 2023-11-03 18:39:24 +05:30
  • c7a4c2f623 Merge branch 'eugenp:master' into JAVA-26380 anuragkumawat 2023-11-03 18:39:01 +05:30
  • 3d561e24df BAEL-7105 Add code for StringBuilder comparison Sam Gardner 2023-11-03 12:43:44 +00:00
  • 26a57c08ee JAVA-22296 | Upgrade spring-cloud-modules to JDK 17: Chunk 4 (#15020) Gaetano Piazzolla 2023-11-03 13:21:09 +01:00
  • b7bc968da2 Update core-java-modules/core-java-uuid/src/main/java/com/baeldung/uuid/UUIDPositiveLongGenerator.java Hangga Aji Sayekti 2023-11-03 17:13:48 +07:00
  • 899700f27e [Update] add time field @hangga 2023-11-03 15:45:12 +07:00
  • b11ba77937 BAEL-5970 Working with MathFlux (#15116) Reza Ganji 2023-11-03 07:57:27 +03:30
  • 6f618f5cf9 BAEL-7128: Optional as a Record Parameter in Java (#15114) Pedro Lopes 2023-11-03 01:20:47 -03:00
  • 4c06d8e9f9 How to Document Generic Type Parameter (#15108) Michael Olayemi 2023-11-03 05:15:06 +01:00
  • 38f30e733f [BAEL-7074] Update tests Michael Pratt 2023-11-02 19:23:43 -06:00
  • 45bc3d94d4 Code Formatting Amol Gote 2023-11-02 20:18:19 -04:00