stbischof commented on PR #790:
URL: https://github.com/apache/aries/pull/790#issuecomment-4016238025
i would recomment to not se the cmpn anymore.
just use the apis wou really need
like
```
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.transaction.control</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
```
what i am not aware of if is in the spec is any reference to a javax class
is set that must be switched to jakarta.
https://docs.osgi.org/specification/osgi.cmpn/8.1.0/service.transaction.control.html
in this case i would recomment to open an issue here:
https://github.com/osgi/osgi/issues
or create a PR with the spec changes.
--
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]