buildmaster
66cb7ed297
Bumping versions
2 years ago
spencergibb
9bedec09f8
Merge branch '3.1.x'
2 years ago
spencergibb
4968a04710
Updated to String.format()
2 years ago
spencergibb
6e06b9661e
Formatting
2 years ago
Ignacio Lozano
a4182c04c8
Test invalid URI raises early error before /refresh
...
When an invalid URI is configured in a routeDefinition, the endpoint for saving a route returns 201 Created response. However, the invalid route finally fails after calling `/refresh` endpoint.
If the developer configures more than one route, and the refresh fail because one route, all the routes are not persisted, leaving an inconsistent state
Fixes gh-2881
2 years ago
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
2 years ago
Ignacio Lozano
162863020d
Remove duplicated DataBuffer that caused leak alert by LocalResponseCache ( #2886 )
...
Having `response.bufferFactory().wrap(byteBuffer)` left the original DataBuffer without calling internally the `release()` method, which also decrease the counter of the incoming references to the object by Netty memory leak control.
This copy is not necessary and it was making Netty losing the object, causing memory Leak alert
[connected #2879 ]
2 years ago
Olga Maciaszek-Sharma
8abdf4be00
Refactor test.
2 years ago
Olga Maciaszek-Sharma
1d6690cdbb
Add hints for Configurable objects supertypes and their generics. ( #2890 )
2 years ago
spencergibb
b42ba9128f
Merge branch '3.1.x'
2 years ago
spencergibb
5d8c2cf898
Polish "Add ServerWebExchange a new attribute for PathContainer to avoid repeating parsePath in PathRoutePredicateFactory."
...
See gh-2884
2 years ago
liruihao
18e116c1c6
Adds attribute for PathContainer to avoid repeating parsePath in PathRoutePredicateFactory
...
Fixes gh-2884
2 years ago
spencergibb
b72972a4ca
Merge branch '3.1.x'
2 years ago
spencergibb
9575a3496e
formatting
2 years ago
koo.taejin
b31af9eef0
Remove unnecessary exception creation when Creating a CachedBodyOutputMessage.
...
Fixes gh-2888
2 years ago
spencergibb
4c4c6f33b0
Removes explicit setting of kotlin maven plugin version.
...
Fixes gh-2892
2 years ago
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.
2 years ago
spencergibb
cb18b2a5c2
Merge branch '3.1.x'
2 years ago
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
2 years ago
spencergibb
d01a17c3df
Merge remote-tracking branch 'origin/main'
2 years ago
spencergibb
75e5049c83
formatting
2 years ago
spencergibb
d67a7cd671
Merge branch '3.1.x'
2 years ago
spencergibb
ca66cb2400
formattingˆ
2 years ago
daihuabin
06574d689a
Adapt ProxyWebSocketHandler CloseStatus
...
Fixes gh-2451
Fixes gh-2702
2 years ago
spencergibb
e7610612db
Tokenize x-forwarded-for regardless of whitespace.
...
Fixes gh-2479
2 years ago
spencergibb
218cbe5f50
Updates maven to 3.9.0
2 years ago
Marcin Grzejszczak
429991d2ad
Fixed a classcast for gateway observation; fixes gh-2877
2 years ago
buildmaster
07da47aca0
Bumping versions to 4.0.4-SNAPSHOT after release
2 years ago
buildmaster
bb310dbff0
Going back to snapshots
2 years ago
buildmaster
535ef315db
Update SNAPSHOT to 4.0.3
2 years ago
buildmaster
713e351501
Bumping versions to 3.1.7-SNAPSHOT after release
2 years ago
buildmaster
dd0aa46559
Going back to snapshots
2 years ago
buildmaster
2b6deaa611
Update SNAPSHOT to 3.1.6
2 years ago
spencergibb
4db1054c30
Updates to use new TestSocketUtils
2 years ago
spencergibb
30fc2b49a8
Merge branch '3.1.x'
2 years ago
spencergibb
671b4165c3
Polish gh-2872 Fixes for gateway routes on management port.
...
Updates the test to fail if NPE check isn't done.
2 years ago
spencergibb
a0e32e9d7a
Updates to use SocketUtilsˆ
2 years ago
Ignacio Lozano
539f0a7d1e
Fix NPE when autoconfigured WebTestClient is used
...
When `management.server.port` != `server.port` and test is using the autoconfigured WebTestClient, a NPE is raised by `RoutePredicateHandlerMapping`
[related gh-2870]
Fixes gh-2872
2 years ago
buildmaster
f20456aa3d
Bumping versions to 4.0.3-SNAPSHOT after release
2 years ago
buildmaster
ee132c0a1b
Going back to snapshots
2 years ago
buildmaster
52667321d1
Update SNAPSHOT to 4.0.2
2 years ago
spencergibb
bdef15d85f
Merge branch '3.1.x'
2 years ago
spencergibb
a2ef4895a4
Fixes for gateway routes on management port.
...
Uses the LocalAddress to check against management port because request.getURI().getPort() can be set by the host header "myhost:8888", for example.
Fixes gh-2870
2 years ago
spencergibb
b1d306caeb
Adds apache httpclient version
...
Removed in boot 3.1
2 years ago
buildmaster
01afaa2fd1
Bumping versions
2 years ago
spencergibb
cbcd85cc02
Merge branch 'mmedio/fix-cors-per-route'
2 years ago
spencergibb
a7a4b40e7f
Polishes Fix CORS to process all routes.
...
Updates CorsGatewayFilterApplicationListener.getPathPredicate() to use the Predicate.accept(Visitor) pattern rather than String parsing.
See gh-2854
2 years ago
Marta Medio
0b60b9bf1d
Fixes CORS config to process all routes.
...
Fix CorsGatewayFilterApplicationListener to process all routes (Bean defined ones too)
Fixes gh-2854
2 years ago
spencergibb
bc3ac05546
Merge branch 'mmedio/fix-global-cache'
2 years ago
spencergibb
bcdd8749b2
Polish Fix for Local Response Cache
...
See gh-2848
2 years ago