-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
Arjen Poutsma opened SWS-269 and commented
I just noticed an improvement that can be made to Spring-WS 1.5 - the
bundle symbolic name. To quote the spec:
"The Bundle-SymbolicName manifest header is a mandatory header. The
bundle symbolic name and bundle version allow a bundle to be uniquely
identified in the Framework. That is, a bundle with a given symbolic name
and version is treated as equal to another bundle with the same symbolic
name and version."
Based on the convention led by Spring, the name in your case should be:
org.springframework.bundle.<project name>.<module name>.
Examples from Spring:
(top level jar)
org.springframework.bundle.spring
org.springframework.bundle.spring.aop
Referenced from: commits 6a36a69
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement