[
https://issues.redhat.com/browse/WFLY-11316?page=com.atlassian.jira.plugi...
]
Yeray Borges Santana commented on WFLY-11316:
---------------------------------------------
Hello [~rchakrab], feel free to take this on if you want.
As usual in relation to this sort of issues, you should do a deep scanning of dependencies
use and identify class loading and service loader patterns to ensure the removed
dependency is no longer used. You already know they are a bit tricky, thanks !
Remove unused dependencies from org.jberet.jberet-core
------------------------------------------------------
Key: WFLY-11316
URL:
https://issues.redhat.com/browse/WFLY-11316
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
Priority: Optional
Analysis of org.jberet.jberet-core shows:
* org.jboss.jts is unused
* jberet only uses javax.enterprise.api, javax.inject.api, javax.annotation.api and
javax.batch.api from javaee.api, maybe we could reduce the final size removing javaee.api
and add only the required modules.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)