Commit Graph

581 Commits

Author SHA1 Message Date
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
buildmaster
e231631c10 Update SNAPSHOT to 4.0.0 2022-12-15 21:19:19 +00:00
spencergibb
52bd92b83b Update micrometer docs plugin config 2022-12-15 10:50:44 -05:00
spencergibb
7eaee6ba65 Update micrometer docs version to 1.0.0 2022-12-15 10:21:35 -05:00
buildmaster
fdd348a104 Going back to snapshots 2022-12-01 18:36:46 +00:00
buildmaster
a42e29a9a1 Update SNAPSHOT to 4.0.0-RC3 2022-12-01 18:34:32 +00:00
buildmaster
545c684a0f Going back to snapshots 2022-11-17 18:15:35 +00:00
buildmaster
a2e54506a3 Update SNAPSHOT to 4.0.0-RC2 2022-11-17 18:13:51 +00:00
Marta Medio
50922f7dd8 Filter Documentation improvements (#2761)
* Fix different typos across the doc file

* Standardize titles of GatewayFilter Factories section and order alphabetically (no content changed)

* Order alphabetically section of Global Filters (no content changed)

* Add docs for Global Local Cache Response filter

* Set correct order for LocalResponseCache filter config

* Add link for key-resolver-section
2022-11-16 10:22:22 -05:00
Olga Maciaszek-Sharma
5182f49236 Add native image support. (#2770)
* Add native image support.
2022-11-02 17:23:18 -04:00
buildmaster
4a16c447fb Going back to snapshots 2022-10-27 22:47:24 +00:00
buildmaster
a53fa99e44 Update SNAPSHOT to 4.0.0-RC1 2022-10-27 22:45:45 +00:00
buildmaster
8a6dc328b8 Bumping versions 2022-10-26 02:16:24 +00:00