holgerfriedrich commented on PR #2368:
URL: https://github.com/apache/karaf/pull/2368#issuecomment-4236494606
I think dependabot does not get what the feature is doing in this section:
~~~
<feature name="transaction" description="OSGi Transaction Manager"
version="2.0">
<details>JTA Support</details>
<feature dependency="true">transaction-manager-geronimo</feature>
<requirement>
transaction-manager
</requirement>
<bundle>mvn:org.apache.aries.tx-control/tx-control-service-local/1.0.1</bundle>
<bundle>mvn:org.apache.aries.tx-control/tx-control-service-xa/1.0.1</bundle>
<conditional>
<condition>aries-blueprint</condition>
<bundle
dependency="true">mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version}</bundle>
<bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/${aries.transaction.blueprint.version}</bundle>
<bundle>mvn:org.apache.aries.transaction/org.apache.aries.transaction.blueprint/${aries.transaction.blueprint.version2}</bundle>
</conditional>
</feature>
~~~
The PR should more or less upgrade 2.3.0 to 2.3.1 and leave 1.1.1 as it is.
@jbonofre Any idea how we could get rid of 1.1.1 - it is a package from 2015
if I got it correctly....
--
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]