This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 2e113b7
committed
Log Java ZXing library version if decoding fails
The Java ZXing library contains a fair number of version-specific gaps and
quirks.
For example, prior to the patch I contributed in
zxing/zxing@2040598
(which is not yet in a release), ZXing would fail to decode PDF417 barcodes
in vertical orientations, which are very common in airline boarding passes.
So it's useful to log the ZXing library version in order to address users'
questions about differences between different ZXing decoder interfaces.1 parent 50e0d65 commit 2e113b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments