11969 Commits

Author SHA1 Message Date
Holger Ludvigsen
770b28f241
FileOutputStream is never closed
The output file stream is not closed, so it is still in use by the Java process after the code runs. I noticed this when trying to delete the output files right afterwards.
2018-11-05 15:39:11 +01: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 9e74f7cd22fdd88826123e2b3f88010233f8c09d.
2018-11-05 13:18:13 +05:30
Rahul Srivastava
754480d447 Revert "Giving proper indentation"
This reverts commit 0d91f704c289cd8d5cb8b37aaddcff105eb4d142.
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
Kevin Gilmore
192c9443bd BAEL-2015: add link back to article 2018-11-04 13:04:05 -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
Loredana Crusoveanu
ce76dcde0d
Update and rename ConvertInstantToTimestampTest.java to ConvertInstantToTimestampUnitTest.java 2018-11-03 20:41:53 +02: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
Yatendra Goel
5e1fc54ec2 Converted class to JUnit Test 2018-11-03 15:59:05 +05:30
akash.pandey
888fb5473d Merge branch 'master' of github.com:eugenp/tutorials 2018-11-03 10:50:25 +05:30
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
Yatendra Goel
7064a7e309 Removed ZoneId code 2018-11-03 01:01:07 +05:30
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
akash.pandey
f7770bcc01 Merge branch 'master' of github.com:eugenp/tutorials 2018-11-02 09:40:14 +05:30
Vaibhav Sahay
b49dd4f1ac
print odd and even using Semaphore 2018-11-02 09:37:00 +05:30