Commit Graph

165 Commits

Author SHA1 Message Date
Ger Roza 0b49d2ad6b [BAEL-3313] spring-cloud/spring-cloud-gateway | Writing custom Spring Cloud Gateway Filters -- address comments (#8251)
* Addressed comments:
* Removed Global filter bean with @Order annotation, now using class that implements Ordered
* Added logic to actually mutate the request entity (and the exchange) for the Modify Request example
* changed endpoint for languageServiceEndpoint in the chain requests example

* removed order from first simple global filter, since well be covering that with other global filter
2019-11-25 11:55:02 -08:00
amit2103 b787240f29 Fixed conflicts 2019-11-25 00:24:40 +05:30
Loredana Crusoveanu c39b6ce6a6 Merge pull request #8200 from bruce-szalwinski/master
fix typo
2019-11-24 00:03:38 +02:00
Loredana Crusoveanu 1b6e7d3750 Merge pull request #8224 from johnA1331/master
BAEL-18815
2019-11-23 13:57:43 +02: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
johnA1331 ae98ed32d0 Create README.md 2019-11-22 00:02:20 +08:00
amit2103 cbf0e6f6f1 [BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile 2019-11-20 11:11:07 +05:30
Josh Cummings 7c75ca8b6f Merge pull request #8199 from catalin-burcea/BAEL-19176
[BAEL-19176] - Move spring-zuul under spring-cloud
2019-11-19 20:00:15 -07:00
Sam Millington a6d248bc0d Merge pull request #8156 from tinomthomas/master
BAEL - 1836
2019-11-18 16:41:00 +00:00
Bruce Szalwinski 9b18138b7c Update application.properties 2019-11-16 16:37:58 -06:00
catalin-burcea a6a5999e4f [BAEL-19176] - Move spring-zuul under spring-cloud 2019-11-16 21:37:07 +02:00
TINO 7a5f7349bd BAEL - 1836 2019-11-08 16:11:51 +03:00
Martin van Wingerden 7f9bfe5cf9 Some README rendering corrections
Corrected sections without spaces
Best practice: add newline after section header
2019-11-07 21:04:14 +01:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00
johnA1331 33998bdac8 Update README.md 2019-10-30 22:12:05 +08:00