buildmaster
2f39ba705d
Bumping versions
1 year ago
JesseEstum
d0f8dd4f27
Fix typo in docs ( #3061 )
1 year ago
Alexej Timonin
beb688fd45
Proposal to clarify in the docs that request size filter acts on Content-Length header ( #3085 )
...
* Update RequestSizeGatewayFilterFactory.java
* Update GatewayFilterSpec.java
1 year ago
Vahid Ramezani
bec2f5310b
increase code readability ( #3096 )
...
* increase code readability
* fix syntax error
* remove unused imports
1 year ago
dependabot[bot]
70d8b2989f
Bump bucket4j.version from 8.5.0 to 8.6.0 ( #3118 )
...
Bumps `bucket4j.version` from 8.5.0 to 8.6.0.
Updates `com.bucket4j:bucket4j-core` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/commits )
Updates `com.bucket4j:bucket4j-caffeine` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/commits )
---
updated-dependencies:
- dependency-name: com.bucket4j:bucket4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.bucket4j:bucket4j-caffeine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
1e09e2f51d
Bump grpc.version from 1.58.0 to 1.59.0 ( #3109 )
...
Bumps `grpc.version` from 1.58.0 to 1.59.0.
Updates `io.grpc:grpc-netty` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0 )
Updates `io.grpc:grpc-protobuf` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0 )
Updates `io.grpc:grpc-stub` from 1.58.0 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a73778fefb
Bump actions/checkout from 3 to 4 ( #3067 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Marta Medio
1a31026e98
Deprecate KeyValue configuration from Filter and extract it into a config package ( #3107 )
1 year ago
sgibb
56d4f52303
formatting
1 year ago
Ignacio Lozano
6b235916af
Correct the order when routes are refreshed by group ( #3112 )
1 year ago
buildmaster
8a33b72f5b
Bumping versions
1 year ago
Ignacio Lozano
8c821197af
Correct the order when routes are refreshed by group ( #3112 )
1 year ago
buildmaster
6d2055ac05
Going back to snapshots
1 year ago
buildmaster
fb325a5216
Update SNAPSHOT to 4.1.0-RC1
1 year ago
buildmaster
51367a8668
Bumping versions
1 year ago
sgibb
9d6ab543fd
Correctly proxy form urlencoded posts.
...
Turns out, gateway mvc was never sending the body of form urlencoded posts, but as query parameters (something servlet containers do). Then, on the other side framework was recreating the body until recently which caused the test to fail and expose the bug.
Fixes gh-3094
1 year ago
sgibb
ec69691133
Formatting
1 year ago
sgibb
3db2b35c90
Implements new methods
1 year ago
sgibb
5a9b234b7d
Disables ServerMvcIntegrationTests.formUrlencodedWorks()
...
See gh-3094
1 year ago
sgibb
e9cfe1df35
Asserts headers are not null.
1 year ago
sgibb
0321c64c85
Makes ArgumentSupplierBeanPostProcessor bean method static
...
Fixes warning in logs
1 year ago
sgibb
76e35bbc08
Merge branch '4.0.x'
1 year ago
Gaurav Ojha
7dff7319a6
Support spring.codec.max-in-memory-size configuration for CacheRequestBodyFilter
...
Fixes gh-2693
Fixes gh-2797
1 year ago
sgibb
9c11a8ed8a
Adds rewriterequestparameter-factory.adoc
...
See gh-3081
1 year ago
sgibb
77779ff91a
Merge branch '4.0.x'
1 year ago
Fredrich Ombico
41b212db5c
Add RewriteRequestParameter GatewayFilter factory ( #3081 )
...
The `RewriteRequestParameter` `GatewayFilter` factory takes a `name` parameter and a `replacement` parameter.
It will rewrite the value of the request parameter of the given `name`.
1 year ago
sgibb
138a49afa0
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# pom.xml
1 year ago
sgibb
9c37027706
Merge branch '4.0.x'
1 year ago
sgibb
a76bf7c982
Merge branch 'filter/local-response-cache/no-cache-directive' into 4.0.x
1 year ago
sgibb
29ec0728a8
Polish gh-3047 "Correct inconsistencies in the Cache-Control..."
1 year ago
buildmaster
9fce110c42
Correct LocalResponseCache behaviour w/ "no-cache", "must-revalidate", "max-age" and "no-store" directives
...
summary:
1. Inputs / expected result in order assuming Cache TTL configured to 120s
* Request contains `no-store` or `private`
* (done) Cache is skipped without storing response and `Cache-Control` will come from upstream
* Request contains `no-cache`
* The cached response is ignored by SCG dispatching to upstream(we cannot return 304 - imagine a client sends no-cache waiting for the server to revalidate and returns fresh data but instead it receives a bodyless response 304)
* A) Fresh response coming from upstream is renewed in the SCG cache and `Cache-Control: max-age=120s`. Other clients will see max-age increased
* B) Fresh response coming from upstream is not stored. Other clients will not be affected.
* Otherwise (ignoring `ETag`, `If-Modified-Since` and other request directives
* if Response is not cached in SCG yet
* `Cache-Control: max-age=120` (no-cache, no-store and must-revalidate doesn't make sense)
* if Response is cached in SCG with remaining TTL = 30s
* `Cache-Control: max-age=30` (no-cache, no-store and must-revalidate doesn't make sense)
* if Response is cached in SCG with remaining TTL = 0s
* `Cache-Control: max-age=0,no-cache,must-revalidate` (max-age=0+must-revalidate is equivalent to no-cache)
2. Revalidation is out of scope but it can be added in the future (ETag, If-Modified-Since, Modified-Since)
1 year ago
dependabot[bot]
faebdea9cd
Bump org.testcontainers:testcontainers-bom from 1.17.3 to 1.19.1 ( #3087 )
...
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) from 1.17.3 to 1.19.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.19.1 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
9d664d9424
Bump org.junit-pioneer:junit-pioneer from 1.6.1 to 1.9.1 ( #3090 )
...
Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer ) from 1.6.1 to 1.9.1.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases )
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.6.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
fc1e120157
Bump bucket4j.version from 8.3.0 to 8.5.0 ( #3089 )
...
Bumps `bucket4j.version` from 8.3.0 to 8.5.0.
Updates `com.bucket4j:bucket4j-core` from 8.3.0 to 8.5.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/compare/8.3.0...8.5.0 )
Updates `com.bucket4j:bucket4j-caffeine` from 8.3.0 to 8.5.0
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/compare/8.3.0...8.5.0 )
---
updated-dependencies:
- dependency-name: com.bucket4j:bucket4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.bucket4j:bucket4j-caffeine
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
86d5f9fa61
Bump grpc.version from 1.47.0 to 1.58.0 ( #3074 )
...
Bumps `grpc.version` from 1.47.0 to 1.58.0.
Updates `io.grpc:grpc-netty` from 1.47.0 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.58.0 )
Updates `io.grpc:grpc-protobuf` from 1.47.0 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.58.0 )
Updates `io.grpc:grpc-stub` from 1.47.0 to 1.58.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.58.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
7b366d1011
Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 ( #3078 )
...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
b9ef914ae5
Bump actions/checkout from 3 to 4 ( #3073 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
cf3703e42e
Bump org.junit-pioneer:junit-pioneer from 1.6.1 to 1.6.2 ( #3076 )
...
Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer ) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases )
- [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.6.1...v1.6.2 )
---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
1c4dd41488
Bump kr.motd.maven:os-maven-plugin from 1.6.2 to 1.7.1 ( #3063 )
...
Bumps [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin ) from 1.6.2 to 1.7.1.
- [Release notes](https://github.com/trustin/os-maven-plugin/releases )
- [Commits](https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.6.2...os-maven-plugin-1.7.1 )
---
updated-dependencies:
- dependency-name: kr.motd.maven:os-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
5882d50a4f
Bump mikepenz/action-junit-report from 2 to 4 ( #3064 )
...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report ) from 2 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases )
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
sgibb
ec1d0c9009
Makes TestEnableWebfluxSecurityAutoConfiguration conditional on spring security clasess
1 year ago
sgibb
05158e7156
Creates TestEnableWebfluxSecurityAutoConfiguration
...
See https://github.com/spring-projects/spring-boot/issues/37504
Adds @EnableWebFluxSecurity and copied MapReactiveUserDetailsService beans from boot.
1 year ago
sgibb
6225e231e6
Temporarily add @EnableWebFluxSecurity
1 year ago
sgibb
d533ae7583
More basic mvc documentation
1 year ago
sgibb
c22e4f9e55
Adds dependabot.yml
1 year ago
buildmaster
b1d5ccd472
Going back to snapshots
1 year ago
buildmaster
da064b990f
Update SNAPSHOT to 4.1.0-M2
1 year ago
buildmaster
03c6e23da6
Bumping versions
1 year ago
sgibb
2eda426a32
Updates antora extension and ui
1 year ago
buildmaster
65601bb73e
Bumping versions
1 year ago