Commit Graph

6724 Commits

Author SHA1 Message Date
sampadawagde e746beee45 JAVA-5933: Analyse bean overriding fix in modules - Part 1 2021-06-26 15:59:38 +05:30
kwoyke 51ceab1ac3 BAEL-3727: Add example NOT using Feign (#10929)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-19 08:16:32 +02:00
Eric Martin d8f657667e Merge pull request #10900 from SmartyAnsh/BAEL-4239_Capturing-Image-from-webcam-in-java
Bael 4239 capturing image from webcam in java
2021-06-18 11:43:58 -05:00
kwoyke 36c81e8654 JAVA-5926: Fix core-java-jpms setup (#10930)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-18 19:51:18 +05:30
Jonathan Cook 5e909f0750 Merge pull request #10840 from iulian-manda/master
BAEL-4856 Download a binary file using OkHttp
2021-06-17 13:38:48 +02:00
Loredana Crusoveanu 466f0f8601 Merge pull request #10919 from johnA1331/master
BAEL-37011 - add links to github-baeldung articles
2021-06-17 09:49:43 +03:00
Remy Ohajinwa 940773966e BAEL-5004 Fixed overflow issues for Large numbers (#10899)
Co-authored-by: Remy Ohajinwa <remy.ohajinwa@interswitchgroup.com>
2021-06-16 21:10:33 -05:00
johnA1331 a6dcae4963 Update README.md 2021-06-17 01:06:35 +08:00
johnA1331 33e89f8692 Update README.md 2021-06-17 01:03:50 +08:00
johnA1331 35187f7265 Update README.md 2021-06-17 01:01:39 +08:00
johnA1331 5cf3bc80d2 Update README.md 2021-06-17 00:57:30 +08:00
johnA1331 40ae200818 Update README.md 2021-06-17 00:54:50 +08:00
johnA1331 eb8893b943 Create README.md 2021-06-17 00:52:51 +08:00
johnA1331 46b06811fb Update README.md 2021-06-17 00:51:09 +08:00
johnA1331 e8a6c86371 Update README.md 2021-06-17 00:49:43 +08:00
johnA1331 3fce29a16b Update README.md 2021-06-17 00:46:44 +08:00
johnA1331 b898d5966b Update README.md 2021-06-17 00:45:16 +08:00
Iulian Manda 60b98a552e BAEL-4856 Code review 2021-06-16 19:19:45 +03:00
kwoyke 19129f3721 BAEL-5001: Fix typo in C3P0 (#10886)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-16 12:38:07 +02:00
kwoyke 6da4007dfc Merge pull request #10913 from freelansam/JAVA-5622
JAVA-5622: Fix failing integration test
2021-06-15 22:24:46 +02:00
sampadawagde 48d6b2f2b3 JAVA-5622: Fix failing integration test 2021-06-15 20:25:02 +05:30
Jonathan Cook d5f1f148e3 Merge pull request #10904 from BhabaniPatel/master
Code commit for moving out package to specific name as per article
2021-06-15 13:39:44 +02:00
Loredana Crusoveanu 071dae8feb Merge pull request #10907 from rdehuyss/master
Update to JobRunr 3.1
2021-06-15 08:22:39 +03:00
sunainag ad5ddcaae2 Review comments (#10901) 2021-06-15 07:03:35 +02:00
freelansam 10bb7e44ea JAVA-2436: renamed module spring-security-web-persisted-remember-me to (#10874)
* JAVA-2436: renamed module spring-security-web-persisted-remember-me to
spring-security-web-persistence

* JAVA-2436: removed redundant dependencies

* JAVA-2436: removed redundant dependency

* JAVA-2436: Move/rename module spring-security-web-persisted-remember-me

* JAVA-2436: clean up
2021-06-15 00:17:32 +05:30
Greg 3bf486a4dd Merge pull request #10769 from vikasrajput6035/BAEL-4936
BAEL-4936: Completed article Abstract class vs Interface with default method
2021-06-14 12:02:05 -04:00
Greg e2b035feca Merge pull request #10797 from KarthickSridhar/article_javadoc_method_reference
[ BAEL-4254 ]  Referencing a method in JavaDoc comment.
2021-06-14 11:52:02 -04:00
Ronald Dehuysser 12e563e0b1 Update to JobRunr 3.1 2021-06-14 17:36:26 +02:00
Bhabani Prasad Patel 35e56303d3 Code commit for moving out package to specific name as per article 2021-06-14 08:34:16 +05:30
Eric Martin f9c1cc4b96 Merge pull request #10855 from BhabaniPatel/master
Code commit for BAEL-4999
2021-06-13 21:17:43 -05:00
davidmartinezbarua b028f4c837 Merge pull request #10876 from hkhan/BAEL-4845-create-topic-in-kafka
[BAEL-4845] Create Kafka topics
2021-06-13 21:33:38 -03:00
freelansam f0d9004fdd BAEL-4983: Update article "Calling SOAP service in Java" (#10898) 2021-06-13 15:04:40 -07:00
Jonathan Cook ba0d3c7dc9 Merge pull request #10810 from Saber-k/master
BAEL-4402 Java: Path vs File
2021-06-13 13:23:30 +02:00
Anshul BANSAL 609e0a4492 BAEL-4239 - code refactor 2021-06-12 18:29:55 +03:00
Eric Martin 0fca8e3aea Merge pull request #10859 from bradhandy/master
Unit tests for non-capturing groups.
2021-06-12 09:52:23 -05:00
kwoyke f318cd05d9 BAEL-5000: Add split String by newlines examples (#10881)
* BAEL-5000: Add split String by newlines examples

* BAEL-5000: Exclude core-java-string-operations-3 from persistence-modules

* BAEL-5000: Update tests

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-12 14:23:37 +02:00
bhandy be18bad873 Moving NonCapturingGroupUnitTestjava to new core-java-regex-2 module. 2021-06-12 00:25:19 -04:00
kwoyke 339fb7ec44 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
Vikas Ramsingh Rajput c3563566f8 BAEL-4936: converted multiline code to one liner, also changed names of unit test methods 2021-06-11 19:55:03 +05:30
Karthick S b75e06c175 BAEL-4254 JavaDoc method reference example classes 2021-06-11 19:33:04 +05:30
Anshul BANSAL 4440c3e9c5 BAEL-4329 - Capturing image from webcam in java 2021-06-10 16:44:49 +03:00
Bhabani Prasad Patel 44932b2cbe Merge branch 'eugenp:master' into master 2021-06-10 13:37:46 +05:30
LiamGve 541faa3a97 BAEL-4991 added in code for Java 9 private method introduction (#10884)
* BAEL-4991 added in code for Java 9 private method introduction

* BAEL-4991 added unit tests for java 9 private methods in interface article

Co-authored-by: Liam Garvie <liamgarvie@Liams-MacBook-Pro.local>
2021-06-09 09:31:16 -07:00
Loredana Crusoveanu a8890ebdca Merge pull request #10890 from johnA1331/master
BAEL-36759 - add links to github-baeldung articles
2021-06-09 15:26:18 +03:00
kwoyke 41b87934ce Merge pull request #10882 from freelansam/JAVA-5621
JAVA-5621: Update "Spring Boot Keycloak" article
2021-06-09 13:57:54 +02:00
Jonathan Cook 425e63a6e8 Merge pull request #10807 from mladensavic94/master
insert null into Integer column using JDBC
2021-06-09 11:15:43 +02:00
johnA1331 eca7529b11 Update README.md 2021-06-09 16:57:12 +08:00
johnA1331 c74a8dbbec Update README.md 2021-06-09 16:54:29 +08:00
johnA1331 8b599bbc05 Update README.md 2021-06-09 16:52:42 +08:00
johnA1331 647fd974fe Update README.md 2021-06-09 16:50:06 +08:00