Commit Graph

  • 9709c690e2 Update README.md johnA1331 2021-07-22 01:28:15 +08:00
  • b32513fdb4 Create README.md johnA1331 2021-07-22 01:26:08 +08:00
  • a038d87182 Create README.md johnA1331 2021-07-22 01:22:46 +08:00
  • a28a32fdc9 Update README.md johnA1331 2021-07-22 01:19:36 +08:00
  • d85e3aff2d Update README.md johnA1331 2021-07-22 01:16:53 +08:00
  • ceae1da0b5 Merge pull request #10896 from akhil90s/Deployment-Vs-StatefulSet davidmartinezbarua 2021-07-21 10:07:45 -03:00
  • b848bfead3 add Phaser implementations (#11051) Kai Yuan 2021-07-21 05:17:19 +02:00
  • c2bfff5698 Merge pull request #11028 from LiamGve/feature/BAEL-4908 davidmartinezbarua 2021-07-20 17:30:37 -03:00
  • 66b40ed662 Bael 4464 (#11041) Arash Ariani 2021-07-20 09:51:36 +04:30
  • bdec91c268 BAEL-4994 names updated Md Moinul Hossain 2021-07-20 11:21:17 +06:00
  • b9571f02f5 [BAEL-5014] Kubernetes Admission Controller (#11055) psevestre 2021-07-19 23:41:58 -03:00
  • 4524fbf9e3 BAEL-4143: sample usages of @SuppressWarnings warning names (#11021) Ahwin Oghenerukevwe 2021-07-19 06:31:25 +01:00
  • 81fddd7bc3 BAEL-4233: Why doesn't a missing annotation cause a ClassNotFoundException at runtime? (#11024) Ali Dehghani 2021-07-18 20:13:45 +04:30
  • d2035e86af [BAEL-5014] Kubernetes Admission Controller (#11044) psevestre 2021-07-18 12:19:13 -03:00
  • a61d1c3efb BAEL-4797: Default Values for Maven Properties Thomas Duxbury 2021-07-18 14:25:34 +01:00
  • 3f18d3ae53 Merge pull request #10996 from jason-m-s/BAEL-3759-guava-listenable-future doodoroma 2021-07-18 12:27:35 +02:00
  • d387500d53 BAEL-5013 Convert String to Camel Case (#10947) Remy Ohajinwa 2021-07-18 04:41:05 -05:00
  • 17814a1468 BAEL-4464 : how to implement LRU-Cache in java codes added (#11036) Arash Ariani 2021-07-17 14:11:26 +04:30
  • b9fd869c02 Also consider string interpolation Michaël Goossens 2021-07-15 23:26:49 +02:00
  • 978bf7f543 JAVA-6348: Properly ignore a unit test (#11031) kwoyke 2021-07-15 19:09:30 +02:00
  • 5ba5c1eda8 Merge pull request #10983 from hmdrzsharifi/BAEL-4843 Greg 2021-07-15 10:42:25 -04:00
  • 44f16e3ea6 Merge pull request #11035 from johnA1331/master Loredana Crusoveanu 2021-07-15 09:16:18 +03:00
  • 48bef2c797 BAEL-4969: Improvement: Streams to Immutable Collections (#11026) Azhwani 2021-07-15 06:18:47 +02:00
  • 0a3c6a675d BAEL-5026: Improvement for Write an InputStream to a File (#11018) Ali Dehghani 2021-07-15 07:15:36 +04:30
  • 895def1797 Create README.md johnA1331 2021-07-15 01:21:54 +08:00
  • 471ff477bd Update README.md johnA1331 2021-07-14 21:56:30 +08:00
  • 3a8f5407c8 Update README.md johnA1331 2021-07-14 21:52:59 +08:00
  • b3015ed6e0 Update README.md johnA1331 2021-07-14 21:51:34 +08:00
  • 66b9668e7e Create README.md johnA1331 2021-07-14 21:48:12 +08:00
  • a2390f6146 BAEL-4851: Update "DB Integration Tests with Spring Boot and Testcontainers" article (#11015) Ali Dehghani 2021-07-14 03:19:47 +04:30
  • 628cfcdea1 BAEL-4908 added code for pubsub vs message queues tutorial Liam Garvie 2021-07-13 17:39:53 +01:00
  • 611d074aa4 [BAEL-4823] Maven plugin management (#10957) Haroon Khan 2021-07-13 13:34:34 +01:00
  • 5f655de832 Merge pull request #11025 from freelansam/JAVA-5936 kwoyke 2021-07-13 09:48:27 +02:00
  • 181834efeb JAVA-5937: Analyse bean overriding fix in modules - Part 5 sampadawagde 2021-07-12 22:52:58 +05:30
  • 5d9d47baae Merge pull request #11020 from freelansam/JAVA-5936 kwoyke 2021-07-12 09:26:47 +02:00
  • 04f8622d04 Merge pull request #11019 from freelansam/JAVA-5934 kwoyke 2021-07-12 09:25:34 +02:00
  • e056bc4f34 Merge pull request #10917 from amitiw4u/BAEL-4960-StringToBigInt Greg 2021-07-11 16:37:26 -04:00
  • 4f3f287923 Feature/bael 4911 tiered compilation (#10958) Daniel Strmecki 2021-07-11 15:18:10 +02:00
  • 218f67ef4c Added changes as per review Amitabh.Tiwari 2021-07-11 12:15:12 +05:30
  • 0eb7183ecd JAVA-5936: Analyse bean overriding fix in modules - Part 4 sampadawagde 2021-07-10 21:10:43 +05:30
  • 0821fb646c JAVA-5935: Analyse bean overriding fix in modules - Part 3 sampadawagde 2021-07-10 18:54:09 +05:30
  • c343ce694a BAEL-3759: Guava's Futures and ListenableFuture * Added new module guava-modules/guava-concurrency * Added implementation code for simple usages of ListenableFuture * Added implementation code for complex usages of ListenableFuture Jason 2021-06-27 22:33:38 +05:30
  • fe8ec4460c Merge pull request #10857 from MicuEmerson/master davidmartinezbarua 2021-07-09 14:51:09 -03:00
  • 3ed0cfe585 BAEL-4920 - How BigInteger works (#11016) Mateusz Szablak 2021-07-09 16:29:40 +02:00
  • 37db34cb8a BAEL-4933 | Differences between static classes and the singleton pattern in Java (#11014) anmoldeep0123 2021-07-09 14:57:55 +05:30
  • 1910561a54 JAVA-5986: Cleanup pom.xml files (#11010) kwoyke 2021-07-09 05:13:41 +02:00
  • 00df9206fe Extra source Directory in Maven by sgrverma23 (#10991) sgrverma23 2021-07-09 02:37:44 +05:30
  • d77187d33d [BAEL-4990] Throwing exceptions in constructor Sarath 2021-07-08 17:31:45 +05:30
  • a50be6d21c Merge pull request #11008 from johnA1331/master Loredana Crusoveanu 2021-07-08 09:57:06 +03:00
  • f02fba02a0 Update README.md johnA1331 2021-07-07 23:31:00 +08:00
  • 41e789eaef Update README.md johnA1331 2021-07-07 23:29:24 +08:00
  • 1cd9efa35c Update README.md johnA1331 2021-07-07 23:27:01 +08:00
  • 84d61f69f2 Update README.md johnA1331 2021-07-07 23:24:39 +08:00
  • a9e2931e50 Update README.md johnA1331 2021-07-07 23:22:36 +08:00
  • dc2ccf984f Update README.md johnA1331 2021-07-07 23:19:11 +08:00
  • 24a3e9b351 Update README.md johnA1331 2021-07-07 23:17:34 +08:00
  • fe18b30a34 Update README.md johnA1331 2021-07-07 23:09:06 +08:00
  • 9c27a90786 BAEL-2670: update test class sharifi 2021-07-07 16:37:51 +04:30
  • a6ffc87f60 BAEL-2670: update main class sharifi 2021-07-07 16:31:28 +04:30
  • 992310bc7e BAEL-2670: update dependency sharifi 2021-07-07 16:30:58 +04:30
  • bd4beba1f0 Grouping by collector java (#11001) devanshtrivedi5 2021-07-07 11:00:22 +05:30
  • dee85d33c1 BAEL-5015: Add Java 9 example for readAllBytes (#10999) kwoyke 2021-07-06 16:54:57 +02:00
  • 1660e33cf9 Merge pull request #11000 from kwoyke/JAVA-6091 Loredana Crusoveanu 2021-07-06 16:01:25 +03:00
  • 95faea30bb JAVA-6091: Fix enum comparison Krzysztof Woyke 2021-07-06 12:18:59 +02:00
  • 2e6ba6c3a1 Grouping by collector java (#10986) devanshtrivedi5 2021-07-05 04:21:55 +05:30
  • 1e5af80428 BAEL-4993: add link back to article (#10994) KevinGilmore 2021-07-03 17:09:09 -05:00
  • daf3450533 [BAEL-4268]Different Serialization Approaches for Java (#10928) MeenaGawande 2021-07-04 03:25:12 +05:30
  • 8011badd12 2 threads start at the same time (#10972) Kai Yuan 2021-07-03 18:51:44 +02:00
  • d1d9ada490 BAEL-5025 Example code for camel case to words (#10964) ashleyfrieze 2021-07-03 17:43:55 +01:00
  • 9930b4c945 BAEL-4905: Send large messages with Kafka (#10992) kaushal 2021-07-03 18:41:51 +05:30
  • c31d5fffe1 JPA Entities and the Serializable Interface (#10971) Mladen Savic 2021-07-03 03:47:54 +02:00
  • fda111a5a1 JAVA-6222: Fix issues in the spring-boot-cassandre (#10988) kwoyke 2021-07-02 17:48:53 +02:00
  • 6be73ffa3f Merge pull request #10987 from johnA1331/master Loredana Crusoveanu 2021-07-02 11:12:36 +03:00
  • fe5ea96f76 JPA Entities and the Serializable Interface - indentation Mladen Savic 2021-07-02 09:15:43 +02:00
  • d4a715e78c Update README.md johnA1331 2021-07-02 05:45:00 +08:00
  • 8c345dc7c8 Update README.md johnA1331 2021-07-02 05:41:29 +08:00
  • 0a7e167bdf Update README.md johnA1331 2021-07-02 05:40:28 +08:00
  • 07f6efa261 Update README.md johnA1331 2021-07-02 05:39:01 +08:00
  • f7f0a761ab Create README.md johnA1331 2021-07-02 05:37:35 +08:00
  • 817c2a6e84 Update README.md johnA1331 2021-07-02 05:36:03 +08:00
  • dfa8224dfe Update README.md johnA1331 2021-07-02 05:34:38 +08:00
  • dcf850a45f Update README.md johnA1331 2021-07-02 05:33:10 +08:00
  • 3cca2f8716 Update README.md johnA1331 2021-07-02 05:32:00 +08:00
  • 1aba5c12a7 Update README.md johnA1331 2021-07-02 05:30:22 +08:00
  • 7df7443e68 Update README.md johnA1331 2021-07-02 05:29:15 +08:00
  • 8cea77cf58 Update README.md johnA1331 2021-07-02 05:23:38 +08:00
  • e81d9373da Merge pull request #10932 from hmdrzsharifi/BAEL-4956 Greg 2021-07-01 16:08:05 -04:00
  • d500209eeb [BAEL-4264] Surefire and Failsafe comparison (#10968) ukhan1980 2021-07-01 20:36:44 +01:00
  • ec09e1293f JPA Entities and the Serializable Interface - formatting Mladen Savic 2021-07-01 19:43:04 +02:00
  • 002c0ef4e8 bael-4843: add main spring boot class and logger sharifi 2021-07-01 14:08:53 +04:30
  • 1b4c50c7c1 bael-4843: remove file sharifi 2021-07-01 14:08:28 +04:30
  • 2b64a6a263 bael-4843: add syslog appender to log4j conf sharifi 2021-07-01 14:08:12 +04:30
  • 860605b3e9 JPA Entities and the Serializable Interface - edit after review Mladen Savic 2021-06-30 17:50:17 +02:00
  • ec43ac575a bael-4843: add log4j2.xml sharifi 2021-06-30 19:57:34 +04:30
  • 2c9bb8f04d JAVA-5975 Disabled spring-security-web-react, will be fixing in JAVA-6216 (#10981) Dhawal Kapil 2021-06-29 22:48:40 +05:30
  • 9cb0171d03 Merge pull request #10937 from polomos/BAEL-4447-Enable_logging_for_Apache_HttpClient Jonathan Cook 2021-06-29 15:11:50 +02:00
  • 0d722c1d90 [uuid] diegotorres/dtorres.py@gmail.com Improvements for UUIDv5 generation (#10978) Diego Torres 2021-06-29 04:46:32 -04:00
  • 9b5d2b8077 Merge pull request #10934 from yavuztas/BAEL-3682 Jonathan Cook 2021-06-29 10:08:03 +02:00
  • 2cf52853fa BAEL-4913 - Spring Native (#10942) Anshul Bansal 2021-06-28 18:42:50 +03:00
  • 67f11db211 Corrected the tests Amitabh.Tiwari 2021-06-28 18:57:48 +05:30