Eric Martin
3c6e9001c6
Merge pull request #6464 from rockoder/gson-list-advance
...
gson advanced list examples
2019-03-10 22:22:40 -05: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
266864a56b
Merge pull request #6505 from amit2103/BAEL-10128
...
[BAEL-10128] Updated spring JPA article
2019-03-10 21:57:31 +02:00
Eric Martin
1123d00871
Merge pull request #6474 from kdsalvy/master
...
BAEL-2011 Eclipse error: web.xml is missing and <failOnMissingWebXml> is set to true
2019-03-10 14:44:56 -05:00
amit2103
d36107b8c0
[BAEL-10128] Updated spring JPA article
2019-03-11 00:44:59 +05:30
Loredana Crusoveanu
0811b20096
Merge pull request #6494 from Maiklins/BAEL-2217
...
Bael 2217
2019-03-10 14:34:19 +02:00
Loredana Crusoveanu
53f4bbf651
Merge pull request #6503 from eugenp/BAEL-12185-v2
...
new example for jackson article
2019-03-10 09:44:23 +02:00
Loredana
7f24cbad71
new example for jackson article
2019-03-10 09:41:07 +02:00
Loredana Crusoveanu
087e321188
Merge pull request #6452 from amit2103/BAEL-12185
...
[BAEL-12185] - Updated JACKSON ANNOTATIONS article
2019-03-10 09:09:17 +02:00
Ganesh Pagade
ef94015a36
review comments
2019-03-10 11:24:33 +05:30
Loredana Crusoveanu
3d67b20b91
Merge pull request #6499 from eugenp/lor6-patch-6
...
Update README.md
2019-03-10 00:00:50 +02:00
Loredana Crusoveanu
9e21b03834
Merge pull request #6498 from eugenp/lor6-patch-4
...
Update README.md
2019-03-09 23:59:58 +02:00
Loredana Crusoveanu
b36f421d0a
Merge pull request #6497 from eugenp/lor6-patch-3
...
Update README.md
2019-03-09 23:59:45 +02:00
Loredana Crusoveanu
939a47f464
Update README.md
2019-03-09 23:57:33 +02:00
Loredana Crusoveanu
b9d8a8ab0a
Update README.md
2019-03-09 23:56:46 +02:00
Loredana Crusoveanu
274c740ecb
Update README.md
2019-03-09 23:55:58 +02:00
Loredana Crusoveanu
ed612d2154
Merge pull request #6495 from dkapil/task/BAEL-10957
...
Task/bael 10957
2019-03-09 23:50:42 +02:00
amit2103
92e54a9231
[BAEL-12185] - Removed copied classes from other repository - part 2
2019-03-09 23:57:02 +05:30
Dhawal Kapil
398770b64f
BAEL-10957 Fixed formatting
2019-03-09 22:58:23 +05:30
Dhawal Kapil
cf5c99745f
BAEL-10957 Fix Jhipster Module Tests and Module Renaming
...
-Added hibernate-java8 dependency in jhipster parent project to fix mapping of Java8 Date, Time types to database types and thereby fix all the tests that were failing due to this
2019-03-09 22:54:08 +05:30
mikr
8cf72e2e7e
BAEL-2217 forEach inside forEach in Kotlin: add flatMap example
2019-03-09 17:18:23 +01:00
mikr
8893730201
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-2217
2019-03-09 17:15:37 +01:00
amit2103
3d5e52cde0
[BAEL-12185] - Removed copied classes from other repositor
2019-03-09 20:08:17 +05:30
amit2103
c69690d22c
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12185
2019-03-09 19:33:26 +05:30
Dhawal Kapil
1f933b8f8f
BAEL-10957 Fix Jhipster Module Tests and Module Renaming
...
-Added hibernate-java8 dependency to fix mapping of Java8 Date, Time types to database types
2019-03-09 18:26:45 +05:30
Loredana Crusoveanu
3a57c59960
Merge pull request #6470 from eelhazati/master
...
CF UAA intro
2019-03-09 14:33:11 +02:00
Ganesh Pagade
213349420b
review comments
2019-03-09 15:06:07 +05:30
Ganesh Pagade
02fd91ad35
review comments
2019-03-09 14:59:08 +05:30
Loredana Crusoveanu
123a0a4fae
Merge pull request #6454 from denis-zhdanov/BAEL-2582-kotlin-delegation
...
BAEL-2581 Delegation Pattern in Kotlin
2019-03-09 09:28:10 +02:00
Juan Moreno
8f54420e95
Added sample code for BAEL-1122 ( #6468 )
2019-03-08 21:50:03 -06:00
soufiane-cheouati
2c4d334dc3
Reversing binary tree classes ( #6467 )
...
* Add files via upload
* Add files via upload
* Add files via upload
2019-03-08 23:30:42 +01:00
Wosin
4ec4fdb72b
Bael 43 ( #6423 )
...
* BAEL-43: Apache Spark with Spring Cloud Data Flow
* Replaced functions with lambdas + removed unnecessary type casting.
2019-03-08 23:20:37 +01:00
Loredana Crusoveanu
c0744de41d
Merge pull request #6488 from rozagerardo/geroza/BAEL-12777_Periodic_update-parent-spring-5
...
BAEL-12777 Upgrade parent-spring-5 version:
2019-03-08 21:28:01 +02:00
Johan Janssen
3fd4fb1cda
Kotlin split list in pairs examples. ( #6368 )
...
* Kotlin split list in pairs examples.
* Renamed some items.
2019-03-08 08:30:10 -06:00
Alejandro Gervasio
ae6c29dd19
Guide to Stream.reduce() ( #6480 )
...
* Initial Commit
* Update Application.java
* Update Application.java
2019-03-08 16:20:52 +02:00
Eric Martin
c81651ba42
Merge pull request #6306 from yatendragoel/master
...
BAEL-1915: Upgraded from Boot1 to Boot2
2019-03-08 07:40:23 -06:00
Eric Martin
1df13f15f1
Merge pull request #6176 from svkirans/master
...
BAEL-2339 || ResultSet Demo
2019-03-08 07:37:10 -06:00
Ger Roza
786888f7c3
BAEL-12777 Upgrade parent-spring-5 version:
...
* Migrated parent-spring-5 version (spring-core and spring-security)
* Cleaned spring-security version being used in some modules. Now using the parent version
2019-03-08 08:39:44 -03:00
saukedia1
558e316623
BAEL-2011 Eclipse error: web.xml is missing and <failOnMissingWebXml> is
...
set to true
2019-03-08 16:02:36 +05:30
saukedia1
b9c7d82e15
BAEL-2011 Eclipse error: web.xml is missing and <failOnMissingWebXml> is
...
set to true
2019-03-08 15:57:20 +05:30
Maiklins
e4557c2ce7
Merge pull request #2 from eugenp/master
...
test
2019-03-08 09:38:11 +01:00
Eric Martin
c5fbfa2329
Merge pull request #6483 from eugenp/BAEL-2755
...
BAEL-2755: Added design-patterns-2 module
2019-03-07 21:56:08 -06:00
eric-martin
67ed044498
BAEL-2755: Added design-patterns-2 module
2019-03-07 21:52:47 -06:00
Urvy Agrawal
7a029078e6
Adding files for BAEL-2196 ( #6477 )
...
* Adding files for BAEL-2196
* modified Package structure
2019-03-07 09:19:44 -08:00
Eric Martin
b34cdbf4e4
Merge pull request #6451 from kwoyke/BAEL-2755
...
BAEL-2755 - Introduction to the Null Object Pattern
2019-03-06 21:23:31 -06:00
Loredana Crusoveanu
6658e92a87
Merge pull request #6460 from chandra1123/BAEL-2504-Combinations
...
Bael 2504 combinations
2019-03-06 23:26:00 +02:00
Loredana Crusoveanu
db6008b167
Merge pull request #6388 from JonCook/master
...
BAEL-2541 - Guide to ProcessBuilder API
2019-03-06 21:27:37 +02:00
saukedia1
e98cc8a407
BAEL-2011 Eclipse error: web.xml is missing and <failOnMissingWebXml> is
...
set to true
2019-03-06 15:11:21 +05:30
Eric Martin
6258badc3e
Merge pull request #6459 from eugenp/BAEL-2496
...
BAEL-2496: Updated ArraySortBenchmark
2019-03-05 22:28:02 -06:00
amdegregorio
9f22567d4f
BAEL-2727 Example Code
2019-03-05 22:35:25 +00:00