Re: [PR] Bump spring-cloud-gateway.version from 4.1.1 to 4.1.2 [syncope]

2024-03-28 Thread via GitHub


dependabot[bot] commented on PR #666:
URL: https://github.com/apache/syncope/pull/666#issuecomment-2024983165

   Looks like these dependencies are up-to-date now, so this is no longer 
needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump spring-cloud-gateway.version from 4.1.1 to 4.1.2 [syncope]

2024-03-28 Thread via GitHub


dependabot[bot] closed pull request #666: Bump spring-cloud-gateway.version 
from 4.1.1 to 4.1.2
URL: https://github.com/apache/syncope/pull/666


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump spring-cloud-gateway.version from 4.1.1 to 4.1.2 [syncope]

2024-03-28 Thread via GitHub


ilgrosso commented on PR #666:
URL: https://github.com/apache/syncope/pull/666#issuecomment-2024982427

   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump spring-cloud-gateway.version from 4.1.1 to 4.1.2 [syncope]

2024-03-27 Thread via GitHub


dependabot[bot] opened a new pull request, #666:
URL: https://github.com/apache/syncope/pull/666

   Bumps `spring-cloud-gateway.version` from 4.1.1 to 4.1.2.
   Updates `org.springframework.cloud:spring-cloud-starter-gateway` from 4.1.1 
to 4.1.2
   
   Release notes
   Sourced from https://github.com/spring-cloud/spring-cloud-gateway/releases;>org.springframework.cloud:spring-cloud-starter-gateway's
 releases.
   
   4.1.2
   :star: New Features
   
   Add properties to disable filters if needed https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3310;>#3310
   Make WeightCalculatorWebFilter random supplier aware of 
ServerWebExchange https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3298;>#3298
   Spring cloud gateway MVC : add parameters to disable adding Forwarded 
header https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3238;>#3238
   Make STRATEGY_KEY public in DedupeResonseHeader filter https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3203;>#3203
   Gateway Server MVC support for AOT https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3171;>#3171
   Update dashboard to Grafana 9.x https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3136;>#3136
   Allow forcing order of filters through Java DSL configuration. https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3134;>#3134
   Add a new method that returns a Mono. https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2993;>#2993
   Add option to disable RouteRefreshListener https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2958;>#2958
   Fixes https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2933;>gh-2933
 GatewayFilter support @Order annotation https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2934;>#2934
   Add @Order support for GlobalFilter https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2805;>#2805
   [#2720]Improve ReactiveLoadBalancerClientFilter implementation so tha… 
https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2721;>#2721
   
   :lady_beetle: Bug Fixes
   
   Fix incorrect package identifier in IsoOffsetDateTimeConverter (https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3273;>#3273)
 https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3288;>#3288
   Using RouterFunctions.route() results in exception https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3265;>#3265
   Gateway MVC: Predicates with multiple values via configuration not 
working (path, host, etc...) https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3252;>#3252
   Spring gateway MVC - Property : spring.cloud.gateway.x-forwarded.enabled 
not implemented https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3237;>#3237
   Fix publishEvent RefreshRoutesResultEvent before cache.put https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3224;>#3224
   Declare Bean for the new public KeyValueConverter https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3207;>#3207
   Gateway MVC conflict with spring-boot-devtools https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3199;>#3199
   Allow forward scheme for spring cloud gateway mvc similar to its webflux 
counterpart for declarative configuration using application properties or yaml 
https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3188;>#3188
   Changed the constant name representing the default Time-to-Live (TTL)… 
https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/3186;>#3186
   In spring cloud gateway mvc, an exception occurs when the request 
address contains spaces https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3185;>#3185
   The LocalResponseCacheGatewayFilterFactory is creating a new 
CacheManager for each Filter https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/3025;>#3025
   To fix https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2304;>GH-2304
 SaveSessionGatewayFilterFactory didn't work correctly https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2997;>#2997
   Fix Bug : RemoveCachedBodyFilter does not release direct memory 
correctly resulting in a memory leak https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2969;>#2969
 https://redirect.github.com/spring-cloud/spring-cloud-gateway/pull/2971;>#2971
   Gateway Routes URI of localhost:port without http:// 
returns empty body with 200 status code https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2919;>#2919
   AddRequestParameterGatewayFilterFactory Invalid URI query, 
can not deal with encoded path segment https://redirect.github.com/spring-cloud/spring-cloud-gateway/issues/2726;>#2726
   Listed connection headers not removed