Skip to content

Feature/update dependencies#19

Merged
zhoozhoo merged 5 commits intomainfrom
feature/update-dependencies
Apr 5, 2026
Merged

Feature/update dependencies#19
zhoozhoo merged 5 commits intomainfrom
feature/update-dependencies

Conversation

@zhoozhoo
Copy link
Copy Markdown
Owner

@zhoozhoo zhoozhoo commented Apr 5, 2026

No description provided.

…oss multiple provider classes; update pom.xml for dependency version upgrades
…o, Prometheus, and OpenTelemetry Collector in configuration files
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment thread pom.xml Outdated
Comment thread README.adoc Outdated
Comment thread helm/spring-load-development/README.adoc Outdated
zhoozhoo and others added 3 commits April 5, 2026 10:32
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>
@zhoozhoo zhoozhoo merged commit b7480e9 into main Apr 5, 2026
11 checks passed
@zhoozhoo zhoozhoo deleted the feature/update-dependencies branch April 5, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants