-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CODEGEN-2.9.1
-
Component/s: Nuxeo CLI
-
Tags:
When creating an enricher for LTS 2019 with command nuxeo bootstrap enricher, enricher's java code still has
import org.codehaus.jackson.JsonGenerator;
should be
import com.fasterxml.jackson.core.JsonGenerator;