Commit Graph

593 Commits

Author SHA1 Message Date
buildmaster
ba814ce930 Bumping versions to 4.0.6-SNAPSHOT after release 2023-05-02 17:54:53 +00:00
buildmaster
07e9ca7867 Going back to snapshots 2023-05-02 17:54:52 +00:00
buildmaster
5399116612 Update SNAPSHOT to 4.0.5 2023-05-02 17:51:21 +00:00
Ignacio Lozano
c74d65aa14 Add metadata requestParam to /refresh specific routes (#2916)
* Add metadata requestParam to /refresh specific routes

* Added requestParam that will be included in the event as a map of key:value pairs
* ScopedRefreshRoutesEvent: RefreshRoutesEvent was extended hierarchically to add metadata for filtering
* Modify CachingRouteLocator to filter in case the incoming event is ScopedRefreshRoutesEvent

* Change refresh by group for covering deletion

When all the routes in a group were deleted, the refresh were not done

---------

Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
2023-04-26 13:41:34 -04:00
Ignacio Lozano
23ca3721a6 Add a new endpoint POST /routes (#2915)
* Add a new endpoint POST /routes

A list of RouteDefinition can be sent to /routes using POST method to persist multiple routes by a single request.

Validation is done before persisting any RouteDefinition
2023-04-26 13:32:25 -04:00
spencergibb
c7014f8431 Merge branch '3.1.x' 2023-04-20 16:24:59 -04:00
jiangyuan04
3d44588745 fix grpc MethodDescriptor fullMethodName problem
Fixes gh-2910
2023-04-20 16:12:26 -04:00
buildmaster
5e9d2ce0c5 Bumping versions to 4.0.5-SNAPSHOT after release 2023-03-28 16:01:04 +00:00
buildmaster
96092f8611 Going back to snapshots 2023-03-28 16:01:04 +00:00
buildmaster
fdc63b1e98 Update SNAPSHOT to 4.0.4 2023-03-28 15:57:59 +00:00
buildmaster
66cb7ed297 Bumping versions 2023-03-28 02:11:51 +00:00
Marta Medio
bc57f129e4 Allow to deactivate global cache (#2895)
* Allow to deactivate global cache

* Update cache tests

* Update cache docs

* Rollback rename of global cache filter
2023-03-27 12:14:17 -04:00
spencergibb
044a58b264 Removes reference to boot 2.x.
The main version of gateway is now based on boot 3.x, but saying boot is sufficient.
2023-03-14 15:02:46 -04:00
spencergibb
cb18b2a5c2 Merge branch '3.1.x' 2023-03-14 14:36:04 -04:00
ecnabogs
720c8d63d8 Invalid sections numbering
The sections "Fluent Java Routes API" and "The `DiscoveryClient` Route Definition Locator" are hierarchically defined under "Http timeouts configuration" but they are unrelated topics. These sections should be raised one level up and thus should appear as standalone sections with proper numbering.

Fixes gh-2891
2023-03-14 14:34:57 -04:00
buildmaster
07da47aca0 Bumping versions to 4.0.4-SNAPSHOT after release 2023-02-24 16:05:28 +00:00
buildmaster
bb310dbff0 Going back to snapshots 2023-02-24 16:05:27 +00:00
buildmaster
535ef315db Update SNAPSHOT to 4.0.3 2023-02-24 16:02:54 +00:00
buildmaster
713e351501 Bumping versions to 3.1.7-SNAPSHOT after release 2023-02-24 00:10:54 +00:00
buildmaster
dd0aa46559 Going back to snapshots 2023-02-24 00:10:54 +00:00
buildmaster
2b6deaa611 Update SNAPSHOT to 3.1.6 2023-02-24 00:08:51 +00:00
buildmaster
f20456aa3d Bumping versions to 4.0.3-SNAPSHOT after release 2023-02-21 22:44:33 +00:00
buildmaster
ee132c0a1b Going back to snapshots 2023-02-21 22:44:32 +00:00
buildmaster
52667321d1 Update SNAPSHOT to 4.0.2 2023-02-21 22:42:04 +00:00
buildmaster
01afaa2fd1 Bumping versions 2023-02-15 02:11:31 +00:00
Marta Medio
08167a2da5 Fixes LocalResponseCache for all routes
Adds flag to know if cache has been processed by the route filter.
Add global cache as fallback in case there's no configuration per route and cache is enabled.

Fixes gh-2848
2023-02-14 14:17:26 -05:00
buildmaster
88a0e4ee0b Bumping versions 2023-01-27 21:08:01 +00:00
buildmaster
6ff9979321 Bumping versions to 3.1.6-SNAPSHOT after release 2023-01-27 15:15:17 +00:00
buildmaster
882cb0c3d6 Going back to snapshots 2023-01-27 15:15:16 +00:00
buildmaster
25d93c1be3 Update SNAPSHOT to 3.1.5 2023-01-27 15:13:13 +00:00
buildmaster
1cd938e448 Bumping versions 2023-01-27 02:11:14 +00:00
buildmaster
1826186e5a Bumping versions to 4.0.2-SNAPSHOT after release 2023-01-25 15:35:34 +00:00
buildmaster
545968eebb Going back to snapshots 2023-01-25 15:35:34 +00:00
buildmaster
c3e30c5a93 Update SNAPSHOT to 4.0.1 2023-01-25 15:33:07 +00:00
buildmaster
20aa05fb2c Bumping versions 2023-01-24 21:07:20 +00:00
spencergibb
25abaca600 Injects CacheManager using @Qualifier.
If the user has a custom CacheManager for other uses, this avoids an injection error due to multiple CacheManager beans defined.

Fixes gh-2841
2023-01-19 12:20:51 -05:00
Marta Medio
b0d9c9af1d Fix docs for LocalResponseCache Filter (#2843) 2023-01-18 13:53:35 -05:00
spencergibb
eec4c8ee52 Merge branch '3.1.x' 2023-01-17 11:33:22 -05:00
spencergibb
7519b2ef6a Replace circleci badge with github actions 2023-01-17 11:31:14 -05:00
dengliming
49708a5b07 Update README.adoc to point to main
Fixes gh-2268
2023-01-17 11:21:45 -05:00
spencergibb
c6c813a112 Merge branch '3.1.x' 2023-01-12 13:33:52 -05:00
Oliver
51137c2610 Update documentation for path route predicate 2023-01-12 13:33:23 -05:00
Alexandre Arcanjo de Queiroz
8a9d063986 Fix properties in secure-headers documentation 2023-01-12 12:25:06 -05:00
spencergibb
d194aa7de9 Removes codacy image
See gh-2486
2023-01-12 12:19:53 -05:00
spencergibb
f6d9692d82 Fixes code example lambda.
Fixes gh-2485
2023-01-12 11:54:02 -05:00
Harpal
6b15aac5b4 Documentation improvement
Fixes gh-2463
2023-01-12 11:46:04 -05:00
buildmaster
ff79c5cc7b Bumping versions 2022-12-19 02:11:06 +00:00
buildmaster
5abc15688a Bumping versions 2022-12-16 02:10:45 +00:00
buildmaster
041691b580 Bumping versions to 4.0.1-SNAPSHOT after release 2022-12-15 21:21:50 +00:00
buildmaster
bb24225919 Going back to snapshots 2022-12-15 21:21:49 +00:00