Commit Graph

4103 Commits

Author SHA1 Message Date
danielmcnally285 9439463838 move BeforeEach to top of class 2024-03-19 20:02:44 +00:00
danielmcnally285 ab35aeabf7
Merge branch 'eugenp:master' into danielmcnally285_last_n_characters 2024-03-19 19:59:07 +00:00
Kai.Yuan 9456b4b953 [map-stream-to-map] updates.. 1 2024-03-19 09:32:58 +01:00
MohamedHelmyKassab 51ec697ebc
This commit is related to BAEL-6825 (#15981)
* This commit is related to BAEL-6825

This commit aims to add a test class "IntegersBitLevelUnitTest.java".

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java

* Update IntegersBitLevelUnitTest.java
2024-03-18 20:24:13 +00:00
Bipin kumar 75ed16ffb5
[JAVA-31565] Changes made for update commons-validator (#16131) 2024-03-18 20:31:58 +01:00
Kai.Yuan 614d910766 [map-stream-to-map] merge a stream of maps to a single map 2024-03-18 20:02:15 +01:00
DiegoMarti2 bb3e43fdec
baeldung-articles : BAEL-6596 (#16143)
Check if a given time lies between two times regardless of date.
2024-03-18 11:40:01 -07:00
Liam Williams 89cb132fe1
Merge pull request #16137 from sk1418/calc-percentile
Calc percentile
2024-03-18 16:58:54 +00:00
Kai.Yuan e959114bc7 [add-to-immutable-list] wip 2024-03-17 17:27:57 +01:00
danielmcnally285 96450ee79d add new lines before assert statements 2024-03-16 12:34:35 +00:00
danielmcnally285 82ca2b8b92 last n characters from string unit tests 2024-03-16 12:23:28 +00:00
Bipin kumar 8a2f4211c3
JAVA-32170_C_11: Changes made for Fix formatting of POMs - C_11 (#16112) 2024-03-15 23:54:51 +02:00
Bipin kumar 684902d716
JAVA-32170_C_10: Changes made for Fix formatting of POMs - C_10 (#16111) 2024-03-15 23:53:26 +02:00
Bipin kumar c3155551b6
JAVA-32170_C_09: Changes made for Fix formatting of POMs - C_09(#16110) 2024-03-15 23:52:33 +02:00
Bipin kumar f23750dcdc
JAVA-32170_C_08: Changes made for Fix formatting of POMs - C_08 (#16109) 2024-03-15 23:51:19 +02:00
Bipin kumar ce581549b9
JAVA-32170_C_07: Changes made for Fix formatting of POMs - C_07 (#16108) 2024-03-15 23:50:09 +02:00
Bipin kumar 8f0bbdb6c0
JAVA-32170_C_06: Changes made for Fix formatting of POMs - C_06 (#16107) 2024-03-15 23:48:49 +02:00
Bipin kumar d8aa0eeaef
JAVA-32170_C_05: Changes made for Fix formatting of POMs - C_05(#16106) 2024-03-15 23:46:57 +02:00
Bipin kumar 38c569055d
JAVA-32170: Changes made for Fix formatting of POMs - C_03 (#16105) 2024-03-15 23:43:53 +02:00
Bipin kumar c653562b79
JAVA-32170: Changes made for Fix formatting of POMs - C_02(#16104) 2024-03-15 23:42:20 +02:00
Kai.Yuan 2195e2c404 [calc-percentile] add 0 and 100 boundary test cases 2024-03-15 19:47:55 +01:00
adalagandev 83cc018515 BAEL-7131 - Removed InputStreamUnitTest as per Final review sugestions. 2024-03-15 18:08:35 +01:00
Bipin kumar 9236adee65
JAVA-32170: Changes made for Fix formatting of POMs - C_01(#16103) 2024-03-15 17:57:32 +02:00
Kai.Yuan 4c48476258 [calc-percentile] calc percentile 2024-03-15 14:45:38 +01:00
Loredana Crusoveanu 1ac881cfec
Merge pull request #16136 from collaboratewithakash/master
backlink updated
2024-03-15 12:27:11 +02:00
timis1 40326c74b1
[JAVA-32168] Cleanup un-committed or un-ignored artifacts - Week 11 - 2024 (#16124) 2024-03-15 09:11:50 +01:00
collaboratewithakash 99c68beb3c
backlink removed 2024-03-15 13:01:13 +05:30
collaboratewithakash 9fe8ce5906
backlink updated 2024-03-15 12:29:24 +05:30
collaboratewithakash 1bedbb4b2f
backlink added 2024-03-15 12:19:29 +05:30
collaboratewithakash 6a22da4d1c
backlink added 2024-03-15 12:17:09 +05:30
collaboratewithakash 6d4aae6ec9
backlink updated 2024-03-15 12:06:57 +05:30
Diegom203 f13baaf5d2
baeldung-articles : BAEL-7500 (#16084)
* baeldung-articles : BAEL-7500

Adding elements to a collection during iteration.

* I modify the ListIterationUnitTest.java
2024-03-14 11:58:01 -07:00
panos-kakos a39f20151d
[JAVA-30626] Clean up guava dependencies (#16098)
* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies

* [JAVA-30626] Clean up guava dependencies
2024-03-14 00:44:56 +01:00
Loredana Crusoveanu ea56a5b9f4
Merge pull request #16121 from collaboratewithakash/master
backlink added or updated
2024-03-13 15:31:18 +02:00
rcalago 9114dde558
Update README.md 2024-03-13 15:04:10 +08:00
rcalago ed5c492060
Update README.md 2024-03-13 15:01:37 +08:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
sam-gardner a2b93f3128
JAVA-31562-Upgrade-liquibase-core-version (#15990) 2024-03-10 23:00:35 +01:00
adalagandev 63741db3d9 BAEL-7131 - Updated for final review comments 2024-03-10 22:34:19 +01:00
Kai.Yuan 38d0425b2f [calc-percentile] wip 2024-03-10 18:04:08 +01:00
Wynn Teo a3ff5e0ec6
Bael 7599 (#16022)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-7599 find majority element

* Added additional check on unit test

* Update the index checking

* Update the return type to Integer
2024-03-09 20:42:08 -06:00
rcalago 14efc97f6a
Update README.md 2024-03-09 06:16:31 +08:00
rcalago 55ac1b1055
Update README.md 2024-03-09 06:06:45 +08:00
DiegoMarti2 8ca61a8c38
baeldung-articles : BAEL-6349 (#16067)
Obtaining the Last Path Segment of a URI in Java.
2024-03-08 09:22:29 -08:00
adalagandev 03b2f8bb58 BAEL-7131 - Updated pom.xml under core-java-io-apis-2 2024-03-07 23:53:35 +01:00
davidmartinezbarua 58a2d16101
Merge pull request #16030 from palani-a/BAEL-7495
BAEL-7495: Blowfish Encryption Algorithm
2024-03-07 19:28:58 -03:00
Dominique Plante 1ce195f8df
Merge pull request #15938 from yadavan88/BAEL-7588
Added code sample and test for getting initials for a name
2024-03-06 20:32:48 -08:00
Imran Alam b09f501333
Update PeakElementFinderUnitTest.java 2024-03-06 12:20:13 +05:30
Imran Alam c204c4c073
Update PeakElementFinder.java 2024-03-06 12:04:06 +05:30
Imran Alam dd251d2d33
Update PeakElementFinderUnitTest.java 2024-03-06 12:02:28 +05:30
Imran Alam 2f18d71810
Update SinglePeakFinderUnitTest.java 2024-03-06 12:01:13 +05:30
adalagandev 069952c65c BAEL-7131 - updated based on review comments from Final Review. 2024-03-06 01:22:17 +01:00
panos-kakos 95a8bbe3f2
[JAVA-31566] Upgrade okhttp to latest version (#15983) 2024-03-04 08:39:28 +01:00
Palaniappan Arunachalam 2c8d3e374a BAEL-7495: Blowfish Encryption Algorithm 2024-03-03 16:27:35 +05:30
Liam Williams c35329d003
Merge pull request #15962 from sk1418/modify-print-list
[modify-print-list] modify + print a list
2024-03-02 13:44:45 +00:00
collaboratewithakash f6bfa31175
backlink removed 2024-03-02 15:13:46 +05:30
collaboratewithakash 48a11d37d8
backlink updated 2024-03-02 14:52:41 +05:30
collaboratewithakash 5c9ad1ec03
backlink added 2024-03-02 13:03:30 +05:30
collaboratewithakash de71464b37
backlink added 2024-03-02 12:59:57 +05:30
collaboratewithakash ebcb3d214c
backlink added 2024-03-02 12:56:48 +05:30
Liam Williams 9240f24bae
Merge pull request #15868 from hangga/update-article-uuid
BAEL-7435 | Update article "Generating Unique Positive Long using UUID in Java"
2024-03-01 23:53:10 +00:00
Eugene Kovko c96669b39b
BAEL-7592: Improved example for GC overhead limit exceeded (#15989) 2024-03-01 10:47:34 -08:00
collaboratewithakash 8880337cfc
backlink added 2024-03-01 17:31:50 +05:30
Imran Alam 16b8708d25
Update SinglePeakFinderUnitTest.java 2024-03-01 13:20:31 +05:30
Imran Alam 1155a6d8e8
Update PeakElementFinderUnitTest.java 2024-03-01 13:19:42 +05:30
Imran Alam f353017b65
Update MultiplePeakFinderUnitTest.java 2024-03-01 13:19:03 +05:30
Imran Alam 1c2c142003
Update SinglePeakFinder.java 2024-03-01 13:18:05 +05:30
Imran Alam 32873a43b1
Update PeakElementFinder.java 2024-03-01 13:16:58 +05:30
Imran Alam dfe98f6202
Update MultiplePeakFinder.java 2024-03-01 13:16:27 +05:30
rcalago d794cb70af
Update README.md 2024-03-01 14:38:32 +08:00
rcalago 5ad35c23f2
Update README.md 2024-03-01 14:33:38 +08:00
rcalago 8166d6bef4
Update README.md 2024-03-01 14:31:08 +08:00
rcalago 3b46004fb9
Update README.md 2024-03-01 14:28:17 +08:00
rcalago 1702eeb272
Update README.md 2024-03-01 14:26:15 +08:00
rcalago 2b820681c9
Update README.md 2024-03-01 14:23:58 +08:00
rcalago ec4d5eb1f0
Update REAME.md 2024-03-01 14:21:10 +08:00
rcalago a490c18ce7
Update README.md 2024-03-01 14:19:36 +08:00
rcalago da4a836694
Update README.md 2024-03-01 14:16:25 +08:00
rcalago 172061a5e6
Update README.md 2024-03-01 14:15:07 +08:00
rcalago a943e5820f
Update README.md 2024-03-01 14:13:33 +08:00
Harry9656 258a3e4941
[JAVA-31577] Review and Upgrade to latest Guava version (#15986) 2024-02-29 19:46:09 +01:00
Azhwani 8059f7a92c
BAEL-7514: Get first n characters in a String in Java (#15817) 2024-02-28 17:48:20 +01:00
Kai.Yuan 2af9a69132 [modify-print-list] renaming lambda parameters, removing filter() 2024-02-28 10:47:00 +08:00
panos-kakos c0e5d7c700
[JAVA-31578] Upgrade jsoup to latest version (#15976) 2024-02-27 23:10:08 +01:00
Liam Williams 72953d3c13
Merge pull request #15921 from sk1418/rm-trailing-space
[rm-trailing-space] rm trailing whithspace
2024-02-27 21:18:16 +00:00
@hangga bdab6799d0 remove unused claSS 2024-02-27 08:03:33 +07:00
sam-gardner 0d161ef8af
JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952)
* JAVA-31644 Update maven-compiler-plugin to 3.12.1

* JAVA-31644 Update maven compiler plugin to 3.12.1 for more modules

* JAVA-31644 Continue upgrading modules to use maven-compiler-plugin 3.12.1
2024-02-26 17:04:34 +01:00
panos-kakos cb3b854caa
[JAVA-30180] Upgraded jackson library in main pom.xml (#15847)
* [JAVA-30180] Upgraded jackson library in main pom.xml

* [JAVA-30180] Reverted jackson upgrade for apache-kafka

* [JAVA-30180]
2024-02-25 22:26:52 +01:00
Yadukrishnan 968fb13fcd added more test cases 2024-02-25 09:49:58 +01:00
Yadukrishnan 9b0681f0cf added more test cases 2024-02-25 09:49:02 +01:00
Kai.Yuan 0648a4f918 [modify-print-list] modify + print a list 2024-02-25 11:59:45 +08:00
Mateusz Szablak 98fb738882
BAEL-7264 How to Pretty-print a Map in Java (#15909) 2024-02-23 19:30:40 +05:30
davidmartinezbarua 4bd7728ecf
Merge pull request #15919 from thibaultfaure/improvement/BAEL-7483-Issue-in-Functional-Programming-in-Java
BAEL-7483 Improvement to Potential issue in Functional Programming in…
2024-02-22 11:39:50 -03:00
adalagandev c84563ff4d BAEL-7131 - fixed incomplete Assertion 2024-02-22 11:33:25 +01:00
timis1 3642db8f5f
JAVA-31265 Review log statements for projects - Week 8 - 2024 (#15939) 2024-02-21 23:37:25 +01:00
Yadukrishnan 4414eed69a changed methods to static methods 2024-02-21 20:52:37 +01:00
Yadukrishnan e9ce6f7741 Added code sample and test for getting initials for a name 2024-02-21 18:24:36 +01:00
adalagandev 9178b53dc9 BAEL-7131 - reapplied Baeldung Formatter, code changes from PR. 2024-02-21 11:10:39 +01:00
MohamedHelmyKassab c8c29a7806
This PR is related to BAEL-7556 (#15900)
* This commit is related to BAEL-7556

This commit aims to add a test class "FindUniqueEmailsUnitTest.java".

* Update FindUniqueEmailsUnitTest.java
2024-02-20 22:11:24 -10:00
Wynn Teo fcb6efbf00
BAEL-6622 (#15905)
* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* BAEL-6622 compare thenApply() and thenApplyAsync()

* BAEL-6622 change to unit test

* Tidy up the code
2024-02-20 21:36:34 -06:00