From bebf1e61bfe1bf91042b48ba07a5fc24cd3baec9 Mon Sep 17 00:00:00 2001 From: Adam Martyniuk Date: Thu, 27 Nov 2025 12:54:00 +0100 Subject: [PATCH] fix: build petclinic with java 17 --- docs/get-started/labs/use-otel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/labs/use-otel.md b/docs/get-started/labs/use-otel.md index 723dde36e..e0ce6da7d 100644 --- a/docs/get-started/labs/use-otel.md +++ b/docs/get-started/labs/use-otel.md @@ -81,7 +81,7 @@ For this lab we're going to use the [Spring PetClinic Sample Application](https: 6. Optionally you can change the Image name and tag. This is the name and tag used to store the image in the private Harbor image registry. -7. Under `Extra arguments`, click `Add argument`. Set `Name`: `BP_JVM_VERSION` and `Value`: `25`. +7. Under `Extra arguments`, click `Add argument`. Set `Name`: `BP_JVM_VERSION` and `Value`: `17`. 8. Click `Create Container Image`.