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

Remove SecurityManager reference from API implementation #215

Open
scottkurz opened this issue Nov 14, 2024 · 0 comments
Open

Remove SecurityManager reference from API implementation #215

scottkurz opened this issue Nov 14, 2024 · 0 comments

Comments

@scottkurz
Copy link
Contributor

With the removal of the platform requirement to use SecurityManager, we can remove this from the API.

Note that:

  • There is no mention of SecurityManager in the Jakarta Batch Specification
  • There is no exposure of SecurityManager in any of the Jakarta Batch APIs, including jakarta.batch.runtime.BatchRuntime.

Because of this, the presence of SecurityManager in the BatchRuntime API implemented here is purely an implementation detail of the API code produced by the spec project. It is not an essential, specified part of the API, and so the specification does not need to be updated to remove it.

This can be removed in the next release then.

For reference here's the similar issue in the Jakarta REST project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant