You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm no OSGi expert, but the current api pom.xml is referring to javax versions of interceptors, and cdi. The only valid javax reference is the javax.transaction.xa package. We should be using the Jakarta EE 9 packages and versions in the dependencies to match the pom versions.
The text was updated successfully, but these errors were encountered:
I'm no OSGi expert, but the current api pom.xml is referring to javax versions of interceptors, and cdi. The only valid javax reference is the javax.transaction.xa package. We should be using the Jakarta EE 9 packages and versions in the dependencies to match the pom versions.
The text was updated successfully, but these errors were encountered: