You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
With the removal of the platform requirement to use SecurityManager, we can remove this from the API.
Note that:
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.
The text was updated successfully, but these errors were encountered: