Dwarakaprasad Thakku Damodaran

Results 15 comments of Dwarakaprasad Thakku Damodaran

_Full disclosure - I am new to this Reactive & Criteria part_ Just out of curiosity, why not use the existing org.springframework.data.relational.core.sql.* or org.springframework.data.relational.core.query.* to implement this feature. Based on...

Based on my previous comment, [here](https://github.com/dwarakaprasad/filterreactive) is a sample gateway application with two entities (Customer & Address) implementing entity filtering, everything is supported except, 1. Distinct 2. Filtering by relationship...

@smaestri @mraible @DanielFran, what do you guys think about this implementation, is it good enough for the generator. I can make the ConditionBuilder more generic. Things that need you comments,...

Thankyou @mshima for your quick response. We are developing a blueprint that will generate code for a forms application. The application will have pages with questioner (like surveymonkey) and the...

Based on the code in 'generators/server/prompts.js' - line#320, this.cacheProvider = this.jhipsterConfig.cacheProvider = !answers.reactive ? answers.cacheProvider : NO_CACHE_PROVIDER; Caching is available only with non-reactive options. Moreover Gateway applications are reactive and...

Currently I am loading my built-in entity(s) in the blueprint's app sub-generator (as this is the earliest in the run-queue that I can load from) and while writing mocha unit...

> @dwarakaprasad Does [local blueprint support](https://github.com/jhipster/generator-jhipster/issues/19269) solve this issue for you? Thankyou @mraible for the response. I don't think the local blueprint would solve this issue. The Current JDL feature...

Please cd into the project root folder and export the jhipster info command, what you have provided in this defect doesn't seem to have the .yo-rc.json file content. INFO! Using...

It might sound crazy... I had the same issue right out of the box with the mysql-docker image but when I did a ./mvnw clean install -Dskiptests and then ./mvnw...