6803 Commits

Author SHA1 Message Date
kwoyke
34fa2ca01c Merge pull request #10924 from anuragkumawat/master
JAVA-5619 - Update "Spring Boot Hikari" article code changes
2021-06-21 12:47:31 +02:00
Krzysztof Woyke
2c7f52fa0b JAVA-5710: Fix expected Java version 2021-06-21 08:44:17 +02:00
Mainak Majumder
8baaa76e71 code for baeldung article (#10875)
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"

* update indention in pom file, update code in Address class

* update indention

* rename application

* update pom

* source code for article "Connection timeout vs read timeout"

* Update TcpServerSocket.java
2021-06-20 21:03:52 -05:00
Eric Martin
203e065a01 Merge pull request #10902 from ashleyfrieze/BAEL-5007-Guide-to-ModelAssert
BAEL-5007 Add test examples for modelassert
2021-06-20 20:53:59 -05:00
Jacek Polom
b47e749a4a BAEL-4447 Enable logging for Apache HttpClient 2021-06-20 21:01:03 +02:00
Ashley Frieze
77994b4171 BAEL-5007 Add test examples for modelassert 2021-06-20 19:24:05 +01:00
doodoroma
36ac880555 Merge pull request #10865 from singhkaushal01/master
BAEL-4126: what does Mono.defer() do?
2021-06-20 16:43:30 +02:00
Arash Ariani
dd715d4e70 BAEL-4409 : codes have been added (#10925)
* BAEL-4409 : codes have been added

* BAEL-4409 : how to implement min-max heap in java

* BAEL-4409 : how to implement min-max heap in java
2021-06-20 06:51:00 -07:00
Yavuz Tas
5b59b7f652 BAEL-3682 integrate missing http message converters test from spring-web-modules/spring-rest-simple module 2021-06-20 04:49:39 +02:00
Yavuz Tas
039416f0eb BAEL-3682 remove setAutodetectAnnotations in favor of aligning with the article's code samples 2021-06-20 04:42:31 +02:00
Yavuz Tas
0de91a119e Merge branch 'master' into BAEL-3682 2021-06-20 01:29:31 +02:00
sharifi
618cdbdced BAEL-4956: add source code for describng REST API in openapi 2021-06-19 13:29:50 +04:30
sharifi
74f1bfefa2 BAEL-4956: add source code for describing REST API in swagger 2021-06-19 13:29:35 +04: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
anuragkumawat
976dc0c485 JAVA-5619 Reverting comment 2021-06-18 13:35:56 +05:30
anuragkumawat
140bb295bd JAVA-5619 Feedback changes. 2021-06-18 13:31:54 +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
dev-chirag
830940fac9 BAEL4235 FindNumberOfThread class 2021-06-15 23:51:57 +05:30
dev-chirag
f656c61903 BAEL4235 FindNumberOfThread class 2021-06-15 23:48:24 +05:30
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