Ebsan / generator-jhipster-es-entity-reindexer

Generates code to reindex selected entities with Elasticsearch.
Apache License 2.0
3 stars 4 forks source link

Bugfixes for application properties issues #7

Closed nitram84 closed 1 year ago

nitram84 commented 1 year ago

Thank you for your work on application properties. I found some smaller issues and I would like to provide a PR:

And I fixed an issue found with sonarqube: "Remove the declaration of thrown exception 'java.net.URISyntaxException', as it cannot be thrown from method's body.".

Is there any reason not to use new application properties needles api introduced in jhipster > 7.9.x? You are overriding the needles in your ApplicationProperties.java-template. This may cause conflicts if your blueprint is used together with other blueprints using the new application properties needles api.