* 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
* 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
* 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