Stéphane Épardaud

Results 666 comments of Stéphane Épardaud

Actually @gavinking I'm not sure how to get these checkstyle errors from formatting. When I run `gradlew hibernate-jpamodelgen:check` I only get errors due to `} else {` but not whitespace...

Yeah, so, where does this info come from?

> From looking at the rest of the codebase. Mimicry-based development 🤦 I'll… I'll try to blend in, I guess…

Yeah, I have _zero_ excuse :(

OK, rebased on master, reformatted, includes tests for every feature/commit, tests now run as part of regular tests, and checkstyle passes. So, IMO the only remaining thing might be to...

I can rebase again, but we should really merge this because I'm not going to keep doing that every day ;)

I don't understand. The JAXB and JAX-RS doclets work without JPA. If you don't invoke the JPA doclet it should just work.

So you want the JPA doclet to not fail if there are no JPA entities? Does the javadoc doclet not fail on the absence of things to document? If the...