GitHub user ChristianLutz opened a pull request:
https://github.com/apache/cxf/pull/228
Fix Swagger-UI for Karaf wrap feature with parameters
In addition to https://github.com/apache/cxf/pull/220
Karaf wrap allows some parameters within the `feature.xml`
So it may look like
```
<feature name="my-feature" version='1.2.3'>
<feature version='3.1.9'>cxf</feature>
<feature version='3.1.9'>cxf-rs-description-swagger2</feature>
<bundle>wrap:mvn:org.webjars/swagger-ui/2.1.8-M1$Bundle-SymbolicName=swaggerUI&Bundle-Version=2.1.8-M1</bundle>
</feature>
```
This pull request will ignore everything added after the first dollar sign
larger then the `pattern.length`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ChristianLutz/cxf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/228.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #228
----
commit a829a8ad5291736b08f3c56ef6826a1fc1b1d516
Author: Christian <[email protected]>
Date: 2017-01-27T13:23:01Z
Fix Swagger-UI Karaf wrap feature with parameters
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---