opendiffy / diffy

Other
1.25k stars 142 forks source link

No diff details shown #71

Closed SebastianSolidwork closed 1 year ago

SebastianSolidwork commented 1 year ago

Version: Jar from 19.11.8.00

When I click on "MissingFields" no details are show.

image

SebastianSolidwork commented 1 year ago

For other reasons I'm currently not able to run the newest state from the repository. mvn package works, but the startup fails (should not be the content of this issue, just for explanation)

puneetkhanduri commented 1 year ago

@SebastianSolidwork These jars are outdated and from an old version of the codebase and are no longer supported. Can you use the docker image instead?

We have also published the latest jar for your convenience. Please note that the java command has slightly changed to look like this: java diffy.jar \ --candidate='localhost:9200' \ --master.primary='localhost:9000' \ --master.secondary='localhost:9100' \ --responseMode='candidate' \ --service.protocol='http' \ --serviceName='ExampleService' \ --proxy.port=8880 \ --http.port=8888 & \

SebastianSolidwork commented 1 year ago

Thanks for the new jar, I can run the app with them. So far I'm not familiar with Docker. Some more thing I have to dig in … (I suggest you to keep updating the jars. Docker is another layer of complexity and therefor for same a hindrance)

I'm observing other issues which I have to dig in until I give here further feedback.

SebastianSolidwork commented 1 year ago

It works with Version 22