Commit Graph

32 Commits

Author SHA1 Message Date
panos-kakos
5b78209475 [JAVA-23099] Upgraded maven-compiler-plugin to latest version 2023-08-28 08:48:54 +03:00
panos-kakos
ec690507e3 [JAVA-23095] (#14613)
* [JAVA-23095] Upgraded guava library to latest version

* [JAVA-23095] Clean up
2023-08-23 15:40:27 +05:30
Loredana Crusoveanu
102cd1f0d3 Update README.md 2023-04-21 18:48:42 +03:00
Bhaskar
48255ee387 [JAVA-6173] stream.parallelStream and Collections parallel stream differences 2023-04-10 23:49:37 +05:30
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
edizor
c49daa3e9f Update README.md
[skip ci]
2023-03-30 22:30:42 +08:00
Bhaskar Ghosh Dastidar
bde71a9dea [JAVA-6173] Difference Between parallelStream() and stream().parallel() (#13653)
* [JAVA-6173] stream.parallel and parallelStream

* [JAVA-6173] stream.parallel and parallelStream test cases

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-03-24 10:40:30 -07:00
edizor
ffbebc0fc5 Update README.md
[skip ci]
2023-02-24 19:15:33 +08:00
sam-gardner
bd2ed43961 BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… (#13375)
* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial

* BAEL-6100 remove wrongly added README update

* BAEL-6100 Add interger array to single string example

* BAEL-6100 Correct typo in test class name
2023-02-18 09:53:54 +05:30
edizor
c927cc4dcd Update README.md
[skip ci]
2023-02-17 18:49:11 +08:00
edizor
8b26683392 Update README.md
[skip ci]
2023-02-09 08:01:56 +08:00
Kai Yuan
424f295edd [streamOf-vs-intStreamRange] Understanding the Difference Between Str… (#13429)
* [streamOf-vs-intStreamRange] Understanding the Difference Between Stream.of and IntStream.range

* [streamOf-vs-intStreamRange] fix indent
2023-02-07 18:49:49 -06:00
edizor
6ce5eab40d Update README.md
[skip ci]
2023-02-02 23:27:36 +08:00
Bhaskar Ghosh Dastidar
a58eb8abf4 [JAVA-5783] stream to iterable (#13369)
* [JAVA-5783] stream to iterable

* [JAVA-5783] tests refactor

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-01-31 08:16:11 +05:30
alemoles
2113ddf953 BAEL-5924 Java 8 Stream with Batch Processing Support (#13366) 2023-01-30 22:49:57 +05:30
edizor
41301e8390 Update README.md
[skip ci]
2023-01-20 16:21:36 +08:00
alemoles
39341089fb BAEL-5924 Java 8 Stream with Batch Processing Support (#13203) 2023-01-18 18:18:57 +05:30
edizor
fdc2b75d1d Update README.md
[skip ci]
2022-11-15 10:02:03 +08:00
thibault.faure
d10014534b BAEL-5925 Code for the finding max date in object list article 2022-11-11 18:32:57 +01:00
Asjad J
56ad2aa7c7 Updated README.md
added link back to the article: https://www.baeldung.com/java-streams-multiple-filters-vs-condition
2022-08-17 16:37:28 +05:00
emanueltrandafir1993
25c2c1fd50 BAEL-5674: added code examples for the article 2022-08-13 18:44:03 +02:00
Asjad J
d191f1bbb7 Updated README.md
added link back to the article: https://www.baeldung.com/java-filter-stream-unique-element
2022-08-10 08:52:55 +05:00
thibault.faure
426e13e635 BAEL-5663 code for the filter java stream to only one element article 2022-07-25 23:26:17 +02:00
sampadawagde
b8205a7b5a JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
Asjad J
1cc26e3149 Updated README.md
added link back to the article: https://www.baeldung.com/java-split-stream
2022-07-05 15:39:47 +05:00
mdabrowski-eu
4a7de9f1d0 BAEL-5557 Split a stream into parts (#12238)
* BAEL-5557 Split a stream into parts

* BAEL-5557 fix main pom.xml

* BAEL-5557 fix mvn profiles

* BAEL-5557 articles with equals and hashcode

* BAEL-5557 migrate assertions to assertj

* BAEL-5557 better assertions
2022-06-30 10:26:34 +01:00
freelansam
160b977f61 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
freelansam
56aea7e8a4 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30
johnA1331
e0afbbb590 Create README.md 2021-07-14 21:48:12 +08:00
devanshtrivedi5
0463971b51 Grouping by collector java (#11001)
* Initial Commit - Ports and Adapters

* Restructured code to implement input and outbou ports and adapters

* Added tests for groupingBy Collector

* Revert "Initial Commit - Ports and Adapters"

This reverts commit 55152dea

* Added tests for groupingBy Collector

* reverting

* corrected typo

* used BDD naming strategy for tests

* Added a test for groupingByConcurrent

* added new module and package

* added core-java-streams-4 module in main pom.xml

* updated pom.xml and changed artifactId

* removed gitignore and README.md
Converted spaces to tabs and reformatted code

* removed gitignore and README.md

* used baeldung formatter
2021-07-06 22:30:22 -07:00
devanshtrivedi5
6caa0cbbb0 Grouping by collector java (#10986)
* Initial Commit - Ports and Adapters

* Restructured code to implement input and outbou ports and adapters

* Added tests for groupingBy Collector

* Revert "Initial Commit - Ports and Adapters"

This reverts commit 55152dea

* Added tests for groupingBy Collector

* reverting

* corrected typo

* used BDD naming strategy for tests

* Added a test for groupingByConcurrent

* added new module and package

* added core-java-streams-4 module in main pom.xml

* updated pom.xml and changed artifactId
2021-07-04 15:51:55 -07:00