Commit Graph

49 Commits

Author SHA1 Message Date
edizor
95997796e8 Update README.md
[skip ci]
2022-10-16 11:32:23 +08:00
edizor
a0917e4800 Update README.md
added link back to the article: https://www.baeldung.com/java-port-scanning
2022-10-16 11:12:39 +08:00
Ritu Priya
684f9f01e9 BAEL-5752: Check for valid URL in java (#12836) 2022-10-13 09:47:06 +05:30
ACHRAF TAITAI
ff4bc93f9d BAEL-5714 : Port Scanning with Java (edit after final review) (#12824) 2022-10-06 14:55:35 +02:00
ACHRAF TAITAI
94c5bd05ca Port Scanning with Java (#12767) 2022-09-30 14:50:21 +02:00
panos-kakos
6216d4eb53 Java 13945 (#12611)
* [JAVA-13945] Upgrade guava version to 31.1-jre

* [JAVA-13945] Use guava.version property in child modules

* [JAVA-13945] Use guava.version property in child modules

* [JAVA-13945] revert changes

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-19 12:06:35 +05:30
Asjad J
0ee8363c11 Updated README.md
added link back to the article: https://www.baeldung.com/java-httpclient-timeout
2022-06-02 07:54:58 +05:00
Loredana Crusoveanu
442fafb113 Merge pull request #12252 from Asjad-J/master
Updated README.md
2022-05-23 20:14:14 +03:00
Harry9656
0464c5e303 JAVA-5484: Added Java Http Request Timeout (#12248)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-05-23 09:27:46 -07:00
Asjad J
75a4da37b2 Updated README.md
added link back to the article: https://www.baeldung.com/java-domain-name-from-url
2022-05-23 17:30:29 +05:00
apeterlic
169afa9301 Move code to different module 2022-05-19 07:03:06 +02:00
Harry9656
f68352c297 JAVA-5484: New Java Http Client Timeout (#12223)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-05-18 16:34:23 -07:00
johnA1331
6ca08391ac Update README.md 2022-04-27 17:38:30 +08:00
Harry9656
70a0d0e43f Added IPAddressLookup (#12097) 2022-04-26 08:32:53 +05:30
Loredana Crusoveanu
c974daf78f Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
Krzysiek
78c15bc838 JAVA-8748: Use ServerSocket(0) approach to get free port 2021-12-02 12:58:13 +01:00
Krzysiek
072a384a88 JAVA-8748: Make each test get available port on its own 2021-12-02 09:33:35 +01:00
Loredana Crusoveanu
915d0daab5 Merge pull request #11532 from johnA1331/master
BAEL-44759 - add links to github-baeldung articles
2021-12-01 11:55:30 +02:00
Loredana Crusoveanu
8e4bdad572 JAVA-8748 temporarily disable test 2021-12-01 11:39:46 +02:00
johnA1331
1cd06bd0ff Update README.md 2021-12-01 16:31:04 +08:00
Krzysztof Majewski
7a9a69bda3 BAEL-5076 Unix domain socket in Java 16 (#11493)
* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

* BAEL-5076 Unix domain socket in Java 16

Co-authored-by: krzysztof <kmajewski@berg.technology>
2021-11-26 09:06:20 -08:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
Krzysiek
0ab9e2e4f2 JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
chaos2418
e29458d406 JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
mikr
f64ffc6df1 Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-7244-Review_log_statements_for_projects
 Conflicts:
	algorithms-searching/src/test/java/com/baeldung/algorithms/quadtree/QuadTreeSearchUnitTest.java
2021-10-31 20:54:51 +01:00
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
mikr
d7e298b3eb JAVA-7244 Review log statements for projects 2021-09-18 00:37:04 +02:00
johnA1331
7761dd8313 Update README.md 2021-09-09 00:40:12 +08:00
Mainak Majumder
c0e20ec7a5 source code for bealdung article "Find IP address of client" (#10995)
* 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"

* Source code for Baeldung article BAEL-4896

* update code

* source code for Baeldung article bael-4896

* add main method to client and server

* remove comment

* include command-line argument option for client, remove try-catch block

* update greetings message section
2021-09-05 23:08:08 +01:00
johnA1331
364df8a0e6 Update README.md 2021-07-29 03:40:30 +08:00
Karthick Sridhar
cba44417e2 [BAEL-4478] IP address is in given range or not using java 2021-07-22 22:36:11 +05:30
johnA1331
f17450a780 Update README.md 2021-06-24 04:05:06 +08:00
Mainak Majumder
41fb1e4cc7 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
johnA1331
6428b8f38d Update README.md 2021-06-03 22:20:28 +08:00
rvsathe
8fbb2f035e changing the indent to 4. 2021-05-21 17:43:32 +05:30
rvsathe
d2fa6e623f Renamed packages according t code files 2021-05-21 17:27:38 +05:30
rvsathe
99a52b5cea Rename DownloadEmailAttachmentsUnitTest.java to DownloadEmailAttachmentsLiveTest.java
changes as per review comments
2021-05-21 15:48:14 +05:30
rvsathe
dced61cb88 Update DownloadEmailAttachmentsUnitTest.java
changing the package name to downloadattachments. and file name as per review comments.
2021-05-21 15:16:55 +05:30
rvsathe
8d544023e1 Update DownloadEmailAttachments.java
changing the package name to downloadattachments.
2021-05-21 15:15:48 +05:30
rvsathe
e82b16b614 Update DownloadEmailAttachments.java
changes as per review comments
2021-05-21 14:48:00 +05:30
rvsathe
32643a90e7 removing the extra plugins since they are not necessary. 2021-05-19 17:41:38 +05:30
rvsathe
8d140fbc03 shifting the BAEL-3962 to core-java-networking-3 module. 2021-05-17 21:01:00 +05:30
sampadawagde
05864e8bc2 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
Krzysztof Woyke
6ed94a16bc JAVA-3578: Fix README.md files 2021-04-01 20:01:45 +02:00
Daniel Strmecki
a247ca8ec2 BAEL-4504: Add finally 2020-10-15 16:59:16 +02:00
Daniel Strmecki
58a527c9d9 BAEL-4504: Wrong artifact ID 2020-10-11 11:16:32 +02:00
Daniel Strmecki
e315d38bd3 BAEL-4504: Fix PR comments 2020-10-11 11:14:36 +02:00
Daniel Strmecki
f75c33684a BAEL-4504: Move find free port to networking-3 2020-10-11 10:22:42 +02:00