Tom Hombergs
d00efaa1e9
Merge pull request #5634 from eugenp/thombergs-patch-1
...
added link
2018-11-07 20:40:15 +01:00
Tom Hombergs
90135befd9
added link
2018-11-07 20:34:58 +01:00
Trevor Gowing
edbc683094
How to limit query results ( #5616 )
...
* JPA/Hibernate
* Spring Data JPA
BAEL-2208
2018-11-07 09:12:00 -08:00
Eric Martin
78dd662f70
Merge pull request #5537 from grigoriosdimopoulos/Mercator
...
Convert Latitude / Longitude to a 2d Point
2018-11-06 20:53:29 -06:00
Marko Previsic
5a5c5c34b5
Guide to BufferedReader
...
Issue: BAEL-2255
2018-11-06 17:24:41 -07:00
Emily Cheyne
ee0d4c103a
BAEL-2250 updated readme ( #5631 )
2018-11-06 10:46:21 -08:00
Sandip Singh
3c558d6427
BAEL-2303 Updated the code as per the review comments.
2018-11-06 14:21:19 +05:30
Kumar Chandrakant
e52a4d0ce6
Handshake failures ( #5624 )
...
* BAEL-2250: Adding files for the article on SSL handshake failure.
* BAEL-2250 cleanup formatting
* Applied review feedback on the article.
* Adding cipher suite and protocol selection in server and client
* Corrected some code conventions.
* Revert: BAEL-2250 cleanup formatting
* Made further changes for the review comments on the tutorial.
* Fixed some formatting issues.
2018-11-05 15:51:10 -08:00
Dhawal Kapil
433bb89de6
BAEL-10181 Fix tutorial-build-second | Issue with spring-mvc-kotlin ( #5623 )
...
-Upgraded kotlin libraries
2018-11-05 21:04:08 +01:00
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
Rahul Srivastava
b9b4cec7ae
Adding new line to a string in Java
2018-11-05 13:29:42 +05:30
Rahul Srivastava
3c4595757c
Revert "Hexagonal Architecture in Java"
...
This reverts commit 9e74f7cd22
.
2018-11-05 13:18:13 +05:30
Rahul Srivastava
754480d447
Revert "Giving proper indentation"
...
This reverts commit 0d91f704c2
.
2018-11-05 13:17:39 +05:30
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