Conversation
Major security overhaul to address reported vulnerabilities in core and transitive dependencies. Changes: - Upgrade Spring Boot to 3.3.2 (from 3.2.1) and Spring Cloud to 2023.0.3. - Force upgrade of critical transitive dependencies via dependencyManagement: * Kafka Clients -> 3.7.1 (security fixes) * Netty -> 4.1.111.Final (HTTP/2 CVEs) * Commons Compress -> 1.26.1 / Commons IO -> 2.16.1 * Logback -> 1.5.6 / AssertJ -> 3.25.3 - Standardize gRPC Starter to 3.1.0 and Logstash Encoder to 7.4 across all modules. - Add `versions-maven-plugin` and `dependency-check-maven` for continuous monitoring. - Add documentation [docs/DEPENDENCY_MONITORING.md) on how to track updates and vulnerabilities.
…tral portability - Implement Config Service fallback to local properties/env vars for standalone resilience - Generalize database layer with Hibernate 6 JSON mapping (PostgreSQL & MySQL support) - Transition observability stack to OpenTelemetry (OTLP) for industry-standard tracing - Add Swappable Messaging support (Kafka/RabbitMQ) via Spring Cloud Stream binders - Introduce OTel Collector and Jaeger into the project infrastructure - Update documentation: README, QUICKSTART, and new PORTABILITY.md guide - Add ADR-003 to formalize infrastructure abstraction decisions
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.
Description
This PR generalizes the PCM platform infrastructure to ensure full portability and cloud-native resilience. The main objective was to remove tight coupling to specific providers (PostgreSQL, Kafka, Vault) in order to enable provider-agnostic deployments.
Key changes:
Fixes # (Infrastructure Abstraction & Portability)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: