Stéphane Épardaud
Stéphane Épardaud
OK forgive me but I don't get what you want. The fact that the JPA doclet writes the docs with nothing documented in there seems fine to me. What do...
I'm even more lost here. So the JPA doclet works correctly, but Maven for some reason stops running the other doclets silently without even telling us why? Sounds like a...
The JPA doclet doesn't read `persistence.xml` at all. > And when doclet throws RuntimeException maven build fails, as I saw with real errors in doclet code. Those you should report...
WOW. Thanks for letting me know!
Hi, sorry I don't have time to maintain this project anymore, but feel free to fork it if you want.
Good idea, I'll add one.
Originally we had it there, but we moved it up because someone preferred it up. We can definitely make this optional, but I won't have time to do this right...
Actually, this is due to `{#bundle/}` which generates a `screen` CSS import: ```html ``` @ia3andy are you sure this is the right thing to do? It won't get loaded when...
Thanks. I'm generally in favour of real HTTP tests rather than Mockito. Do you think you could write a `RestAssured` test that exhibits the issue you're fixing?