Commit Graph

12496 Commits

Author SHA1 Message Date
sheryllresulta 1c92a79ef9
Update README.md 2019-03-11 16:16:41 +08:00
sheryllresulta 56fb8ec854
Update README.md 2019-03-11 15:43:11 +08:00
sheryllresulta c3387be55b
Update README.md 2019-03-11 15:41:51 +08:00
sheryllresulta e82e5b2332
Update README.md 2019-03-11 15:39:07 +08:00
sheryllresulta 24552d68dd
Update README.MD 2019-03-11 15:35:25 +08:00
PranayJain dcaf1b35a0 BAEL-2719: Skipped conf.properties from packaging 2019-03-11 13:04:30 +05:30
mherbaghinyan 0530d5c59f primitive maps final 2019-03-11 11:15:52 +04:00
mherbaghinyan 5ac596bbb9 Merge remote-tracking branch 'upstream/master' into BAEL-2563 2019-03-11 09:10:53 +04:00
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
Rodrigo Graciano 6ab2e7a71a BAEL-2760 2019-03-10 20:48:52 -04:00
Rodrigo Graciano da2f95bfa3 BAEL-2760 2019-03-10 20:34:19 -04:00
Dhananjay Singh 3d5fde2a30 Mover version down 2019-03-11 00:42:05 +01:00
Dhananjay Singh 1131705393 REST-assured web 2019-03-11 00:30:33 +01:00
caroline ea3fe7aab9 Removing the code of an old version of the code with deleted maven module spring-cloud-kubernetes-project 2019-03-10 22:35:08 +01:00
cscib 12b3bc1383
Delete Dockerfile 2019-03-10 22:31:20 +01:00
caroline e7bbe5b8ad Code changes due to BAEL-2460. Could not put them in spring-cloud-kubernetes because had to use different versions of artifacts. 2019-03-10 22:24:59 +01: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
Erhan KARAKAYA 84d83fb8ec Changed class names to make them more memorable 2019-03-10 21:37:48 +03:00
Antonio Moreno 9fae5f5a50 BAEL-2522 - Comments addressed. 2019-03-10 17:40:04 +00:00
Loredana Crusoveanu 0811b20096
Merge pull request #6494 from Maiklins/BAEL-2217
Bael 2217
2019-03-10 14:34:19 +02:00
PranayJain 1b48e7943c BAEL-2719: Fixed the changes to load external file 2019-03-10 17:30:20 +05:30
mherbaghinyan d03c2181ec fastutil code 2019-03-10 13:27:47 +04: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
TINO c8ee65b1d2 BAEL - 1060 2019-03-09 15:36:20 +03:00
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