Hi, I am actually trying to migrate from Activiti-engine 5.6 to Activiti-engine 5.16.1. I noticed that some classes changed their names (such as for example org.activiti.engine.impl.persistence.entity.UserManager to org.activiti.engine.impl.persistence.entity.UserEntityManager). Other changed their package. With this classes I am not having any problems.
The thing is that there are some classes which I can't find. These ones are:
- org.activiti.engine.impl.history.handler.HistoryParseListener
- org.activiti.engine.impl.mail.MailScanner
- org.activiti.engine.impl.bpmn.parser.BpmnParseListener
These classes are being used in a class that is named ProcessEngineConfiguration (this class actually configures the process engine for the application).
¿How does it affect my project not having this classes? ¿Can I replace them? ¿What do they actually do?
Thanks