jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
346 stars 116 forks source link

Add neo4j support #428

Closed atomfrede closed 4 years ago

atomfrede commented 4 years ago

This prepares for the upcoming neo4j support. I hope all changes are correct. But importing a jdl into an application with neo4j support worked very well.

Please make sure the below checklist is followed for Pull Requests.

atomfrede commented 4 years ago

Need to rebase as it seems.

atomfrede commented 4 years ago

@MathieuAA When the part in the main generator is merged, can jhipster-core be released or is there a problem with the breaking change for JDL application class?

MathieuAA commented 4 years ago

There is a small breaking change in the API, but the generator isn't impacted. Just tell me when you plan to merge the PR so that I can do a new release for JCore.

MathieuAA commented 4 years ago

@atomfrede I'd love to have that for the next release, do you know when this can one be merged?

atomfrede commented 4 years ago

I need to fix the pr in the main generator first I would say. Otherwise the options won't work yet.

MathieuAA commented 4 years ago

Okay then! I'm ready to make a release, just tell me when you're comfortable merging this and I'll follow.