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 |
amit2103
|
fc0fa0d31d
|
[BAEL-14274] - Fixed article code for https://www.baeldung.com/java-groupingby-collector
|
2019-06-29 21:19:52 +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 |
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 |
codehunter34
|
a0282482bc
|
BAEL-2969: Copying Sets in Java
|
2019-05-31 23:23:12 -04:00 |
Loredana Crusoveanu
|
6e4e729156
|
Merge pull request #7026 from eugenp/graph-fix
fix remove vertex
|
2019-05-29 21:56:53 +03:00 |
sheryllresulta
|
c0cc96004d
|
Delete README.md
[skip ci]
|
2019-05-29 18:58:42 +08:00 |
sheryllresulta
|
4554bb89de
|
Merge branch 'master' into master
|
2019-05-27 14:54:38 +08:00 |
sheryllresulta
|
8a71e4d437
|
Delete README.md
|
2019-05-27 14:17:47 +08:00 |
sheryllresulta
|
f6b9546f75
|
Delete README.md
|
2019-05-27 14:17:22 +08:00 |
sheryllresulta
|
60d26bfd09
|
Delete README.md
|
2019-05-27 14:16:09 +08:00 |
Loredana
|
8ac77800a0
|
fix remove vertex
|
2019-05-26 19:38:40 +03:00 |
Loredana
|
148ff421e0
|
fix formatting
|
2019-05-25 21:34:44 +03:00 |
Loredana
|
402054d5d2
|
Merge branch 'master' of https://github.com/eugenp/tutorials
|
2019-05-25 15:09:28 +03:00 |
maibin
|
4864f0bc45
|
Merge pull request #6997 from eugenp/lor6-patch-1
Create README.MD
|
2019-05-24 09:24:40 -07:00 |
Liesheng Long
|
1050337dab
|
replace tabs with 4-spaces
|
2019-05-24 11:28:49 -04:00 |
sheryllresulta
|
8ff0bed3a4
|
Delete README.md
|
2019-05-24 18:14:54 +08:00 |
sheryllresulta
|
78ae20dc0e
|
Delete README.md
|
2019-05-24 18:12:37 +08:00 |
sheryllresulta
|
027b6b8840
|
Delete README.md
|
2019-05-24 17:53:15 +08:00 |
sheryllresulta
|
287f589aee
|
Update README.md
[skip ci]
|
2019-05-24 17:04:25 +08:00 |
sheryllresulta
|
ab89eeb9a4
|
Create README.md
[skip ci]
|
2019-05-24 16:42:50 +08:00 |
sheryllresulta
|
ec136b7e71
|
Create README.md
[skip ci]
|
2019-05-24 16:40:54 +08:00 |
sheryllresulta
|
a23ec1d573
|
Create README.md
[skip ci]
|
2019-05-24 16:40:00 +08:00 |
sheryllresulta
|
f1e3f5bf07
|
Create README.md
[skip ci]
|
2019-05-24 16:39:06 +08:00 |
sheryllresulta
|
3974bf9dd7
|
Create README.md
[skip ci]
|
2019-05-24 16:29:43 +08:00 |
sheryllresulta
|
abae8ec0cf
|
Create README.md
|
2019-05-24 16:28:02 +08:00 |
sheryllresulta
|
da7a651ef4
|
Create README.md
|
2019-05-24 16:26:13 +08:00 |
Abhishek Malik
|
ef9f687f68
|
rename variable and move underscore to front to simulate minus (#7010)
|
2019-05-23 22:18:32 -05:00 |
Liesheng Long
|
a8cdcc6100
|
formatting and use properties for versions
|
2019-05-23 20:18:30 -04:00 |
Liesheng Long
|
a5a99c28b1
|
formatting the source code
|
2019-05-23 20:09:03 -04:00 |
Loredana Crusoveanu
|
c15baecbde
|
Merge pull request #7006 from eugenp/java9-logging-issue
fix slf4j message issue
|
2019-05-23 22:48:55 +03:00 |
Loredana
|
3946260278
|
fix conflict
|
2019-05-23 20:23:14 +03:00 |
amit2103
|
af996eed8f
|
[BAEL-12898] - Moved WaysToIterateUnitTest to core-java-collection-list-2 module
|
2019-05-23 00:45:07 +05:30 |
anuraggoyal1
|
49304324ad
|
[BAEL-1951]create new module core-java-nio and adding java filechannel examples (#6899)
* create new module core-java-nio and adding filechannel
* updated readme with NIO article details
* fixed typo
* Remore unused dependencies from pom.xml
* fixed build issue
* moving into core-java-modules folder
* remove unused plugins from pom.xml
* remove junk file and update readme
* removing readme.md
* change in indentation. remove tabs to spaces
|
2019-05-21 21:24:38 +01:00 |
Loredana
|
d939f25837
|
fix slf4j message issue
|
2019-05-21 22:55:03 +03:00 |
Loredana Crusoveanu
|
a2e9064233
|
Create README.MD
|
2019-05-21 21:24:57 +03:00 |
Eric Martin
|
dd160bf2fe
|
Merge pull request #6977 from initialcommit-io/BAEL-2937
BAEL-2937
|
2019-05-20 23:10:52 -05:00 |
Liesheng Long
|
2c9c96a811
|
fixed some code
|
2019-05-20 21:59:47 -04:00 |
Erik Pragt
|
8c68020cfb
|
Merge pull request #6964 from FDPro/bael-2932
dupirefr/dupire.francois+pro@gmail.com [BAEL-2932] Negate a Predicate Method Reference with Java 11
|
2019-05-20 22:46:40 +10:00 |
Erik Pragt
|
7b0abeb962
|
Merge pull request #6976 from alejandrogervasio/decouplingpattern2
BAEL-2946 - Module Decoupling Pattern 2
|
2019-05-20 22:35:56 +10:00 |
Erik Pragt
|
1ce539f233
|
Merge pull request #6975 from alejandrogervasio/decouplingpattern1
BAEL-2946 - Module Decoupling Pattern 1
|
2019-05-20 22:35:38 +10:00 |
Liesheng Long
|
552b2b2fa9
|
sample code for article "Java Optional As Return Type"
|
2019-05-20 02:24:51 -04:00 |
Jacob Stopak
|
d67dd3cb5b
|
Remove 'final' from ExecutorService declarations
|
2019-05-18 22:06:36 -07:00 |
Jacob Stopak
|
768b82eec3
|
Remove unit test
|
2019-05-18 20:39:07 -07:00 |
amit2103
|
9c25ef8814
|
[BAEL-12898] - Splitted the core-java-collections-list module
|
2019-05-19 01:20:24 +05:30 |
dupirefr
|
7871014656
|
Added tests instead of a main method
|
2019-05-17 07:59:11 +02:00 |
Jacob Stopak
|
99f44b3444
|
Add package demonstrating how to delay code execution in java
|
2019-05-16 22:38:21 -07:00 |
Eric Martin
|
d43790d722
|
Merge pull request #6907 from rockoder/java12-string-api
Java 12 String API Test
|
2019-05-16 22:50:29 -05:00 |
alejandrogervasio
|
05f7dc662a
|
Initial Commit
|
2019-05-16 20:40:38 -03:00 |
Alejandro Gervasio
|
3dbcaa598d
|
Update pom.xml
|
2019-05-16 20:23:20 -03:00 |
Alejandro Gervasio
|
d3f7cc19c3
|
Update pom.xml
|
2019-05-16 20:05:47 -03:00 |
alejandrogervasio
|
31d9ebfa79
|
Initial Commit
|
2019-05-16 20:01:02 -03:00 |
dupirefr
|
f5937a3600
|
[BAEL-2932] Static import of Predicate.not
|
2019-05-15 08:29:25 +02:00 |
dupirefr
|
7f275f9b38
|
[BAEL-2932] Using Predicate.not to negate a method reference
|
2019-05-15 08:19:30 +02:00 |
Loredana Crusoveanu
|
45d8ea4d77
|
Merge pull request #6953 from eugenp/lor6-patch-11
Update README.md
|
2019-05-12 20:28:10 +03:00 |
Loredana Crusoveanu
|
cf7801fcce
|
Merge pull request #6952 from eugenp/lor6-patch-10
Create README.MD
|
2019-05-12 20:27:56 +03:00 |
Loredana Crusoveanu
|
2c9d8c4a18
|
Merge pull request #6950 from eugenp/lor6-patch-8
Create README.MD
|
2019-05-12 20:26:54 +03:00 |