Martin Panzer
Martin Panzer
@knutwannheden I usually just return an inputstream for file downloads. Not sure if it helps in your situation though. ``` return Response.ok(blob.getBinaryStream(), document.getMimeType()) .header("Content-length", document.getFileSize()) .header("content-disposition", "attachment; filename = "...
mvnd still sometimes downloads from maven central instead of our nexus. It works fine on a small project (7 modules). On a larger one with about 49 modules, mvnd downloads...
Can confirm, we also use `activeByDefault` to activate these settings / add more repositories.
> By the looks of it, the JaxrsReader automatically includes all these classes in the documentation, even though they are not annotated. This is propably as designed. By default, this...
okay, sure. Will prepare a fork later this week and ping you once ready.
@alexnederlof I prepared a fork over at https://github.com/pro-crafting/Jasper-report-maven-plugin and just released version 3.0.0. This version has the same features as your 2.8, and is mainly intended for migration.
Bump
Thanks for reporting this. fixed in 1.10.1
uhrg, not closed. wrong issue. sorry.
@minnymin3 any idea how to implement this?