Right now, so far in TCK only, we have packages starting from org.eclipse.microprofile.jwt.bridge.* and we'll have to add API classes too.
Question, can org.eclipse.microprofile.jwt.bridge.* be problematic in OSGI aware containers given that MP JWT Auth API has the org.eclipse.microprofile.jwt package, ex, for JsonWebToken ?
Should we settle on something like org.eclipse.microprofile.jwtbridge.* ?
Right now, so far in TCK only, we have packages starting from
org.eclipse.microprofile.jwt.bridge.*
and we'll have to add API classes too.Question, can
org.eclipse.microprofile.jwt.bridge.*
be problematic in OSGI aware containers given that MP JWT Auth API has theorg.eclipse.microprofile.jwt
package, ex, forJsonWebToken
?Should we settle on something like
org.eclipse.microprofile.jwtbridge.*
?