Commit Graph

16 Commits

Author SHA1 Message Date
psevestre
d3421149a8 Bael 5259 (#11832)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5259] simple test case

* [BAEL-5259] DSL-based rewrite

* [BAEL-5259] Code formatting

* [BAEL-5259] Test case naming
2022-02-21 08:12:24 -08:00
Krzysiek
262c801be7 JAVA-9605: Disable security for the integration tests 2022-01-27 10:15:16 +01:00
psevestre
6008ad49f5 Bael 5260 (#11712)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* WIP:Update to latest Boot

* WIP: Backend App

* WIP: resource server

* WIP: Change endpoint path

* WIP: Add Postman sample

* WIP: Add keycloak baeldung realm

* WIP: Change lombok scope

* WIP: Remove lombok dependency

* [BEAL-5260] README-OAuth
2022-01-22 19:32:51 -08:00
Cavero Barca
d900a5c185 Add RedisRateLimiter to webfilter package 2020-04-27 01:22:33 +02:00
Cavero Barca
d202cc9738 Use a two-space indent when continuing a line 2020-04-25 01:49:20 +02:00
Cavero Barca
84d65a91b8 Add testing to the WebFilter Factories Spring Boot project 2020-04-21 15:33:39 +02:00
Cavero Barca
6aacfe37c4 Add WebFilter Factories examples configured through yaml and Java DSL 2020-04-21 15:29:47 +02:00
psevestre
b808df1ca8 [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
Gerardo Roza
825b960aa3 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
Ger Roza
ac61bce004 [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
009aac4824 [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
Dhawal Kapil
b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
sachin29aug
59bd1c0f34 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 23 more modules.. work in progress..) 2018-09-12 17:28:47 -04:00
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Loredana Crusoveanu
74803385cb update cloud gateway to latest milestone 2018-05-31 22:26:30 +03:00
Loredana Crusoveanu
53529f0c50 fix spring-cloud-gateway project setup, update boot version 2018-02-16 21:35:11 +02:00