Extension for fix jasperreports custom fonts when generated uberjar #222
Unanswered
kauanmocelin
asked this question in
General
Replies: 1 comment
-
I think it would make sense to open an issue in the existing extension to fix this, which sounds like a bug |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was faced a very annoyng problem when using custom fonts with jasperreports and jasperreports-fonts libs, when quarkus generated uberjar the file jasperreports_extension.properties was override instead merged.
To solve this the only way I found, after a lot of research and try, was create a simple extension to merge this .properties file.
So, I know that already exists a extension for jasperreports(https://github.com/quarkiverse/quarkus-jasperreports), make sense create a new extension to specifically resolve this problem?
@gastaldi what do you think?
Beta Was this translation helpful? Give feedback.
All reactions