Loredana
da1a2cb359
rename package, add java init
2018-11-05 21:33:19 +02:00
Eugen Paraschiv
807f25e992
using the boot parent
2018-11-05 21:27:46 +02:00
Dhawal Kapil
cc6af7ae4b
BAEL-10181 Fix tutorial-build-second | Issue with spring-mvc-kotlin
...
-Upgraded kotlin libraries
2018-11-05 23:41:43 +05:30
yatendragoel
a8ee73cfc9
Convert java.time.Instant to java.sql.Timestamp and back
...
Issue: BAEL-2203
2018-11-05 07:42:08 -07:00
Dhawal Kapil
1cad5abf84
BAEL-896 Working with dates in Kotlin
...
-Moved snippets to test, now using assertions instead of println
2018-11-05 15:38:34 +05:30
Grigorios Dimopoulos
cc54876147
Merge branch 'master' into Mercator
2018-11-05 11:09:23 +02:00
Grigorios Dimopoulos
80357224ac
[Mercator]: Unit test fixes
2018-11-05 11:04:44 +02:00
Loredana Crusoveanu
d83eb69567
Merge pull request #5614 from amit2103/BAEL-10161
...
[BAEL-10161] - Upgraded codebase to spring-5
2018-11-04 23:36:54 +02:00
Loredana Crusoveanu
1ba7fee15b
Merge pull request #5604 from Doha2012/master
...
webflux oauth
2018-11-04 22:54:47 +02:00
KevinGilmore
f2d3c040a7
BAEL-2015: add link back to article ( #5619 )
2018-11-04 13:10:56 -06:00
Loredana Crusoveanu
79f4cab950
Merge pull request #5618 from corneil/BAEL-2106
...
BAEL-2106: Spring Boot deployment to Openshift
2018-11-04 20:32:58 +02:00
Tom Hombergs
339da80529
Merge pull request #5612 from eugenp/bael-1998-remove-module
...
removed duplicate module
2018-11-04 19:30:06 +01:00
Corneil du Plessis
c09e6d43fe
BAEL-2106: Spring Boot deployment to Openshift
2018-11-04 20:15:20 +02:00
fanatixan
d2a4341d97
bael-2190 - JPA many-to-many: adding tests and changing package
2018-11-04 17:29:22 +01:00
Akash Pandey
e924ed163d
BAEL-2227 JPA Criteria Queries In Clause ( #5606 )
...
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"
* BEAL-2227: JPA Criteria Query In clause - Tutorial.
* Minor Fix: Changed type of Predicate.
* BAEL-2227: Code Review Comments: Extracted criteriaBuilder to a field. Refactored a private method to create criteria query.
* BAEL-2227: Fixed spelling mistakes in the code.
2018-11-04 08:03:56 -08:00
Loredana Crusoveanu
b9d30cef53
Merge pull request #5613 from corneil/BAEL-2106
...
BAEL-2106: Deploy a Spring Boot Application to OpenShift
2018-11-04 15:55:08 +02:00
Corneil du Plessis
82e4adf623
BAEL-2106: Spring Boot deployment to Openshift
2018-11-04 15:52:06 +02:00
amit2103
74fc886a41
[BAEL-10161] - Upgraded codebase to spring-5
2018-11-04 17:47:39 +05:30
Corneil du Plessis
ee2e546508
BAEL-2106: Spring Boot deployment to Openshift
2018-11-04 12:53:55 +02:00
Ger Roza
81a7e1966e
[BAEL-2235] | core-java | Common Array Operations in Java ( #5599 )
...
* * added all array operations and tests
* fixed details, adn added some more methods to java array operations examples
* * moved arrays operations package to core-java-collections submodule
2018-11-03 22:23:38 -07:00
Alejandro Gervasio
c7b7d94409
BAEL-2312 - Abstract Classes in Java ( #5598 )
...
* Initial Commit
* Add files via upload
* Update UppercaseFileReaderUnitTest.java
2018-11-03 22:06:46 -05:00
Loredana Crusoveanu
0befbceae3
Merge pull request #5611 from eugenp/lor6-patch-3
...
Update README.md
2018-11-03 23:20:50 +02:00
Loredana Crusoveanu
8b89000faa
Merge pull request #5610 from eugenp/lor6-patch-2
...
Update README.md
2018-11-03 23:20:18 +02:00
Tom Hombergs
2899e37973
removed duplicate module
2018-11-03 22:03:12 +01:00
Loredana Crusoveanu
4337ccb909
Update README.md
2018-11-03 22:57:18 +02:00
Loredana Crusoveanu
923993ec49
Update README.md
2018-11-03 22:55:06 +02:00
Tom Hombergs
6bc487bfab
Merge pull request #5428 from vaibs28/master
...
BAEL-2188 Print even and odd numbers using 2 threads
2018-11-03 21:51:29 +01:00
Loredana Crusoveanu
63df2db0a2
Merge pull request #5609 from amit2103/BAEL-9551
...
[BAEL-9551] - Clean up code
2018-11-03 22:49:45 +02:00
amit2103
d8bdac5813
[BAEL-9551] - Clean up code
2018-11-04 02:05:32 +05:30
Eric Martin
06d1bf5946
Merge pull request #5608 from eugenp/BAEL-1358
...
BAEL-1358: Renamed spring-cloud-zuul-ratelimit to spring-cloud-zuul
2018-11-03 15:31:54 -05:00
eric-martin
b89e76b464
BAEL-1358: Renamed spring-cloud-zuul-ratelimit to spring-cloud-zuul
2018-11-03 15:25:20 -05:00
DOHA
fcd01986fc
include spring-5-reactive-oauth to parent pom
2018-11-03 21:45:12 +02:00
Eric Martin
ea52c02e78
Merge pull request #5520 from rockoder/zuul_throttling
...
Zuul throttling
2018-11-03 14:09:25 -05:00
fanatixan
9c434f2ad8
bael-2190
2018-11-03 18:11:38 +01:00
psevestre
df8158ad81
BAEL-1996 ( #5507 )
...
* [BAEL-1996] WIP - Initial import
* [BAEL-1996] Apply formatting rules
* [BAEL-1996] Import UAA modules
* [BAEL-1996] New directory structure
2018-11-03 11:00:06 -05:00
Eric Martin
ab821cb4e5
Merge pull request #5601 from varunu28/master
...
Fixed a bug in findWord method
2018-11-02 20:26:42 -05:00
Loredana Crusoveanu
4df7e74fef
Merge pull request #5602 from shreyasm/BAEL-2201
...
BAEL-2201-shreyas-Replacing customer written MockitoExtension class with Mockito's own class
2018-11-02 21:33:41 +02:00
DOHA
2a9ea052e2
webflux oauth
2018-11-02 18:06:35 +02:00
bungrudi
947e8a3edc
Guide to EnumMap
...
Issue: BAEL-2260
2018-11-02 09:14:27 -06:00
Sandip Singh
e1b47c72a0
BAEL-2303 Added sample code to demo how to replace multiple if statements in java.
2018-11-02 20:41:50 +05:30
Juan Moreno
184d60ca6e
Hibernate Field Naming with Spring Boot
...
Issue: BAEL-2098
2018-11-02 07:36:21 -06:00
Shreyas Mahajan
9604defd6c
BAEL-2201-shreyas-Minor changes to reflect the code used in article.
2018-11-02 14:55:16 +05:30
Shreyas Mahajan
adacecbd75
BAEL-2201-shreyas-Replacing customer written MockitoExtension class with mockito's own
2018-11-02 11:54:23 +05:30
Vaibhav Sahay
b49dd4f1ac
print odd and even using Semaphore
2018-11-02 09:37:00 +05:30
Varun Upadhyay
085825e149
Fixed a bug in findWord method
2018-11-01 18:18:10 -07:00
Swapan Pramanick
5d87e46328
BAEL-2221: using MockitoJunitRunner
2018-11-02 03:27:05 +05:30
KevinGilmore
18d7252bdf
BAEL-2142 README update ( #5595 )
...
* BAEL-1766: Update README
* BAEL-1853: add link to article
* BAEL-1801: add link to article
* Added links back to articles
* Add links back to articles
* BAEL-1795: Update README
* BAEL-1901 and BAEL-1555 add links back to article
* BAEL-2026 add link back to article
* BAEL-2029: add link back to article
* BAEL-1898: Add link back to article
* BAEL-2102 and BAEL-2131 Add links back to articles
* BAEL-2132 Add link back to article
* BAEL-1980: add link back to article
* BAEL-2200: Display auto-configuration report in Spring Boot
* BAEL-2253: Add link back to article
* BAEL-2200 BAEL-2287 Add links back to articles
* BAEL-2176: add link back to article
* BAEL-2142: add link to article
2018-11-01 07:12:53 -05:00
Grigorios Dimopoulos
f2d957e4d7
Merge branch 'master' into Mercator
2018-11-01 14:02:32 +02:00
Grigorios Dimopoulos
d66c39b207
[Mercator] Minor fix
2018-11-01 14:00:37 +02:00
Grigorios Dimopoulos
e90545f3b7
[Mercator]Unit test fox
2018-11-01 13:51:27 +02:00