10000 Remove SecurityManager reference from API implementation · Issue #215 · jakartaee/batch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Remove SecurityManager reference from API implementation #215
Open
@scottkurz

Description

@scottkurz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0