Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor security/integration/jersey* to microprofile/security #6749

Closed
romain-grecourt opened this issue May 3, 2023 · 1 comment
Closed
Assignees
Labels
4.x Version 4.x Níma Helidon Níma P2 security

Comments

@romain-grecourt
Copy link
Contributor

romain-grecourt commented May 3, 2023

The jersey support is now non public and is an implementation detail of the Helidon MicroProfile server.

security/integration/jersey is usable independently of Helidon, however it does not make sense for Helidon to provide and support standalone security for Jersey.

The module requires a server for testing, thus given that the jersey support is not public the test must use @HelidonTest.

It makes sense to refactor the Jersey security into microprofile/security to confirm the direction we are taking where the Jersey support is not available as a Nima API but rather implicitly with the Helidon MicroProfile server.

  • Refactor security/integration/jersey* to microprofile/security
  • Refactor examples/security/jersey to examples/microprofile/security
@romain-grecourt
Copy link
Contributor Author

done in #7201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x Níma Helidon Níma P2 security
Projects
Archived in project
Development

No branches or pull requests

3 participants