Rahul Chekuri

Results 10 issues of Rahul Chekuri

Replaces the previously hardcoded ports with dynamically assigned ports in the Kayenta integration tests. This ensures that tests can run reliably without port conflicts, especially in parallel or shared environments....

**Gate Changes:** Oauth configuration properties are changed for new java way of dsl. Old Config Properties: ``` security: authn: oauth2: enabled: true client: clientId: clientSecret: accessTokenUri: https://www.googleapis.com/oauth2/v4/token userAuthorizationUri: https://accounts.google.com/o/oauth2/v2/auth scope:...

Upgrading spring boot 2.7.18 to 3.0.13 and spring cloud 2021.0.8 to 2022.0.5. Spring cloud release 2022.0.x is compatible with spring boot 3.0.x. https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases **Kork Details:** Unpinning okhttp and rest-assured, as...

Oauth configuration properties are changed for new java way of dsl. Old Config Properties: ``` security: authn: oauth2: enabled: true client: clientId: clientSecret: accessTokenUri: https://www.googleapis.com/oauth2/v4/token userAuthorizationUri: https://accounts.google.com/o/oauth2/v2/auth scope: profile email...

Upgrading spring boot 2.7.18 to 3.0.13 and spring cloud 2021.0.8 to 2022.0.5. Spring cloud release 2022.0.x is compatible with spring boot 3.0.x. https://github.com/spring-cloud/spring-cloud-release/wiki/Supported-Versions#supported-releases After the upgrade, found the following errors...

- Renamed `EmbeddedPrometheusBootstrapConfiguration` as `TestPrometheusConfiguration` and now `TestPrometheusConfiguration` dynamically allocate and register Prometheus container ports without using hardcoded ports. - Removed dependency on predefined `server.port` and `management.server.port` values for integration...

- Replaced the legacy `security.authn.oauth2` structure with the new `spring.security.oauth2.client` configuration. - Updated property mappings to conform to Spring Security 5's expectations. - Ensured compatibility with existing `hal config security...

- Replaced the old OAuth2 properties under `security.authn.oauth2` with the new `spring.security.oauth2.client` structure. - Updated OAuth2 provider settings, including client registration and authorization endpoints. - Modified commands to reflect the...

#### Summary This PR upgrades the codebase from **Spring Boot 3.0.13 --> 3.1.12** and aligns dependency management to match the new BOM structure introduced in Spring Boot 3.1. #### Key...