reta commented on code in PR #2259:
URL: https://github.com/apache/cxf/pull/2259#discussion_r1947922441
##########
core/src/main/java/org/apache/cxf/version/Version.java:
##########
@@ -29,19 +29,15 @@ public final class Version {
private static String fullVersion;
private static String buildNumber;
- private static final String VERSION_BASE = "/org/apache/cxf/version/";
+ private static final String VERSION_BASE = "org/apache/cxf/version/";
Review Comment:
@AmshikaH thank you for looking into this, but I believe this change has
high risks of breaking things. The CXF deals with many containers (notably,
OSGi / Apache Karaf / Apache Felix) that have own classloaders and are
sensitive to resource naming.
--
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]