Conversation
…oss multiple provider classes; update pom.xml for dependency version upgrades
…o, Prometheus, and OpenTelemetry Collector in configuration files
There was a problem hiding this comment.
Pull request overview
Updates platform/dependency versions across the parent Maven build, local/dev environment config, and Helm deployment manifests to keep services and supporting infrastructure aligned.
Changes:
- Bumps Spring Boot (parent + property), Spring AI, SpringDoc, OpenTelemetry, SpotBugs, and testcontainers-keycloak versions in the parent
pom.xml. - Updates PostgreSQL Testcontainers image tag used in service test configs.
- Updates Helm/.env and documentation to reflect newer PostgreSQL and observability stack versions (Grafana/Loki/Tempo/Prometheus/OTel Collector), plus MCP annotation/transport imports to Spring AI packages.
Reviewed changes
Copilot reviewed 24 out of 24 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| rifles-service/src/test/resources/application-test.yml | Updates Postgres Testcontainers image tag to 18.3 for tests. |
| loads-service/src/test/resources/application-test.yml | Updates Postgres Testcontainers image tag to 18.3 for tests. |
| components-service/src/test/resources/application-test.yml | Updates Postgres Testcontainers image tag to 18.3 for tests. |
| README.adoc | Updates some documented key versions (Postgres + observability stack). |
| pom.xml | Updates parent/dependency version properties for the multi-module build. |
| mcp-server/src/test/java/.../BaseMcpToolProviderTest.java | Switches SSE transport import to Spring AI’s WebFlux transport. |
| mcp-server/src/main/java/.../RiflesToolProvider.java | Switches MCP annotation imports to Spring AI package. |
| mcp-server/src/main/java/.../LoadsToolProvider.java | Switches MCP annotation imports to Spring AI package. |
| mcp-server/src/main/java/.../LoadResourceProvider.java | Switches McpResource import and @see to Spring AI package. |
| helm/spring-load-development/values.yaml | Bumps global image versions (observability + PostgreSQL). |
| helm/spring-load-development/README.adoc | Updates Helm docs for upgraded component versions (but has a Prometheus example mismatch). |
| helm/spring-load-development/charts/postgresql/values.yaml | Bumps PostgreSQL image tags to 18.3. |
| helm/spring-load-development/charts/postgresql/Chart.yaml | Bumps PostgreSQL chart appVersion to 18.3. |
| helm/.../tempo/values.yaml | Bumps Tempo image tag to 2.10.3. |
| helm/.../tempo/Chart.yaml | Bumps Tempo chart appVersion to 2.10.3. |
| helm/.../prometheus/values.yaml | Bumps Prometheus image tag to v3.11.0. |
| helm/.../prometheus/Chart.yaml | Bumps Prometheus chart appVersion to v3.11.0. |
| helm/.../otel-collector/values.yaml | Bumps OTel Collector image tag to 0.149.0. |
| helm/.../otel-collector/Chart.yaml | Bumps OTel Collector chart appVersion to 0.149.0. |
| helm/.../loki/values.yaml | Bumps Loki image tag to 3.7.0. |
| helm/.../loki/Chart.yaml | Bumps Loki chart appVersion to 3.7.0. |
| helm/.../grafana/values.yaml | Bumps Grafana image tag to 12.4.2. |
| helm/.../grafana/Chart.yaml | Bumps Grafana chart appVersion to 12.4.2. |
| .env | Updates local env version pins for Postgres + observability stack. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.