Commit Graph

217 Commits

Author SHA1 Message Date
Vivek Balasubramaniam 792545e655 BAEL-3399: How to merge two sorted arrays (based on review) 2019-12-15 18:57:20 +05:30
Vivek Balasubramaniam 277a1ee266 How to merge sorted arrays: Renamed the variables 2019-11-30 18:20:38 +05:30
Vivek Balasubramaniam 2f020d30ba BAEL-3399: How to merge two sorted arrays into a sorted array 2019-11-24 15:19:28 +05:30
Martin van Wingerden b9e46ff27a [BAEL-3518] Removed the CheckIntegerInput because its removed from the article (#8228) 2019-11-23 23:15:36 -06:00
Eric Martin 442d82ac66 Merge pull request #8195 from albanoj2/BAEL-3444
BAEL-3444: Cucumber Data Table
2019-11-23 22:42:43 -06:00
Loredana Crusoveanu c39b6ce6a6 Merge pull request #8200 from bruce-szalwinski/master
fix typo
2019-11-24 00:03:38 +02:00
Josh Cummings cbb2916c60 Merge pull request #8234 from dkapil/task/BAEL-18777_j
BAEL-18777 POM Properties Cleanup
2019-11-23 12:48:57 -07:00
Josh Cummings d26649164b Merge pull request #8232 from sumit-bhawsar/BAEL-3335
Bael 3335 fixing integration tests
2019-11-23 12:47:17 -07:00
Josh Cummings fbf857ce85 Merge pull request #8154 from sjmillington/rest-move-2
[BAEL-18365] Spring rest move 2
2019-11-23 12:20:53 -07:00
Josh Cummings 543fb9d398 Merge pull request #8227 from catalin-burcea/BAEL-19673
[BAEL-19673] - Move articles out of jackson part 1
2019-11-23 11:29:56 -07:00
Dhawal Kapil 9618312e87 BAEL-18777 POM Properties Cleanup
- Pom properties cleanup fixes
2019-11-23 20:31:40 +05:30
Dhawal Kapil 2137f71568 BAEL-18777 POM Properties Cleanup
- Properties cleanup of projects starting with j
2019-11-23 20:13:34 +05:30
Sam Millington fa8f20ee69 Merge branch 'master' into rest-move-2 2019-11-23 13:10:24 +00:00
Sjmillington 51e32cca92 added SecurityConfig 2019-11-23 13:06:06 +00:00
sumit-bhawsar 892f75fc67 BAEL-3335 fixing PersonControllerIntegrationTest 2019-11-23 12:28:07 +00:00
Loredana Crusoveanu ebc6b9be1d Merge pull request #8214 from eugenp/lor6-patch-2
Update README.md
2019-11-23 13:58:03 +02:00
Loredana Crusoveanu 1b6e7d3750 Merge pull request #8224 from johnA1331/master
BAEL-18815
2019-11-23 13:57:43 +02:00
Alfred Samanga 59ac0633fc BAEL-3352 - Websockets with the Play Framework and Akka (#7983)
* Websocket implementation

* Websocket implementation with Akka Streams

* Websocket implementation with Akka Streams

* Websocket implementation with Akka Streams

* Added configuration options for play server timeout and websocket frame lengths

* Cleaned up code for consuming http endpoint in Messenger actor

* Cleaned up code for consuming http endpoint in Messenger actor

* Cleaned up code for akka streams implementation for websocket

* Renamed unit test method

* Added Poison Pill for stopping the actor. Fixed indentations.

* Refactored the WebSocket method for readability

* Refactored the JavaScript for readability

* Code refactoring and removing unwanted comments

* Added the latest version of jQuery

* Removed .gitignore in favor of the one at the project root
2019-11-23 11:09:07 +00:00
Catalin Burcea 13c42ac4dc [BAEL-3351] - Common Concurrency Pitfalls in Java (#8104) 2019-11-23 11:03:50 +00:00
sumit-bhawsar b640b2c73a Merge pull request #3 from eugenp/master
master to BAEL-3335
2019-11-23 11:00:09 +00:00
Ger Roza 7ee5019f7e [BAEL-3313] spring-cloud/spring-cloud-gateway | Writing custom Spring Cloud Gateway Filters (#8182)
* updated dependency management in spring-cloud-gateway pom.xml

* * renamed org package to com
* renamed spring.cloud package to springcloudgateway
* deleted SpringContextIntegrationTest, as per BAEL-14304
* updated spring Junit test to jupiter

* separated introduction-application properties from application.yml, fixing launch error due to file not found exception

* Added Service to use as Proxied Service

* Added global filters and debug logs for article

* fixed error in properties source, plus added GatewayFilter Factories

* implemented Modify Request example

* implemented Modify Response example

* implemented Chain Request example

* Added Tests:
* Live Test for gateway
* Integration tests for services
Fixed small issues

* renamed tests that were not following BDD naming
2019-11-22 18:42:56 -08:00
Chintan Pandya b1971384e2 Update LocalDbCreationRule to respect shareDb parameter for embedded DynamoDB (#8058) 2019-11-22 09:19:07 -08:00
Loredana Crusoveanu ee1fc18df0 Update ComponentScanAssignableTypeFilterAppIntegrationTest.java (#8045) 2019-11-22 09:17:01 -08:00
catalin-burcea 6eb57f91eb [BAEL-19673] - Move articles out of jackson part 1 2019-11-22 14:52:42 +02:00
Jonathan Cook dd9a7593c1 Merge pull request #8207 from verhage/BAEL-3474
BAEL-3474: Appending multiple lines to a file
2019-11-22 08:44:06 +01:00
Martin van Wingerden 76a4694c42 Some changes in the is-numeric (#8171)
* Perform a null-check instead of catching NPE's
* Use pre-compiled regular expressions and perform a null-check before testing it against the regex
* Made the test usable with two modes, one using a single values and another one using a more realistic workload.
* Upgraded the commons-lang version
2019-11-21 23:28:58 -06:00
johnA1331 4f19531a0a Update README.md 2019-11-22 00:30:47 +08:00
johnA1331 fc10a9336b Update README.md 2019-11-22 00:28:39 +08:00
johnA1331 202c3cf5c8 Update README.md 2019-11-22 00:27:23 +08:00
johnA1331 b770503fb1 Update README.md 2019-11-22 00:25:10 +08:00
johnA1331 1353a10e92 Create README.md 2019-11-22 00:23:41 +08:00
johnA1331 81797871cd Update README.md 2019-11-22 00:21:58 +08:00
johnA1331 187f034185 Update README.md 2019-11-22 00:20:44 +08:00
johnA1331 77d8f9a23e Update README.md 2019-11-22 00:19:24 +08:00
johnA1331 e7a4f6941f Update README.md 2019-11-22 00:17:41 +08:00
johnA1331 06dd951b15 Update README.md 2019-11-22 00:16:27 +08:00
johnA1331 d50803c978 Update README.md 2019-11-22 00:14:52 +08:00
johnA1331 cbc4ed2fa7 Update README.md 2019-11-22 00:13:36 +08:00
johnA1331 06d7019960 Update README.md 2019-11-22 00:12:09 +08:00
johnA1331 9e284972fe Update README.md 2019-11-22 00:10:28 +08:00
johnA1331 7ff15f89d8 Update README.md 2019-11-22 00:08:40 +08:00
johnA1331 64cef3dc80 Update README.md 2019-11-22 00:07:11 +08:00
johnA1331 f9bb80fbd3 Create README.md 2019-11-22 00:05:09 +08:00
johnA1331 ae98ed32d0 Create README.md 2019-11-22 00:02:20 +08:00
johnA1331 388bc432d9 Update README.md 2019-11-21 23:59:35 +08:00
johnA1331 d698fe5cca Update README.md 2019-11-21 23:56:52 +08:00
johnA1331 a8ddc8eaf9 Create README.md 2019-11-21 23:55:23 +08:00
johnA1331 96e481ec3b Update README.md 2019-11-21 23:53:14 +08:00
johnA1331 03c454a81f Create README.md 2019-11-21 23:50:46 +08:00
johnA1331 6f5fb102dc Update README.md 2019-11-21 23:46:58 +08:00