TIBCOSoftware / jasperreports

JasperReports® - Free Java Reporting Library
https://community.jaspersoft.com/downloads/community-edition/
GNU Lesser General Public License v3.0
1.07k stars 404 forks source link

Error generating QRCode using Barcode4J in JasperReport v7 #456

Closed wahyubaskara closed 4 months ago

wahyubaskara commented 4 months ago

I cannot create QRCode after using JasperReport v7

1 2 3 4
teodord commented 4 months ago

Yes, there is a bug in this latest release. To workaround it, right-click the barcode element, go to Properties view and in the Barcode tab select one of the options inside Error Correction Level property. Pick the L value, which is also the default.

This will be fixed in a subsequent release soon.

I hope this helps. Teodor

vanicekv commented 4 months ago

Hello,

I have the same problem and it's a lot of reports. When are you planning to release the patch please?

Thank you.

teodord commented 4 months ago

It could take a few weeks. We do not have a target date. Maybe you can stay with version 6 for now.

Thank you, Teodor

vanicekv commented 4 months ago

That's a shame, such a simple fix...

teodord commented 4 months ago

As you can see from above comment, the fix is already pushed here at Github. A snapshot containing the fix from master branch is available at: https://jaspersoft.jfrog.io/ui/native/jr-ce-snapshots/net/sf/jasperreports/jasperreports/master-SNAPSHOT/

You should probably stay with previous version. Don't see why the rush to upgrade to 7.

Thank you, Teodor

vanicekv commented 4 months ago

Thanks for providing the snapshot, it's up and running now.