Commit Graph

7154 Commits

Author SHA1 Message Date
gjohnson 91bbabd97a First Draft - BAEL-4122 - A Quick Guide to Autocommit in JDBC 2021-07-23 01:00:45 +01:00
Karthick Sridhar dd4902e8da [BAEL-4478] IP address is in given range or not using java 2021-07-22 22:36:11 +05:30
Loredana Crusoveanu 8601038950 Merge pull request #11061 from johnA1331/master
BAEL-38308 - add links to github-baeldung articles
2021-07-22 09:19:42 +03:00
johnA1331 9fb3c09fd8 Update README.md 2021-07-22 01:35:37 +08:00
johnA1331 16571f28c0 Update README.md 2021-07-22 01:32:41 +08:00
johnA1331 ddb8d5202c Update README.md 2021-07-22 01:30:44 +08:00
johnA1331 9709c690e2 Update README.md 2021-07-22 01:28:15 +08:00
johnA1331 b32513fdb4 Create README.md 2021-07-22 01:26:08 +08:00
johnA1331 a038d87182 Create README.md 2021-07-22 01:22:46 +08:00
johnA1331 a28a32fdc9 Update README.md 2021-07-22 01:19:36 +08:00
johnA1331 d85e3aff2d Update README.md 2021-07-22 01:16:53 +08:00
davidmartinezbarua ceae1da0b5 Merge pull request #10896 from akhil90s/Deployment-Vs-StatefulSet
Deployment Vs StatefulSet
2021-07-21 10:07:45 -03:00
Kai Yuan b848bfead3 add Phaser implementations (#11051) 2021-07-20 22:17:19 -05:00
davidmartinezbarua c2bfff5698 Merge pull request #11028 from LiamGve/feature/BAEL-4908
BAEL-4908 added code for pubsub vs message queues tutorial
2021-07-20 17:30:37 -03:00
Arash Ariani 66b40ed662 Bael 4464 (#11041)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed

* BAEL-4464 : issues 4,5 fixed.

* fixed some issues in BAEL-4464
2021-07-20 07:21:36 +02:00
Md Moinul Hossain bdec91c268 BAEL-4994 names updated 2021-07-20 11:21:17 +06:00
psevestre b9571f02f5 [BAEL-5014] Kubernetes Admission Controller (#11055)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments
2021-07-19 19:41:58 -07:00
Ahwin Oghenerukevwe 4524fbf9e3 BAEL-4143: sample usages of @SuppressWarnings warning names (#11021)
Co-authored-by: oahwin <oahwin@getcarbon.co>
2021-07-19 07:31:25 +02:00
Ali Dehghani 81fddd7bc3 BAEL-4233: Why doesn't a missing annotation cause a ClassNotFoundException at runtime? (#11024) 2021-07-18 10:43:45 -05:00
psevestre d2035e86af [BAEL-5014] Kubernetes Admission Controller (#11044)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code
2021-07-18 08:19:13 -07:00
Thomas Duxbury a61d1c3efb BAEL-4797: Default Values for Maven Properties 2021-07-18 14:25:34 +01:00
doodoroma 3f18d3ae53 Merge pull request #10996 from jason-m-s/BAEL-3759-guava-listenable-future
BAEL-3759 Guava Listenable Future
2021-07-18 12:27:35 +02:00
Remy Ohajinwa d387500d53 BAEL-5013 Convert String to Camel Case (#10947)
* BAEL-5004 Fixed overflow issues for Large numbers

* BAEL-5013 Test cases

* BAEL-5013 Convert to String solutions

* BAEL-5013 convert to camel case using regex

* BAEL-5004 Fixed overflow issues for Large numbers

* BAEL-5013 Convert to Camel Case using Regex

* BAEL-5013 Review changes

* BAEL5013 cleanup

* BAEL5013 review changes

* BAEL5013 continuation index to 2 spaces

* BAEL-5013 fixed test failure

* BAEL-5013 Review changes

Co-authored-by: Remy Ohajinwa <remy.ohajinwa@interswitchgroup.com>
2021-07-18 10:41:05 +01:00
Arash Ariani 17814a1468 BAEL-4464 : how to implement LRU-Cache in java codes added (#11036)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
2021-07-17 11:41:26 +02:00
Michaël Goossens b9fd869c02 Also consider string interpolation
The above example only works when logging a string without using string interpolation. For example the following log statement: log.debug("This is a log from {}", "David"). This would result in event.getMessage() returning "This is a log from {}" while you would like to see the processed form "This is a log from David". The getMessage().toString() only returns the former while toString() on the event will return the latter. Furthermore the toString() method is redundant on getMessage() as it already is a string.
2021-07-15 23:26:49 +02:00
kwoyke 978bf7f543 JAVA-6348: Properly ignore a unit test (#11031)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-15 22:39:30 +05:30
Greg 5ba5c1eda8 Merge pull request #10983 from hmdrzsharifi/BAEL-4843
Bael 4843-Writing Log Data to Syslog Using Log4j
2021-07-15 10:42:25 -04:00
Loredana Crusoveanu 44f16e3ea6 Merge pull request #11035 from johnA1331/master
BAEL-38061 - add links to github-baeldung articles
2021-07-15 09:16:18 +03:00
Azhwani 48bef2c797 BAEL-4969: Improvement: Streams to Immutable Collections (#11026)
* add new module for java core 16

* format pom.xml
2021-07-14 21:18:47 -07:00
Ali Dehghani 0a3c6a675d BAEL-5026: Improvement for Write an InputStream to a File (#11018) 2021-07-14 21:45:36 -05:00
johnA1331 895def1797 Create README.md 2021-07-15 01:21:54 +08:00
johnA1331 471ff477bd Update README.md 2021-07-14 21:56:30 +08:00
johnA1331 3a8f5407c8 Update README.md 2021-07-14 21:52:59 +08:00
johnA1331 b3015ed6e0 Update README.md 2021-07-14 21:51:34 +08:00
johnA1331 66b9668e7e Create README.md 2021-07-14 21:48:12 +08:00
Ali Dehghani a2390f6146 BAEL-4851: Update "DB Integration Tests with Spring Boot and Testcontainers" article (#11015) 2021-07-13 17:49:47 -05:00
Liam Garvie 628cfcdea1 BAEL-4908 added code for pubsub vs message queues tutorial 2021-07-13 17:39:53 +01:00
Haroon Khan 611d074aa4 [BAEL-4823] Maven plugin management (#10957)
* [BAEL-4823] Maven plugin management

* [BAEL-4823] Minor code cleanup
2021-07-13 13:34:34 +01:00
kwoyke 5f655de832 Merge pull request #11025 from freelansam/JAVA-5936
JAVA-5937: Analyse bean overriding fix in modules - Part 5
2021-07-13 09:48:27 +02:00
sampadawagde 181834efeb JAVA-5937: Analyse bean overriding fix in modules - Part 5 2021-07-12 22:52:58 +05:30
kwoyke 5d9d47baae Merge pull request #11020 from freelansam/JAVA-5936
JAVA-5936: Analyse bean overriding fix in modules - Part 4
2021-07-12 09:26:47 +02:00
kwoyke 04f8622d04 Merge pull request #11019 from freelansam/JAVA-5934
JAVA-5935: Analyse bean overriding fix in modules - Part 3
2021-07-12 09:25:34 +02:00
Greg e056bc4f34 Merge pull request #10917 from amitiw4u/BAEL-4960-StringToBigInt
Bael 4960 string to big int
2021-07-11 16:37:26 -04:00
Daniel Strmecki 4f3f287923 Feature/bael 4911 tiered compilation (#10958)
* BASE-4911: Tiered Compilation Initial Commit

* BASE-4911: Use Generics
2021-07-11 14:18:10 +01:00
Amitabh.Tiwari 218f67ef4c Added changes as per review 2021-07-11 12:15:12 +05:30
sampadawagde 0eb7183ecd JAVA-5936: Analyse bean overriding fix in modules - Part 4 2021-07-10 21:10:43 +05:30
sampadawagde 0821fb646c JAVA-5935: Analyse bean overriding fix in modules - Part 3 2021-07-10 18:54:09 +05:30
Jason 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
2021-07-10 13:01:35 +05:30
davidmartinezbarua fe8ec4460c Merge pull request #10857 from MicuEmerson/master
BAEL-4014 - added the code
2021-07-09 14:51:09 -03:00
Mateusz Szablak 3ed0cfe585 BAEL-4920 - How BigInteger works (#11016)
Co-authored-by: Mateusz Szablak <mateusz.szablak@pekao.com.pl>
2021-07-09 07:29:40 -07:00