Commit Graph

297 Commits

Author SHA1 Message Date
kwoyke e4725557a2 BAEL-2777 Add a new section in Sorting with Lambda article (#6546) 2019-03-21 09:43:08 -06:00
kwoyke c59211f756 BAEL-2776 Chaining Optionals in Java 8 (#6502)
* BAEL-2776 Chaining Optionals in Java 8

* BAEL-2776 Improvements after the first review
2019-03-10 19:18:23 -07:00
Loredana Crusoveanu ee0527762f
Merge pull request #6462 from sheryllresulta/master
Article titles and Github titles don't match - BAEL-12807
2019-03-04 22:37:14 +02:00
Loredana Crusoveanu d7f1c4a6b1
Merge branch 'master' into master 2019-03-04 21:47:56 +02:00
Loredana Crusoveanu 904046b067
Update README.md 2019-03-04 21:39:47 +02:00
collaboratewithakash aa80b07e80
Back-link added 2019-03-04 16:36:45 +05:30
sheryllresulta 850c009666
Update README.md 2019-02-28 20:29:55 +08:00
sheryllresulta 98325175c5
Update README.md 2019-02-28 20:16:14 +08:00
amit2103 89e39c37cb [BAEL-12666] - POM Properties Cleanup 2019-02-24 17:02:52 +05:30
Loredana 56c7ea955d rename failing test 2019-02-24 09:09:41 +02:00
Alejandro Gervasio ca4440d792 Guide to Stream.reduce() (#6372)
* Initial Commit

* Update StreamReduceUnitTest.java

* Update StreamReduceUnitTest.java

* Update StreamReduceUnitTest.java
2019-02-23 20:20:37 -06:00
cror f29191df67 BAEL-2548 updated the test with toMap and binary operator (#6303) 2019-02-15 08:12:32 -06:00
Tom Hombergs 923029ca09
Merge pull request #6298 from soufiane-cheouati/master
Custom annotations files
2019-02-14 20:12:37 +01:00
soufiane-cheouati 669dc7804f
Add files via upload 2019-02-12 19:24:18 +00:00
soufiane-cheouati e1241e741f
Add files via upload 2019-02-12 19:22:40 +00:00
Loredana c0f72ffa88 update meth ref ex 2019-02-10 19:00:55 +02:00
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
soufiane-cheouati 0da1ab969a
Add files via upload 2019-02-07 19:53:42 +00:00
soufiane-cheouati c49eaed0e5
Custom annotation files 2019-02-07 19:51:04 +00:00
cror 2aa4e807c0 toSet, toMap: adding examples with duplicates (#6264)
* BAEL-2548 fix typo

* BAEL-2548 toSet, toMap: added tests with duplicate elements
2019-02-06 18:57:56 -06:00
rodolforfq f1ea814185 New examples (#6242)
Adding new examples.
Improvement in existing method.
2019-01-30 16:40:24 +01:00
rodolforfq 4bd87241ce BAEL-2524 (#6206)
* BAEL-2524

Uploading article examples.

* Fixing build error

Used List.of, which is not available on java 8 (running java 11 on my PC)
2019-01-27 07:38:38 +01:00
Juan Moreno 469e36f07a BAEL-2444 Extra examples (#6087) 2019-01-12 12:59:25 -06:00
pandachris f1fa9c8253 BAEL-2565 move code to different project (#6099)
* BAEL-2565

* BAEL-2565
Test code consistency

* BAEL-2565
Move code to different project
2019-01-08 07:18:47 -08:00
kyleandari 2d8ea6d287 Bael 2431 (#6073)
* Adding code to java core and deleting it from java-8

* removing failed unittest

* removing space
2019-01-05 10:25:22 -08:00
pandachris fe44881bb1 BAEL-2565 (#6077)
* BAEL-2565

* BAEL-2565
Test code consistency
2019-01-05 10:21:28 -08:00
Loredana Crusoveanu 23de38295f
Update README.md 2019-01-02 22:49:58 +02:00
Loredana Crusoveanu 1db24b5c06
Update README.md 2019-01-02 15:45:28 +02:00
Juan Moreno 9ffbe2bfcb BAEL-2444 Samples (#6002) 2018-12-29 21:38:11 -06:00
amit2103 cf3d7b69e6 [BAEL-10836] - Moved Java8CollectionCleanupUnitTest, AddElementsUnitTest and articles 2018-12-29 20:12:21 +05:30
kyleandari 21bde94745 Java Interfaces Examples (#5992)
* Implementing Hexagonal Architecture in java

* Implementing multi-inheritance and Polymorphism using interfaces

* Removing hexagonal code

* Deleting hexagonal architecture code

* fix for unit test names

* Java Interfaces examples
2018-12-25 11:58:14 -08:00
charlesgonzales 8f116b5411
Update README.md 2018-12-20 21:12:52 +08:00
Loredana Crusoveanu c042348d93
Merge pull request #5945 from Doha2012/master
predicate chain
2018-12-18 23:39:30 +02:00
DOHA 2f7c16e00d predicate chain 2018-12-17 23:15:06 +02:00
kyleandari 94f4092314 BAEL-2431 Implementing multi-inheritance and Polymorphism using interfaces (#5924)
* Implementing Hexagonal Architecture in java

* Implementing multi-inheritance and Polymorphism using interfaces

* Removing hexagonal code

* Deleting hexagonal architecture code

* fix for unit test names
2018-12-15 14:35:09 -08:00
charlesgonzales 31858afca7 Bi-monthly test failure - fix (BAEL-10330) (#5736)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-11-22 05:49:54 +01:00
Eric Martin 91ec114e9a
Merge pull request #5603 from sandy03934/master
BAEL-2303 Added code to demonstrate how to replace multiple if statements in Java
2018-11-07 21:21:06 -06:00
Sandip Singh 3c558d6427 BAEL-2303 Updated the code as per the review comments. 2018-11-06 14:21:19 +05:30
Sandip Singh e1b47c72a0 BAEL-2303 Added sample code to demo how to replace multiple if statements in java. 2018-11-02 20:41:50 +05:30
Dhawal Kapil 6ef143f570 BAEL-9040 Two quick improvements to the foreach article
-Added Map's forEach BiConsumer example
2018-10-23 22:00:06 +05:30
Dhawal Kapil b2f3115cfd BAEL-9040 Two quick improvements to the foreach article
-Added more tests for forEach tutorial
2018-10-21 00:26:30 +05:30
Tom Hombergs e1d07fcc4c
added link 2018-10-11 20:59:40 +02:00
eric-martin 51ef1d3ae9 BAEL-2258: Moved to java-dates 2018-10-09 20:34:58 -05:00
Eric Martin 6b0b190abc
Merge pull request #5368 from xamcross/BAEL-2258
BAEL-2258
2018-10-09 20:20:00 -05:00
Dmytro Korniienko 08e902cb26 BAEL-2258 Guide to DateTimeFormatter. parse() method usage tests added 2018-10-04 23:14:59 +03:00
Dmytro Korniienko 7f6df18b64 BAEL-2258 Guide to DateTimeFormatter. Predefined formatters tests added 2018-10-03 23:55:24 +03:00
Loredana Crusoveanu d7dac62bfb
Merge pull request #5360 from amit2103/BAEL-9460
[BAEL-9460] - Added code examples of Add section in 'Comparison with …
2018-10-02 23:17:35 +03:00
RoscoeLotriet 379eab82d6 Implemented Stream forEach if/else unit test 2018-10-01 14:18:24 +02:00
Dmytro Korniienko f9065d21b7 BAEL-2258 Guide to DateTimeFormatter. Tests added for various formatting patterns and styles 2018-10-01 10:17:39 +03:00
amit2103 91efa72938 [BAEL-9460] - Added code examples of Add section in 'Comparison with Lambdas' article 2018-09-30 20:58:06 +05:30