Colin DAMON

Results 80 comments of Colin DAMON

Oh yes, didn't know that, we can remove Mongock if needed!

Ok, let me know if JHLite needs updates :)

Yep, that's the first think I checked, I don't really understand the source of that... need to dig a little on that one

Digged into that a little and the root cause was `@EnableJpaRepositories(basePackages = {"org.company.product"})` which have a `enableDefaultTransactions` property default to true. For me this is a bad thing since it's...

> Yes, xml manipulation should not be needed. Still thinking of a nice way to do it. The more I tempting using rewrite looks. So you should extract an interface...

I disagree! The current dummy feature clearly have an admin / user separation and have no meaning at all without authentication and authentication can add some complexity so I really...

Hard to say, why this peculiar combination? For me, the main purpose of this dummy feature is to be able to build an app to validate stuff in the CI....

We can remove cucumber and security but that probably mean no WebService exposure so a dummy with just a domain model (we can do that on the order part of...

cc @nonomoho what do you think, it's ok after https://github.com/jhipster/jhipster-lite/issues/2769?

I think we need to give it a try and, if that doesn't work (there's high chances it will be the case), we'll be able to work on a version...