nrknithin commented on code in PR #4270:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4270#discussion_r3238781546


##########
springboot/integration-tests/integration-tests-springboot-processes-it/src/test/java/org/kie/kogito/integrationtests/springboot/MonitoringTest.java:
##########
@@ -39,7 +38,6 @@
 
 @ExtendWith(SpringExtension.class)
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, 
classes = KogitoSpringbootApplication.class)
-@AutoConfigureObservability
 public class MonitoringTest extends BaseRestTest {

Review Comment:
   @yesamer Spring Boot 4 removed @AutoConfigureObservability — observability 
auto-configuration is enabled by default in tests now, so the annotation became 
unnecessary (and then unresolvable on the SB-4 classpath).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to