Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0
-
None
Description
The file for org.apache.oozie.example.fluentjob.CredentialsRetrying contains an unused import, com.google.common.collect.Lists, which also causes that the example cannot be compiled the way the readme (https://github.com/apache/oozie/blob/master/docs/src/site/markdown/DG_FluentJobAPI.md) describes.
If the unused import is removed, the example compiles, though produces an invalid workflow xml.