cdjole
2d872af165
Circle class update. ( #5648 )
2018-11-09 10:25:50 -08:00
Loredana Crusoveanu
1f8acbde98
Merge pull request #5572 from dkapil/feature/BAEL-896
...
BAEL-896 Working with dates in Kotlin
2018-11-09 19:31:30 +02:00
Emily Cheyne
abe483a85f
Merge pull request #5637 from kcacademic/character-encoding
...
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-09 08:14:37 -08:00
Paul
8e6fff4fc8
BAEL-1596 Spring Events ( #5605 )
...
* Annotation-driven event listener + generic events
* update examples + add tests
* add article link
* add more tests for Spring Events
2018-11-09 14:35:44 +01:00
charlesgonzales
064113f939
Add/fix links Team_BAEL-10195 ( #5647 )
...
* Update README.md
* Update README.md
2018-11-09 10:46:30 +01:00
Rahul Srivastava
4590bb37f1
Deleting html file
2018-11-09 11:01:57 +05:30
cdjole
6a352be977
Calculate circle area. ( #5644 )
2018-11-08 16:07:59 -08:00
charlesgonzales
23143a0c17
Bi-monthly test fix - BAEL-10195 ( #5626 )
...
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
2018-11-08 21:23:23 +01:00
Laurentiu Delcea
2b581cb3f6
BAEL-1962 Convert ZonedDateTime for MongoDB interactions ( #5640 )
2018-11-08 11:37:35 -08:00
DOHA
58b0b93d22
Merge remote-tracking branch 'eugenp/master'
2018-11-08 20:53:42 +02:00
Mike Wojtyna
e1056e04de
Add BAEL-2272 persisting DDD aggregates examples ( #5630 )
...
* Add BAEL-2272 persisting DDD aggregates examples
* Update pom.xml
2018-11-08 09:54:05 -08:00
Rahul Srivastava
6dd09ae35d
New line in Java for HTML and Changing HTML file
2018-11-08 15:39:06 +05:30
Kumar Chandrakant
6f9e1fd103
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-08 15:13:12 +05:30
Eric Martin
91ec114e9a
Merge pull request #5603 from sandy03934/master
...
BAEL-2303 Added code to demonstrate how to replace multiple if statements in Java
2018-11-07 21:21:06 -06:00
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
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