]
Cheng Fang commented on WFLY-11171:
-----------------------------------
BatchPermission class in current repo:
Sounds good. This permission class is also useful in JBeret SE applications so we may
consider moving it to some JBeret api module.
Test in Elytron integration tests rely on the BatchPermission in
wildfly-jberet
-------------------------------------------------------------------------------
Key: WFLY-11171
URL:
https://issues.jboss.org/browse/WFLY-11171
Project: WildFly
Issue Type: Bug
Components: Batch, Test Suite
Reporter: James Perkins
Assignee: Cheng Fang
Priority: Major
Tests in the Elytron integration test suite rely on
{{org.wildfly.extension.batch.jberet.deployment.BatchPermission}} which is in private
module. This permission should likely be moved to a public JBeret API or a new public API
should be create within WildFly that exposes this permission. There is a chance this
permission may be required for users.