eclipse / microprofile-jwt-bridge

microprofile-jwt-bridge
Apache License 2.0
0 stars 2 forks source link

Decide on the API package name #15

Closed sberyozkin closed 12 months ago

sberyozkin commented 12 months ago

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.* ?

Emily-Jiang commented 12 months ago

org.eclipse.microprofile.jwt.bridge.* is good.

Emily-Jiang commented 12 months ago

ideally, JsonWebToken should be in the package of org.eclipse.microprofile.jwt.auth.*, but we have to leave with the current package name now.