Commit Graph

126 Commits

Author SHA1 Message Date
sheryllresulta aeb237ceb9
Create README.md
[skip ci]
2019-07-15 04:12:06 -07:00
sheryllresulta 81ae72d8a2
Create README.md
[skip.ci]
2019-07-15 04:09:03 -07:00
amit2103 f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
Loredana Crusoveanu 50b54ffa8a
Merge pull request #7287 from amit2103/BAEL-15319
[BAEL-15319] - Check modules that don't use our standard parents
2019-07-12 23:55:30 +03:00
Carlos Cano fc260052b7 Checking if an array is sorted in java (#7273)
* SortedArrayChecker

* add recursivity method with custom object

* change test names
2019-07-11 19:00:34 +02:00
amit2103 8510c61724 [BAEL-15319] - Check modules that don't use our standard parents 2019-07-10 12:16:50 +05:30
amit2103 37e402eb60 [BAEL-15322] - Fix formatting of POMs 2019-07-07 23:59:01 +05:30
Loredana Crusoveanu ac63ae28ab
Merge pull request #7258 from amit2103/BAEL-15321
[BAEL-15321] - Extracted versions into properties
2019-07-07 17:01:45 +03:00
Loredana Crusoveanu 3d5931b0ab
Merge branch 'master' into master 2019-07-06 23:27:06 +03:00
amit2103 73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
ashleyfrieze 2913643e81 Add examples for BiFunction and BinaryOperator (#7252)
Rename the test methods
2019-07-06 08:05:03 -05:00
Nivedan Bamal 404d9b65be Adds 'Removing an element from an Array' examples (#7105)
* Adds 'Removing an element from an Array' examples

* updated pom version for commons-lang3 to 3.9
2019-07-05 21:22:54 -06:00
Harsha Veeravalli 02cb552470 [BAEL-2999] Improve Jagged Arrays article (#7201)
* Hexagonal Architecture in Java

* Hexagonal Architecture in Java - incorporated feedback

* BAEL-2999

* Removing the evaluation article code.

* Corrected indentation for continuations
2019-07-05 21:16:20 -06:00
Krzysztof Majewski 9b4f63704a BAEL-3001 2019-07-03 20:06:46 +02:00
collaboratewithakash f10889579d
Back-link added 2019-07-03 12:40:27 +05:30
collaboratewithakash 45a6be9c85
Back-link added 2019-07-03 12:35:22 +05:30
collaboratewithakash 2c4a1a9830
Back-link added 2019-07-03 12:22:56 +05:30
collaboratewithakash d1251f762b
Back-link added 2019-07-03 11:58:11 +05:30
collaboratewithakash d4f0f09948
Back-link added 2019-07-03 11:37:52 +05:30
collaboratewithakash 9a34e576c9
Back-link added 2019-07-03 11:37:42 +05:30
collaboratewithakash cb82c9828b
Back-link added 2019-07-03 11:26:49 +05:30
collaboratewithakash b886923aa9
Back-link added 2019-07-02 13:37:46 +05:30
Maiklins 783a93fb47 BAEL-2933 The Difference Between Collection.stream().forEach() and Collection.forEach() (#7191) 2019-06-29 09:03:56 -05:00
Johan Janssen 9ee237c69c Breaking out of nested loops (#7196)
* Added Maven profiles example.

* Added break examples.
2019-06-26 20:33:48 +02:00
Maiklins d2ae74a037 BAEL-2933 The Difference Between Collection.stream().forEach() and Collection.forEach() (#7137) 2019-06-21 06:59:26 +02:00
nikunjgandhi1987 01bfd6a353 Mini article raw type in java (#7142)
* Raw type example implementation
2019-06-20 22:19:33 -06:00
Erik Pragt 3e1107f217
Merge pull request #7153 from asturcon/BAEL-2977-stream-skip-limit
Bael 2977: stream skip() vs limit()
2019-06-20 16:23:27 -05:00
Marcos Lopez Gonzalez 5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
Marcos Lopez Gonzalez 405746ad27 Merge branch 'master' into BAEL-2977-stream-skip-limit 2019-06-19 13:41:11 +02:00
Marcos Lopez Gonzalez 0927be728a Merge branch 'eugenmaster' 2019-06-19 13:40:53 +02:00
Marcos Lopez Gonzalez 17191d02b2 BAEL-2977 - skip vs limit in streams 2019-06-19 13:40:25 +02:00
Gerardo Roza 9d5e6519cc Deleted duplicated readme file. It was generating issues in case unsensitive os 2019-06-14 11:04:37 -03:00
eric-martin d73ad96976 BAEL-2937: Moved delay to core-java-concurrency-basic 2019-06-11 22:57:24 -05:00
Lukasz Rys 847ad4d0dd [ BAEL-2978 ]: Determine file creation date in java (#7099)
* [ BAEL-2978 ]: Determine file creation date in java
2019-06-11 21:21:06 -06:00
Marcos Lopez Gonzalez 130d0878e7 Merge branch 'eugenmaster' 2019-06-11 16:00:56 +02:00
codehunter34 a342b198b3 BAEL-2969: Copying sets in Java 2019-06-10 01:48:47 -04:00
codehunter34 35539daf79 BAEL-2969: Copying Sets in Java 2019-06-09 23:48:43 -04:00
rpvilao aa4f6873cb
Merge pull request #7107 from liesheng/BAEL-2931
refactored the module for java optional as a return
2019-06-09 16:09:59 +02:00
Liesheng Long af92ef7146 refactored the module for java optional as a return 2019-06-09 00:31:09 -04:00
Loredana Crusoveanu 26fab288f0
Merge branch 'master' into master 2019-06-08 14:11:25 +03:00
codehunter34 d69a81e25c BAEL-2969: Copying Sets in Java 2019-06-07 15:01:42 -04:00
codehunter34 858927c985 BAEL-2969: Copying Sets in Java 2019-06-07 14:55:13 -04:00
collaboratewithakash 22dcba2d56
Back-link added 2019-06-05 16:16:23 +05:30
collaboratewithakash 00092aeede
Back-link added 2019-06-05 16:06:35 +05:30
collaboratewithakash 1456df0162
Back-link added 2019-06-05 16:04:41 +05:30
collaboratewithakash 38ba51c597
Back-link added 2019-06-05 16:02:28 +05:30
collaboratewithakash e17b4121fe
Back-link added 2019-06-05 15:46:48 +05:30
collaboratewithakash 21a2a2f2f7
Back-link added 2019-06-05 15:42:50 +05:30
rpvilao e2394d27af
Merge pull request #6989 from liesheng/BAEL-2931
sample code for article "Java Optional As Return Type"
2019-06-03 20:41:26 +02:00
binary-joe ce68ce1c65 BAEL-2516 catching errors in catch blocks (#7075)
* BAEL-2516 catching errors in catch block

* BAEL-2516 catching errors in catch block; classes moved
2019-06-03 06:42:11 +02:00