]
Darran Lofthouse commented on WFLY-11171:
-----------------------------------------
+1 Java permissions should be considered public API as these need to be granted to the
relevant identities meaning they also need to be maintained for compatibility.
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.