jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

Online version at https://start.jhipster.tech/jdl-studio/ differs from offline-version either docker image or in tomcat container from branches gh-pages or jhipster-online #45

Closed peddanet closed 6 years ago

peddanet commented 6 years ago

Hi,

Following occurs when calling the docker image by:

docker run --rm -it -p 18080:80 jhipster/jdl-studio

or cloning the github to a tomcat container (on Ubuntu i.e.)

  1. I get a message:
Warning!
You are using an old version of JDL Studio. Please use our new URL at: https://start.jhipster.tech/jdl-studio/
  1. I cannot use the import function, which in case of the online-version https://start.jhipster.tech/jdl-studio/ works brilliantly and opens a "Open File Dialogue" window!

  2. This is the same for both of the branches gh-page as well as jhipster-online.

Could there be probably a commit missing?

Regards Peter

jdubois commented 6 years ago

That's "normal" :-) Let me explain:

So at the moment:

peddanet commented 6 years ago

Thank you, this helps a lot getting clear with the sad facts!

BTW: Why is the backend closed source ? What is it and why?

jdubois commented 6 years ago

It's closed source because it's a small project I did during the holidays - it will be open source as it's successful, but this takes time to do, and I just have other stuff to do during my free time (like spending time with my 3 kids)