Commit Graph

16 Commits

Author SHA1 Message Date
sampadawagde f451361625 JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 2) 2021-05-14 17:43:57 +05:30
fdpro ce9356179e [JAVA-1671] Upgraded JUnit and Maven Surefire Plugin versions
* For modules inheriting from spring-cloud directly

* Other modules as well
2020-09-26 14:29:09 +02:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
johnA1331 376046bacf Update README.md 2020-05-12 16:58:13 +08:00
Cavero Barca ec8d2244a3 Add RedisRateLimiter to webfilter package 2020-04-27 01:22:33 +02:00
Cavero Barca 44485bcc48 Use a two-space indent when continuing a line 2020-04-25 01:49:20 +02:00
Cavero Barca b25323afb2 Add testing to the WebFilter Factories Spring Boot project 2020-04-21 15:33:39 +02:00
Cavero Barca b37ee5f26d Add WebFilter Factories examples configured through yaml and Java DSL 2020-04-21 15:29:47 +02:00
johnA1331 c6ada1f61c Update README.md 2020-03-18 13:30:31 +08:00
psevestre 24e69ed49a [BAEL-3311] Spring Cloud Gateway Routing Predicate Factories (#8549)
* [BAEL-3311] Spring Cloud Gateway Routing Predicate Factories

* [BAEL-3311] Code formatting

* [BAEL-3311] LiveTests
2020-01-21 08:05:53 -08:00
johnA1331 80f1985745 Update README.md 2019-12-19 18:48:32 +08:00
Gerardo Roza a3bb1a439c rearranged packages to include service and secondservice into gateway customfilters package, as they belong to that article 2019-12-12 18:21:09 -03:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
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
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
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