jberet / jsr352

Implementation of Jakarta Batch Specification and API
Eclipse Public License 2.0
124 stars 76 forks source link

drop guava depdendency #551

Closed liweinan closed 3 weeks ago

liweinan commented 3 weeks ago

We cannot directly copy-paste the guava code to solve this. I'll replace the methods with the handwritten code to make it work.

In addition. after this PR is done, The modules.xml in WildFly needs to be updated to remove the guava dependency as well.

liweinan commented 3 weeks ago

@jamezp I have rewritten the implementation for it to work. Could you please help to review it when you have time? Thanks!