stataru8 commented on issue #287: URL: https://github.com/apache/camel-karaf/issues/287#issuecomment-2133601715
I see 2 options 1. Don't specify the version. 2. Rely on https://github.com/apache/felix-dev/blob/org.apache.felix.main-7.0.5/utils/src/main/java/org/apache/felix/utils/version/VersionCleaner.java to obtain the version in a valid format. For instance `org.apache.felix.utils.version.VersionCleaner.clean("v3-rev20240123-2.0.0")` returns `0.0.0.v3-rev20240123-2_0_0`. Downside: We stop relying on version placeholders to specify the Bundle-Version. -- 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]
