eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

Eclipse IDE requires different way to looking for json-mappers.properties #299

Closed cvgaviao closed 4 years ago

cvgaviao commented 4 years ago

Describe the feature

The current way that the processor is looking for json-mappers.properties doesn't work with Eclipse IDE because of its OSGi based classloading behavior.

The solution I found has two pieces:

Contribution

I'm working on it.