All checks were successful
CI / Unit & Component Tests (pull_request) Successful in 3m19s
CI / OCR Service Tests (pull_request) Successful in 16s
CI / Backend Unit Tests (pull_request) Successful in 4m45s
CI / fail2ban Regex (pull_request) Successful in 38s
CI / Compose Bucket Idempotency (pull_request) Successful in 57s
opentelemetry-spring-boot-starter:2.27.0 pulls in AzureAppServiceResourceProvider which references ServiceAttributes.SERVICE_INSTANCE_ID — a field absent from the semconv version used by this project. This caused every integration test to fail with NoSuchFieldError during Spring context startup. Fix 1 (application-test.yaml): set otel.sdk.disabled=true so the OTel auto-configuration never runs during tests at all. Fix 2 (pom.xml): exclude opentelemetry-azure-resources from the starter dependency to remove the problematic provider from the dependency graph entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>