diff --git a/.gitea/workflows/sonar.yaml b/.gitea/workflows/sonar.yaml
index dfe9e7c..ba3958e 100644
--- a/.gitea/workflows/sonar.yaml
+++ b/.gitea/workflows/sonar.yaml
@@ -1,4 +1,3 @@
-
name: SonarQube Analysis
on:
@@ -122,7 +121,9 @@ jobs:
- name: Build and test
run: |
./mvnw -B verify \
- -Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests'
+ -Dtest='!PostgresIntegrationTests,!MySqlIntegrationTests' \
+ -Dnohttp.checkstyle.suppressions.file=src/checkstyle/nohttp-checkstyle-suppressions.xml \
+ -Dcheckstyle.suppressionsFile=src/checkstyle/nohttp-checkstyle-suppressions.xml
- name: SonarQube analysis
run: |
diff --git a/catalog-info.yaml b/catalog-info.yaml
index a15a62d..4efd36a 100644
--- a/catalog-info.yaml
+++ b/catalog-info.yaml
@@ -2,12 +2,14 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
annotations:
- backstage.io/kubernetes-label-selector: app.humanitec.io/name=jonathan-demo-test
+ backstage.io/kubernetes-label-selector:
+ app.humanitec.io/name=jonathan-demo-test
backstage.io/kubernetes-namespace: jonathan-demo-test
backstage.io/techdocs-ref: dir:.
gitea.kyndemo.live/project-slug: validate/jonathan-demo-test
gitea.kyndemo.live/repo-slug: validate/jonathan-demo-test
- grafana.com/dashboard-url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
+ grafana.com/dashboard-url:
+ https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
grafana/alert-label-selector: app=jonathan-demo-test
grafana/dashboard-selector: uid == 'otel-app-observability-v2'
grafana/grafana-instance: default
@@ -15,11 +17,14 @@ metadata:
humanitec.dev/orgId: skillful-wild-chicken-2617
humanitec.dev/projectId: jonathan-demo-test
sonarqube.org/project-key: jonathan-demo-test
- description: "jonathan-demo-test \u2014 renovated via Humanitec v2 Platform Orchestrator"
+ docs.kyndemo.live/readme:
+ catalog/component/default/jonathan-demo-test/README.md
+ description: "jonathan-demo-test — renovated via Humanitec v2 Platform Orchestrator"
links:
- icon: dashboard
title: Humanitec Console
- url: https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/jonathan-demo-test
+ url:
+ https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/jonathan-demo-test
- icon: github
title: Source Repository
url: https://gitea.kyndemo.live/validate/jonathan-demo-test
@@ -28,7 +33,8 @@ metadata:
url: https://gitea.kyndemo.live/validate/jonathan-demo-test/actions
- icon: dashboard
title: Grafana Dashboard
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
+ url:
+ https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=jonathan-demo-test
name: jonathan-demo-test
tags:
- humanitec-v2
diff --git a/src/checkstyle/nohttp-checkstyle-suppressions.xml b/src/checkstyle/nohttp-checkstyle-suppressions.xml
index f00599b..f57f7bf 100644
--- a/src/checkstyle/nohttp-checkstyle-suppressions.xml
+++ b/src/checkstyle/nohttp-checkstyle-suppressions.xml
@@ -8,4 +8,5 @@
+