vert-x3 / vertx-ignite

Apache License 2.0
35 stars 28 forks source link

Make dependency on Spring optional #46

Closed jan-zajic closed 6 years ago

jan-zajic commented 7 years ago

I wrote a json config parser to make a dependency on ignite-spring and even whole spring stack unnecessary. It's only required to configure ignite from xml config file, so it's better to make it optional. In vertx it's best practice to configure things via json, so i wrote parser that replace this xml file (see my update of documentation) and made it default. Users can still use xml file if add dependency to ignite-spring, also documented.

agura commented 7 years ago

@jan-zajic I think it makes sense but JSON configuration should be part of Apache Ignite project. Otherwise provided JSON parser will be outdated soon.