downgrade elk version for fix#389
Open
cgi wants to merge 1 commit into
Open
Conversation
Collaborator
|
Hi all,
Regards, |
Author
|
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. |
Contributor
|
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
} |
Contributor
|
BTW, elk version are different in the main library Is this an issue? |
Author
|
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 |
Author
|
Try to update version to 0.11.0 and run ELK diagram - result : Error |
Contributor
|
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> |
0ed1d3c to
c98c241
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Workaround for error #336
Tested locally successfully for personal use.