Skip to content

chore: bump versions of the dependencies#265

Merged
f-necas merged 4 commits intomainfrom
maven-version-upgrades
Apr 9, 2026
Merged

chore: bump versions of the dependencies#265
f-necas merged 4 commits intomainfrom
maven-version-upgrades

Conversation

@pmauduit
Copy link
Copy Markdown
Member

@pmauduit pmauduit commented Apr 2, 2026

Using a mix of editing the pom by hand and using mvn versions:use-latest-releases

Note that the versions maven plugin won't update the parent from the root pom (so I ended up doing it by hand).

Copy link
Copy Markdown
Collaborator

@f-necas f-necas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to runtime test 2025.0.1; appart from that lgtm.

thx for commiting that damn formatting !

@f-necas
Copy link
Copy Markdown
Collaborator

f-necas commented Apr 9, 2026

Need:

  • throws JSONException on void testOnAccountCreatedWithOAuth2Provider() after rebasing
  • Address below warnings

Appart from that, seems working

2026-04-09T08:10:00.560Z  INFO 1 --- [gateway-service] [           main] o.g.g.app.GeorchestraGatewayApplication  : Started GeorchestraGatewayApplication in 25.378 seconds (process running for 26.359)
2026-04-09T08:10:00.569586466Z 2026-04-09T08:10:00.569Z  WARN 1 --- [gateway-service] [           main] ServerWebfluxPropertiesMigrationListener : 
2026-04-09T08:10:00.569629912Z The use of configuration keys that have been renamed was found in the environment:
2026-04-09T08:10:00.569639466Z 
2026-04-09T08:10:00.569645281Z Property source 'Config resource 'file [/etc/georchestra/gateway/routes.yaml]' via location 'routes.yaml'':
2026-04-09T08:10:00.569651173Z 	Key: spring.cloud.gateway.routes[0].id
2026-04-09T08:10:00.569656618Z 		Line: 8
2026-04-09T08:10:00.569662270Z 		Replacement: spring.cloud.gateway.server.webflux.routes[0].id
2026-04-09T08:10:00.569692733Z 	Key: spring.cloud.gateway.routes[0].uri
2026-04-09T08:10:00.569699648Z 		Line: 9
2026-04-09T08:10:00.569705025Z 		Replacement: spring.cloud.gateway.server.webflux.routes[0].uri
2026-04-09T08:10:00.569710261Z 	Key: spring.cloud.gateway.routes[0].predicates[0]
2026-04-09T08:10:00.569715417Z 		Line: 11
2026-04-09T08:10:00.569720802Z 		Replacement: spring.cloud.gateway.server.webflux.routes[0].predicates[0]
2026-04-09T08:10:00.569725711Z 	Key: spring.cloud.gateway.routes[0].filters[0]
2026-04-09T08:10:00.569731314Z 		Line: 13
2026-04-09T08:10:00.569736381Z 		Replacement: spring.cloud.gateway.server.webflux.routes[0].filters[0]
2026-04-09T08:10:00.569741518Z 	Key: spring.cloud.gateway.routes[1].id
2026-04-09T08:10:00.569746566Z 		Line: 14
2026-04-09T08:10:00.569751220Z 		Replacement: spring.cloud.gateway.server.webflux.routes[1].id
2026-04-09T08:10:00.569756127Z 	Key: spring.cloud.gateway.routes[1].uri
2026-04-09T08:10:00.569760737Z 		Line: 15
2026-04-09T08:10:00.569765302Z 		Replacement: spring.cloud.gateway.server.webflux.routes[1].uri
2026-04-09T08:10:00.569770168Z 	Key: spring.cloud.gateway.routes[1].predicates[0]
2026-04-09T08:10:00.569775064Z 		Line: 17
2026-04-09T08:10:00.569779717Z 		Replacement: spring.cloud.gateway.server.webflux.routes[1].predicates[0]
2026-04-09T08:10:00.569784625Z 
2026-04-09T08:10:00.569789078Z Property source 'Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' (document #0)':
2026-04-09T08:10:00.569794161Z 	Key: spring.cloud.gateway.default-filters[0]
2026-04-09T08:10:00.569799086Z 		Line: 48
2026-04-09T08:10:00.569803731Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[0]
2026-04-09T08:10:00.569808989Z 	Key: spring.cloud.gateway.default-filters[1]
2026-04-09T08:10:00.569813911Z 		Line: 49
2026-04-09T08:10:00.569819061Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[1]
2026-04-09T08:10:00.569824205Z 	Key: spring.cloud.gateway.default-filters[2]
2026-04-09T08:10:00.569828874Z 		Line: 50
2026-04-09T08:10:00.569833685Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[2]
2026-04-09T08:10:00.569838567Z 	Key: spring.cloud.gateway.default-filters[3]
2026-04-09T08:10:00.569843316Z 		Line: 51
2026-04-09T08:10:00.569848386Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[3]
2026-04-09T08:10:00.569853254Z 	Key: spring.cloud.gateway.default-filters[4]
2026-04-09T08:10:00.569865528Z 		Line: 52
2026-04-09T08:10:00.569871526Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[4]
2026-04-09T08:10:00.569876708Z 	Key: spring.cloud.gateway.default-filters[5]
2026-04-09T08:10:00.569881448Z 		Line: 53
2026-04-09T08:10:00.569897248Z 		Replacement: spring.cloud.gateway.server.webflux.default-filters[5]
2026-04-09T08:10:00.569904973Z 
2026-04-09T08:10:00.569910198Z 
2026-04-09T08:10:00.569915357Z Each configuration key has been temporarily mapped to its replacement for your convenience. To silence this warning, please update your configuration to use the new keys.
2026-04-09T08:10:00.569921217Z 
2026-04-09T08:10:00.571738672Z 2026-04-09T08:10:00.571Z  WARN 1 --- [gateway-service] [           main] o.s.b.c.p.m.PropertiesMigrationListener  : 
2026-04-09T08:10:00.571766047Z The use of configuration keys that have been renamed was found in the environment:
2026-04-09T08:10:00.571771832Z 
2026-04-09T08:10:00.571776047Z Property source 'Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' (document #0)':
2026-04-09T08:10:00.571781419Z 	Key: spring.cloud.gateway.enabled
2026-04-09T08:10:00.571785777Z 		Line: 35
2026-04-09T08:10:00.571789882Z 		Replacement: spring.cloud.gateway.server.webflux.enabled
2026-04-09T08:10:00.571794231Z 	Key: spring.cloud.gateway.filter.secure-headers.enabled
2026-04-09T08:10:00.571798663Z 		Line: 58
2026-04-09T08:10:00.571803161Z 		Replacement: spring.cloud.gateway.server.webflux.filter.secure-headers.enabled
2026-04-09T08:10:00.571807720Z 	Key: spring.cloud.gateway.filter.secure-headers.referrer-policy
2026-04-09T08:10:00.571811972Z 		Line: 63
2026-04-09T08:10:00.571816321Z 		Replacement: spring.cloud.gateway.server.webflux.filter.secure-headers.referrer-policy
2026-04-09T08:10:00.571820744Z 	Key: spring.cloud.gateway.global-filter.websocket-routing.enabled
2026-04-09T08:10:00.571824908Z 		Line: 55
2026-04-09T08:10:00.571828799Z 		Replacement: spring.cloud.gateway.server.webflux.global-filter.websocket-routing.enabled
2026-04-09T08:10:00.571833220Z 	Key: spring.cloud.gateway.metrics.enabled
2026-04-09T08:10:00.571837426Z 		Line: 37
2026-04-09T08:10:00.571841302Z 		Replacement: spring.cloud.gateway.server.webflux.metrics.enabled
2026-04-09T08:10:00.571845510Z 
2026-04-09T08:10:00.571849254Z Property source 'Config resource 'file [/etc/georchestra/gateway/application.yaml]' via location 'application.yaml'':
2026-04-09T08:10:00.571853773Z 	Key: spring.cloud.gateway.filter.secure-headers.referrer-policy
2026-04-09T08:10:00.571858096Z 		Line: 20
2026-04-09T08:10:00.571862020Z 		Replacement: spring.cloud.gateway.server.webflux.filter.secure-headers.referrer-policy
2026-04-09T08:10:00.571879345Z 
2026-04-09T08:10:00.571885440Z 
2026-04-09T08:10:00.571890129Z Each configuration key has been temporarily mapped to its replacement for your convenience. To silence this warning, please update your configuration to use the new keys.
2026-04-09T08:10:00.571895432Z 
2026-04-09T08:10:00.572799820Z 2026-04-09T08:10:00.572Z ERROR 1 --- [gateway-service] [           main] o.s.b.c.p.m.PropertiesMigrationListener  : 
2026-04-09T08:10:00.572836186Z The use of configuration keys that are no longer supported was found in the environment:
2026-04-09T08:10:00.572842846Z 
2026-04-09T08:10:00.572847291Z Property source 'Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' (document #0)':
2026-04-09T08:10:00.572852109Z 	Key: management.endpoint.health.enabled
2026-04-09T08:10:00.572856724Z 		Line: 121
2026-04-09T08:10:00.572861008Z 		Reason: Replacement key 'management.endpoint.health.access' uses an incompatible target type
2026-04-09T08:10:00.572865841Z 	Key: management.endpoint.info.enabled
2026-04-09T08:10:00.572869924Z 		Line: 117
2026-04-09T08:10:00.572873851Z 		Reason: Replacement key 'management.endpoint.info.access' uses an incompatible target type
2026-04-09T08:10:00.572878314Z 	Key: management.endpoint.metrics.enabled
2026-04-09T08:10:00.572882341Z 		Line: 118
2026-04-09T08:10:00.572886280Z 		Reason: Replacement key 'management.endpoint.metrics.access' uses an incompatible target type
2026-04-09T08:10:00.572890639Z 	Key: management.endpoint.shutdown.enabled
2026-04-09T08:10:00.572894777Z 		Line: 119
2026-04-09T08:10:00.572899004Z 		Reason: Replacement key 'management.endpoint.shutdown.access' uses an incompatible target type
2026-04-09T08:10:00.572903619Z 	Key: management.endpoints.enabled-by-default
2026-04-09T08:10:00.572907963Z 		Line: 114
2026-04-09T08:10:00.572912221Z 		Reason: Replacement key 'management.endpoints.access.default' uses an incompatible target type
2026-04-09T08:10:00.572917296Z 
2026-04-09T08:10:00.572921183Z 
2026-04-09T08:10:00.572925010Z Please refer to the release notes or reference guide for potential alternatives.

pmauduit and others added 4 commits April 9, 2026 10:27
Using a mix of editing the pom by hand and using `mvn
versions:use-latest-releases`

Note that the versions maven plugin won't update the parent from the
root pom (so I ended up doing it by hand).
@f-necas f-necas force-pushed the maven-version-upgrades branch from 76e5f1e to a4e6bc4 Compare April 9, 2026 08:31
@f-necas f-necas merged commit 3403bff into main Apr 9, 2026
3 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

💚 All backports created successfully

Status Branch Result
3.0.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

f-necas added a commit that referenced this pull request Apr 9, 2026
[3.0.x] Merge pull request #265 from georchestra/maven-version-upgrades
@f-necas f-necas deleted the maven-version-upgrades branch April 10, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants