Skip to content

Commit

Permalink
Update BarcodeProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 19, 2024
1 parent 66ab34e commit bdc8bf1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ void runtimeBarcodeInitializedClasses(BuildProducer<RuntimeInitializedPackageBui
//@formatter:off
List<String> classes = new ArrayList<>(
Stream.of(org.krysalis.barcode4j.output.bitmap.BitmapEncoderRegistry.class.getName(),
net.sf.jasperreports.barcode4j.BarcodeUtils.class.getName()
net.sf.jasperreports.barcode4j.BarcodeUtils.class.getName(),
"javax.swing.plaf.metal",
"javax.swing.text.html",
"javax.swing.text.rtf",
"sun.datatransfer",
"sun.swing"
).toList());
//@formatter:on
Log.debugf("Barcode4J Runtime: %s", classes);
Expand Down

0 comments on commit bdc8bf1

Please sign in to comment.