-
-
Notifications
You must be signed in to change notification settings - Fork 555
downgrade elk version for fix #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hi all,
Regards, |
|
The correct solution to the problem is to add a block of code for the initialization service to the main PlantUML project, but I can't find the right place for this. |
|
You may add a new method in https://github.com/plantuml/plantuml-server/blob/master/src/main/java/net/sourceforge/plantuml/servlet/PlantUmlServlet.java Something like: @Override
public void init() throws ServletException {
super.init();
// block of code for the initialization service
} |
|
BTW, elk version are different in the main library Is this an issue? |
|
There is 0.11.0 version of ELK - and related bug seems to be fixed - will try to compile with 0.11.0 version and return with feedback |
|
Try to update version to 0.11.0 and run ELK diagram - result : Error |
|
Maybe we should add ? <dependency>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
<version>2.25.0</version> <!-- Java 8/11 -->
</dependency> |
Workaround for error #336
Tested locally successfully for personal use.