137 Commits

Author SHA1 Message Date
Alex Tighe
a76bf62420 [BAEL-2076] - Moving example to new core-java-io-files module 2019-09-08 23:45:01 -04:00
Alex Tighe
fd2757a412 Moving resources example from core-java-io2 to core-java-io. Removing core-java-io2 2019-09-02 20:49:40 -04:00
Alex Tighe
4277c2ecf6 Reformatting try-with-resources 2019-08-07 23:15:55 -04:00
Alex Tighe
65e0cdd9dd Committing review changes
- change to try-with-resources
- change the order of main method
2019-08-05 22:53:17 -04:00
Alex Tighe
88cd75e519 commits for BAEL-2076
- Created core-java-io2 module
- added resource loading example code
- added core-java-io2 to tutorials pom.xml
2019-07-17 23:13:41 -04:00
Loredana
4e12f7b87b update guava list to string type 2019-07-17 20:17:26 +03:00
Loredana Crusoveanu
9d9806306a
Merge pull request #7173 from amit2103/BAEL-14274-7
[BAEL-14274] - Fixed article code for https://www.baeldung.com/java-o…
2019-07-17 15:24:02 +03:00
sheryllresulta
b7e27478c5
Create README.md
[skip ci]
2019-07-15 04:21:44 -07:00
sheryllresulta
16105dc94c
Update README.md
[skip ci]
2019-07-15 04:17:07 -07:00
sheryllresulta
caec5d3d6b
Create README.md
[skip ci]
2019-07-15 04:16:06 -07:00
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
amit2103
74f46ef95a [BAEL-14274] - Fixed article code for https://www.baeldung.com/java-optional 2019-06-23 21:05:41 +05:30
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