I want to add opentelemetry-spring-boot-starter to my Spring Boot 3.4.4 application. I have added the dependency management section: When I try to start my application, I get a ClassNotFoundException.
is presumably the one in the title - missing sun/security/ssl/SupportedEllipticCurvesExtension. It worked some days ago, then we changed the install scripts a bit and ...