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
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
2 years ago
buildmaster
c844d7cd79
Bumping versions
2 years ago
spencergibb
180a052c76
Moves disabled if github actions to methods
2 years ago
spencergibb
69f75e5687
Disable test on github actions
2 years ago
spencergibb
94d4afded7
Merge branch '3.1.x'
2 years ago
wen-ys
aeb7df6ce4
Updates github actions versions
...
This removes deprecated messages from showing in the logs.
Fixes gh-2855
2 years ago
Olga Maciaszek-Sharma
e4cd6d3337
Fix registration of hints for Configurables conditional on classes. ( #2849 )
2 years ago
buildmaster
88a0e4ee0b
Bumping versions
2 years ago
spencergibb
f2b132e1d8
Removes usages of Optional
2 years ago
buildmaster
6ff9979321
Bumping versions to 3.1.6-SNAPSHOT after release
2 years ago
buildmaster
882cb0c3d6
Going back to snapshots
2 years ago
buildmaster
25d93c1be3
Update SNAPSHOT to 3.1.5
2 years ago
buildmaster
1cd938e448
Bumping versions
2 years ago
buildmaster
1826186e5a
Bumping versions to 4.0.2-SNAPSHOT after release
2 years ago
buildmaster
545968eebb
Going back to snapshots
2 years ago
buildmaster
c3e30c5a93
Update SNAPSHOT to 4.0.1
2 years ago
buildmaster
20aa05fb2c
Bumping versions
2 years ago
spencergibb
4dba8bf1e4
Updates to instanceof with variable
2 years ago
spencergibb
a2e815b30b
Merge branch '3.1.x'
2 years ago
spencergibb
22536f2702
Formatting for 3.1.x
2 years ago
wen-ys
2d67158c20
Fixes memory lean with cached body
...
Cached DataBuffer body in cacheRequestBodyAndRequest method is not released issue. because reference is missed because CACHED_REQUEST_BODY_ATTR key is overwritten to Java object.
Fixes gh-2842
2 years ago
spencergibb
50cec9c312
Removes unused import
2 years ago
spencergibb
7e4f43bbff
Removes unused import
2 years ago
Olga Maciaszek-Sharma
b9117f71c9
Decrease log level. Fixes gh-2778.
2 years ago
spencergibb
9d60f16586
Merge branch '3.1.x'
2 years ago
spencergibb
6600555881
Clarifies scope of GlobalFilter to matched routes.
...
Fixes gh-2784
2 years ago
spencergibb
670687c838
Merge branch '3.1.x'
2 years ago
spencergibb
baad377db6
Removes jetbrains imports
...
Fixes gh-2793
2 years ago
spencergibb
e94887b97b
Update default connectTimeout to 30s according to reactor netty
...
Fixes gh-2793
2 years ago
spencergibb
59b37f0414
Removes deprecated fields/methods.
...
This was missed in 4.0.0 and is causing bugs.
Fixes gh-2816
2 years ago
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
2 years ago
Olga Maciaszek-Sharma
7ed4623809
Add DiscoveryClientRouteDefinitionLocator.DelegatingServiceInstance hints. ( #2844 )
2 years ago
Simone Gerevini
5ca26cdebc
Wrap CacheKeyGenerator MessageDigest in ThreadLocal ( #2829 )
...
Co-authored-by: Simone Gerevini <sgerevini@atrify.com>
2 years ago
Marta Medio
b0d9c9af1d
Fix docs for LocalResponseCache Filter ( #2843 )
2 years ago
spencergibb
d01b187923
fixes import order
2 years ago
Tomasz Rup
d79f5742da
Add @ConditionalOnMissing bean to FilteringWebHandler ( #2308 )
...
Co-authored-by: Tomasz Rup <tomasz.rup@comarch.com>
2 years ago
spencergibb
eec4c8ee52
Merge branch '3.1.x'
2 years ago