Commit Graph

3404 Commits

Author SHA1 Message Date
edizor 4e5f7adc81 Update README.md
[skip ci]
2023-11-11 08:10:55 +08:00
edizor 2c26effb64 Update README.md
[skip ci]
2023-11-11 07:49:53 +08:00
edizor bb31624bb4 Update README.md
[skip ci]
2023-11-11 07:43:24 +08:00
edizor 75828dbf49 Update README.md
[skip ci]
2023-11-11 07:29:30 +08:00
panos-kakos 7c1065b494 [JAVA-26439] Moved code related to "Guide to Stream.reduce()" to ebook module (#15170) 2023-11-10 16:15:28 +02:00
edizor 4c87707c90 Update README.md
[skip ci]
2023-11-10 21:16:16 +08:00
edizor 2e330d6f34 Update README.md
[skip ci]
2023-11-10 21:12:41 +08:00
edizor c7883a6d5c Update README.md
[skip ci]
2023-11-10 21:10:20 +08:00
edizor 277001771c Update README.md
[skip ci]
2023-11-10 21:06:56 +08:00
edizor a2ad229e4e Update README.md
[skip ci]
2023-11-10 19:37:26 +08:00
edizor ac0fa6ff78 Update README.md
[skip ci]
2023-11-10 18:46:51 +08:00
Bogdan Cardoş 63679af8ca BAEL-6874 update test code for article (#15164)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class

* BAEL-6874 update test code for article

* BAEL-6874 update test code for article
2023-11-09 14:01:10 -08:00
psevestre 0b0db24ebb [BAEL-7044] Shared Memory Between Two JVMs (#15162)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5258] Article Code

* [BAEL-2765] PKCE Support for Secret Clients

* [BAEL-5698] Article code

* [BAEL-5698] Article code

* [BAEL-5905] Initial code

* [BAEL-5905] Article code

* [BAEL-5905] Relocate article code to new module

* [BAEL-6275] PostgreSQL NOTIFY/LISTEN

* [BAEL-6275] Minor correction

* BAEL-6138

* [BAEL-6138] WIP - LiveTest

* [BAEL-6138] Tutorial Code

* [BAEL-6138] Tutorial Code

* [BAEL-6694] Article Code

* [BAEL-7044] Tutorial code

---------

Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-11-09 13:56:11 -08:00
Paul Greer 499ed4bbbd BAEL-6943: Difference between String and StringBuffer in Java (#14815)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Delete core-java-modules/core-java-lang-6/src/main/java/com/baeldung/intposneg directory

* Delete core-java-modules/core-java-lang-6/src/test/java/com/baeldung/intposneg directory

* Add files via upload

* Delete core-java-modules/core-java-numbers-conversions/src/main/java/com/baeldung/stringtoint/intposneg directory

* Add files via upload

* Add files via upload

* Delete core-java-modules/core-java-numbers-conversions/src/main/java/com/baeldung/intposneg directory

* Delete core-java-modules/core-java-numbers-conversions/src/test/java/com/baeldung/intposneg directory

* Add files via upload

* Add files via upload

* Delete core-java-modules/core-java-lang-6/src/main/java/com/baeldung/diffstringstringbuffer directory

* Delete core-java-modules/core-java-lang-6/src/test/java/com/baeldung/diffstringstringbuffer directory

* Delete core-java-modules/core-java-string-apis-2/src/main/java/com/baeldung/diffstringstringbuffer directory

* Delete core-java-modules/core-java-string-apis-2/src/test/java/com/baeldung/diffstringstringbuffer directory

* Add files via upload

* Add files via upload
2023-11-09 13:52:12 -08:00
MohamedHelmyKassab 7e81d666c9 This commit related to BAEL-7103 (#15160)
This commit aims to add a test class named "ConvertingHashSetToArrayUnitTest" that provides test methods to convert HashSet to an array.
2023-11-08 14:08:33 -08:00
Kasra Madadipouya 7bc73cd2c4 Merge pull request #15129 from anuragkumawat/JAVA-27176
JAVA-27176 Upgrade hibernate validator version in core-java-string-operations-2 module
2023-11-08 21:51:38 +01:00
Bipin kumar 7b6ba0e030 JAVA-26729:Changes made for upgrade commons-validator to latest version (#15159) 2023-11-08 12:24:10 +02:00
timis1 c7e2dc2a6e JAVA-27248 Align module names, folder names and artifact id - Week 44 - 2023 (conti-1) (#15147)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-11-08 12:06:28 +02:00
Azhwani 362610ca58 BAEL-6776: Convert File to Byte Array in Java (#15123) 2023-11-07 19:21:46 +01:00
Bipin kumar 19e70b20a4 JAVA-26498: Changes made for adding missed module core-java-collectio… (#15071)
/core-java-modules/core-java-collections-conversions-2 
/core-java-modules/core-java-collections-conversions-3 
/core-java-modules/core-java-concurrency-advanced-5
2023-11-07 12:28:16 +02:00
Bipin kumar f1424a62ef JAVA-26556: Changes made for Adding missed modules (#15105)
/core-java-modules/core-java-numbers-conversions
/core-java-modules/core-java-datetime-conversion
/di-modules/avaje/persistence-modules/spring-boot-persistence-4 
/spring-boot-modules/spring-boot-security-2 
/spring-boot-modules/spring-boot-ssl-bundles 
/spring-boot-modules/spring-boot-telegram
2023-11-07 12:22:43 +02:00
Loredana Crusoveanu 2fc5ad953c Merge pull request #15153 from eugenp/ulisseslima-patch-1
BAEL-6481 - Remove `isInterrupted()` check
2023-11-07 09:48:06 +02:00
Eugene Kovko 14070ec048 BAEL-6139: Added ThreadMonitorInfo (#15094)
* BAEL-6139: Added ThreadMonitorInfo

* BAEL-6139: Move ThreadMonitorInfo

* BAEL-6139: Unsafe using park() and unpark(Thread)
2023-11-07 09:20:48 +05:30
Mateusz Szablak 9e995c1e41 BAEL-6489 Time Conversions Using TimeUnit (#14390) 2023-11-06 21:38:36 +00:00
Bogdan Cardoş 4ef6b9039f BAEL-6874 update test code for article (#15155)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class

* BAEL-6874 update test code for article
2023-11-06 12:47:45 -08:00
Ulisses Lima 03c615201f Update InterruptThread.java
Based on a comment:

Section 6 should be headlined with “Using System.exit()” since that’s what stops code execution, not the boolean variable (this is just a means to decide that execution should be stopped, like the negative array element in section 4.

Also it’s unclear why we’d need the “if (isInterrupted())” statement in the while loop of the 8th section: how should isInterrupted() be true one line after we’ve checked in the while loop header that it’s false? Admittedly there’s a little chance that the interrupt status changed between these 2 lines, but this if statement would make much more sense somewhere in the business logic code where more time has passed since the evaluation of “while (!isInterrupted())”… and if that business code doesn’t have that complexity/length, one should omit this if statement altogether, since it creates more confusion than it helps for timely reaction on an interruption.
2023-11-06 16:26:35 -03:00
MohamedHelmyKassab 4d7e5eb5c9 This commit is related to the article BAEL-6988 (#15149)
This commit aims to add a test class "HexToIntConversionUnitTest.java" that provides several ways to convert Hex string into int.
2023-11-06 09:40:42 -08:00
Mo Helmy 946f849767 Update StreamToMapAndMultiMapUnitTest.java (#15146) 2023-11-06 09:34:00 -08:00
davidmartinezbarua d847f0d335 Merge pull request #15122 from parthiv39731/PR-7177
BAEL-7177
2023-11-06 14:10:53 -03:00
davidmartinezbarua 68cfb27b6e Merge pull request #15125 from sam-gardner/BAEL-7105-Add-code-for-StringBuilder-comparison
BAEL-7105 Add code for StringBuilder comparison
2023-11-06 12:53:46 -03:00
parthiv39731 fb2f90d88f BAEL-7177
review comments implemented.
2023-11-06 19:08:47 +05:30
Loredana Crusoveanu f3f39c2e56 Merge pull request #15133 from edizor/master
UPDATE README
2023-11-06 09:31:52 +02:00
Kai Yuan 63953b74f3 Nth substring (#15120)
* [nth-substring] nth substring in a string

* [nth-substring] find n-th substring
2023-11-05 19:26:25 -06:00
edizor 686196c040 Update README.md
[skip ci]
2023-11-05 13:16:48 +08:00
edizor 67d1902524 Update README.md
[skip ci]
2023-11-05 13:02:33 +08:00
edizor 252696e2b3 Update README.md
[skip ci]
2023-11-05 12:58:15 +08:00
edizor 88a874082d Update README.md
[skip ci]
2023-11-05 12:49:07 +08:00
Mo Helmy 89744aff6c This commit is related to BAEL-7161 (#15132)
This commit aims to add a test class "StreamToMapAndMultiMapUnitTest" that provides several approaches to convert Java stream to Map or MultiMap.
2023-11-04 20:06:13 -07:00
panos-kakos d9fd96773e [JAVA-26720] Upgraded opencsv to 5.8 version (#15126) 2023-11-04 15:23:42 +02:00
panos-kakos 1baaca3e37 [JAVA-26432] Update "Introduction to Java 8 Streams" article Clean up (#15038) 2023-11-04 12:01:25 +02:00
anuragkumawat df78df7a81 JAVA-26394 Move java-native to core-java modules (#15092) 2023-11-04 11:23:37 +02:00
anuragkumawat 049770733c JAVA-27176 Upgrade hibernate validator version in core-java-string-operations-2 module 2023-11-04 12:24:35 +05:30
vaibhav007jain 22ad2b88a8 Bael-7075: Initial Commit (#15053)
* Create VectorOperations.java

BAEL-7075: Initial Commit

* BAEL-7075: Create VectorOperationsUnitTest.java

* Delete core-java-modules/core-java-collections-5/src/main/java/com/baeldung/vectors/VectorOperations.java

* Update VectorOperationsUnitTest.java

* Update VectorOperationsUnitTest.java - Added one more test case
2023-11-04 11:02:23 +05:30
Michael Pratt 159461815d New example and unit test 2023-11-03 15:31:25 -06:00
Michael Pratt 1aa2f849f4 Revert 2 changes unrelated to BAEL-7074 2023-11-03 13:10:24 -06:00
Sam Gardner 3d561e24df BAEL-7105 Add code for StringBuilder comparison 2023-11-03 12:43:44 +00:00
Pedro Lopes 6f618f5cf9 BAEL-7128: Optional as a Record Parameter in Java (#15114)
* record class and test

* renaming test
2023-11-03 09:50:47 +05:30
Michael Olayemi 4c06d8e9f9 How to Document Generic Type Parameter (#15108)
* How to Documeny Generic Type Parameters

* How to Documeny Generic Type Parameters
2023-11-03 09:45:06 +05:30
Michael Pratt 38f30e733f [BAEL-7074] Update tests 2023-11-02 19:23:43 -06:00
Michael Pratt 02e02f928f [BAEL-7074] Synchronization for static data examples 2023-11-02 17:47:02 -06:00
parthiv39731 aa27014425 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 23:12:45 +05:30
parthiv39731 a5d58617e2 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 20:21:59 +05:30
Palaniappan Arunachalam 57840bb083 BAEL-4200: JNDI - What Is java:comp/env? (#15081) 2023-11-02 09:28:54 +05:30
Kai Yuan d8fb8b381f [linkedhashmap-first-last] get first and last entry from LinkedHashMap (#15066)
* [linkedhashmap-first-last] get first and last entry from LinkedHashMap

* [linkedhashmap-first-last] add the stream approach
2023-11-01 20:28:53 -05:00
Maiklins 5fdce9f12a Merge pull request #15119 from Maiklins/bael-7061-update-readme
Update readme
2023-11-01 21:25:32 +01:00
mikr dad8a5c021 Update readme 2023-11-01 21:14:14 +01:00
Maiklins 47856fa103 Merge pull request #15073 from Neetika23/stringIterationCode
String iteration code
2023-11-01 21:09:45 +01:00
Bogdan Cardoş 7482aa3c25 BAEL-6874 test code for article (#15118)
* BAEL-6819 convert from int to Long in Java

* BAEL-6819 update package name

* BAEL-6874 test code for article

* BAEL-6874 rename test class
2023-11-01 12:13:08 -07:00
Bhaskar Ghosh Dastidar aaa4e333a6 [BAEL-7043] mutable strings (#15112)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-11-01 12:02:13 -07:00
MohamedHelmyKassab 33f52b2e0b This PR is related to the article BAEL-7130 (#15109)
* This commit related to the article BAEL-7130

This commit aims to add a RoundDate class with several methods to round the date.

* This commit related to the article BAEL-7130

This commit aims to add a test class DateRoundingUnitTest.
2023-11-01 11:54:40 -07:00
Eugene Kovko 036369c792 BAEL-6705: Fixed typo (#15015) 2023-10-31 08:21:05 -07:00
Michael Olayemi 6e25eb35cc Add Spring StringUtils class (#15090)
* Add Spring StringUtils class

* Add Spring StringUtils class
2023-10-31 09:36:00 +05:30
Kasra Madadipouya e984098398 Merge pull request #15035 from timis1/JAVA-23808_1
JAVA-23808 Rewrite Custom Spliterator Section of Introduction to Spli…
2023-10-30 21:28:53 +01:00
Vini 6f280e4cac Merge pull request #15054 from anujgaud/ag/check-string-contains-unicode-letters
[BAEL-7059] Check if a String Contains Unicode Letters
2023-10-30 20:30:50 +01:00
Azhwani 49929794b8 BAEL-7111: Get First Date of Current Month in Java (#15023) 2023-10-30 17:42:44 +01:00
Azhwani de7dadabef BAEL-7108: Comparing Arrays Using compare() Method in Java (#14975) 2023-10-30 17:23:12 +01:00
Loredana Crusoveanu fdad46e34b Merge pull request #14838 from hangga/completablefuture
[Add] completablefuture timeout test | Hangga Aji Sayekti
2023-10-30 17:41:35 +02:00
anujgaud dfd9baf8e0 Formatted UnicodeLetterChecker.java 2023-10-30 13:50:16 +05:30
Manfred a127e7644e BAEL-6804: Difference Between ZipFile and ZipInputStream in Java (#15039)
* BAEL-6804: Difference Between ZipFile and ZipInputStream in Java

* BAEL-6804: Difference Between ZipFile and ZipInputStream in Java
- use 2-space indents for line continuations
2023-10-29 19:56:52 -05:00
Loredana Crusoveanu 8a48077403 Merge pull request #15091 from edizor/master
Update README
2023-10-29 11:34:16 +02:00
Michael Olayemi f5ce4e6d86 PrintWriter vs FileWriter in Java (#15034)
* https://jira.baeldung.com/browse/BAEL-7117

* PrintWriter vs FileWriter in Java

* PrintWriter vs FileWriter in Java

* https://jira.baeldung.com/browse/BAEL-7117

* PrintWriter vs FileWriter in Java
2023-10-29 09:58:39 +05:30
pentakon c115e99dcc BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List> (#15028)
* Code for BAEL-6814 Convert List<CompletableFuture> to CompletableFuture<List>

* Refactor some comments
2023-10-29 09:57:34 +05:30
edizor ff76b6c949 Update README.md
[skip ci]
2023-10-29 07:25:11 +08:00
edizor 78dc038e8b Update README.md
[skip ci]
2023-10-29 07:14:25 +08:00
edizor 1425f647f6 Update README.md
[skip ci]
2023-10-29 07:09:45 +08:00
edizor b4fd454c65 Update README.md
[skip ci]
2023-10-29 07:07:22 +08:00
edizor fde7fabe42 Update README.md
[skip ci]
2023-10-29 07:04:20 +08:00
edizor fcff240865 Update README.md
[skip ci]
2023-10-29 07:02:12 +08:00
edizor 8518e65d78 Update README.md
[skip ci]
2023-10-29 06:51:40 +08:00
edizor 499705b6d1 Update README.md
[skip ci]
2023-10-29 06:42:50 +08:00
edizor f6deb1c0ef Update README.md
[skip ci]
2023-10-29 06:40:01 +08:00
edizor 467b9a2fed Update README.md
[skip ci]
2023-10-29 06:31:46 +08:00
edizor 3df29751a7 Update README.md
[skip ci]
2023-10-29 06:29:25 +08:00
lucaCambi77 c65981938f [BAEL-7048] - Passing Strings By Reference in Java (#15047)
* feat: pass by reference java string

* fix: review
2023-10-28 16:56:11 -05:00
collaboratewithakash 3042166f4b readme created or backlink added 2023-10-28 14:39:02 +05:30
collaboratewithakash 96b32de7ba backlink added 2023-10-28 14:33:07 +05:30
collaboratewithakash 235cba0dbd updated backlink 2023-10-28 13:08:15 +05:30
Anton Dalagan 3c8d10dd82 Bael 7146 improvement to this article convert double to float in java (#15067)
* Commit 1 - Anton Dalagan Code for Evaluation article. Contains Unit tests, domain class, and App main method.

* BAEL-7146 Updated the unit test to display the results of the conversion. This will be explained in the article itself.

* BAEL-7146 cleaned up pR
2023-10-27 09:44:07 -07:00
Neetika23 befba49dec Update StringIteratorTest.java 2023-10-27 14:52:14 +05:30
Neetika23 66604b8e27 Update StringIterator.java 2023-10-27 14:51:01 +05:30
Neetika23 98c8e96fca Delete core-java-modules/core-java-lang-oop-patterns/src/test/java/com/baeldung/shallowdeepcopy/ShallowDeepCopyExampleTest.java 2023-10-27 14:49:52 +05:30
Neetika23 f20dbd4ed9 Delete core-java-modules/core-java-lang-oop-patterns/src/main/java/com/baeldung/shallowdeepcopy/Student.java 2023-10-27 14:49:29 +05:30
Neetika23 002def2d24 Delete core-java-modules/core-java-lang-oop-patterns/src/main/java/com/baeldung/shallowdeepcopy/School.java 2023-10-27 14:49:09 +05:30
Azhwani 16b931c4df BAEL-7055: How can I capitalize the first letter of each word in a string? (#14927)
Co-authored-by: Mo Helmy <135069400+BenHelmyBen@users.noreply.github.com>
2023-10-27 08:46:04 +02:00
Neetika23 9f1ce56f82 Update StringIteratorTest.java 2023-10-27 00:09:53 +05:30
Neetika23 aa7ad247e1 Update StringIteratorTest.java 2023-10-27 00:02:38 +05:30
Neetika23 7aeb97fcdf Update StringIterator.java 2023-10-26 23:57:27 +05:30
Neetika23 0fa77ed809 Create StringIteratorTest.java 2023-10-26 23:45:34 +05:30
Neetika23 d3d60f392b Update StringIterator.java 2023-10-26 23:41:32 +05:30
Neetika23 450b6d8025 Create StringIterator.java 2023-10-26 23:25:17 +05:30