Changes from v2.3.5 to 5.1.1

hello,
i have a plugin that workes fine in version 2.3.5.
we have to make changes in plugin's jar file , in order to succeeded install it in v5.1.1.
when we try to run the elasticsearch , we get an error.
can i get the changes between those two versions?
it may help me resolve the problem.

the error is the following:

ElasticsearchUncaughtExceptionHandler] [] fatal error in thread [main], exiting java.lang.NoClassDefFoundError: org/elasticsearch/index/analysis/AnalysisModule$AnalysisBinderProcessor

Check out changes here:
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-5.1.html#breaking_51_java_api_changes

Basically this would be a compile time error in any recent Java IDE.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.