Skip to content

Commit

Permalink
repair features with Fragment-Host
Browse files Browse the repository at this point in the history
  • Loading branch information
f2par0 committed Jan 30, 2025
1 parent 9d51b4a commit cd63b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/src/main/feature/camel-features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
the fragmented host option will enforce both bundles to share the same class loader,
'okhttp' was chosen as the host because 'okhttp-urlconnection' contains only one package with 2 classes -->
<bundle dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp/${squareup-okhttp-version}$Bundle-SymbolicName=com.squareup.okhttp3.okhttp</bundle>
<bundle dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp-urlconnection/${squareup-okhttp-version}$Fragment-Host=com.squareup.okhttp3.okhttp;bundle-version=${squareup-okhttp-version}</bundle>
<bundle dependency='true'>wrap:mvn:com.squareup.okhttp3/okhttp-urlconnection/${squareup-okhttp-version}$Fragment-Host=wrap_com.squareup.okhttp3.okhttp;bundle-version=${squareup-okhttp-version}</bundle>
<bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-couchdb/${project.version}</bundle>
</feature>
Expand Down Expand Up @@ -1128,7 +1128,7 @@
<feature version='${camel-osgi-version-range}'>camel-core</feature>
<bundle dependency='true'>wrap:mvn:com.alibaba/fastjson/${fastjson-version}</bundle>
<bundle dependency='true'>wrap:mvn:com.alibaba.fastjson2/fastjson2/${auto-detect-version}</bundle>
<bundle dependency='true'>wrap:mvn:com.alibaba.fastjson2/fastjson2-extension/${auto-detect-version}</bundle>
<bundle dependency='true'>wrap:mvn:com.alibaba.fastjson2/fastjson2-extension/${auto-detect-version}$Fragment-Host=wrap_com.alibaba.fastjson2.fastjson2</bundle>
<bundle>mvn:org.apache.camel.karaf/camel-fastjson/${project.version}</bundle>
</feature>
<feature name='camel-fhir' version='${project.version}' start-level='50'>
Expand Down

0 comments on commit cd63b97

Please sign in to comment.