Bump com.google.zxing:javase from 3.2.1 to 3.5.4
Type: Pull Request
State: Open
Association: Unknown
Comments: 10
(4 months ago)
(4 months ago)
component:build dependencies java
Bumps com.google.zxing:javase from 3.2.1 to 3.5.4.
Release notes
Sourced from com.google.zxing:javase's releases.
ZXing 3.5.4
What's Changed
- Fix container inefficiency in RSSExpandedReader.java by
@cinsttoolin zxing/zxing#1782- Fix SYMBOLOGY_IDENTIFIER Loss in QRCodeMultiReader to Ensure Data Integrity and Functional Consistency with QRCodeReader by
@xiebaiyuanin zxing/zxing#1839- Be more stringent on email validation rules by
@ftiercelinin zxing/zxing#1870- PDF417: Check that input is made of 0...127 chars when using Compaction.TEXT, throw an explicit exception if not the case by
@ftiercelinin zxing/zxing#1878- Fixing issue #1831 by
@ftiercelinin zxing/zxing#1879- Add hint to correct wrong dimension by
@magethlein zxing/zxing#1901- Fix distortion calculation for isosceles right triangles by
@magethlein zxing/zxing#1908- Add input validation for pixel array length in RGBLuminanceSource to avoid ArrayIndexOutOfBoundsException by
@leofernandesmoin zxing/zxing#1961- Add 90-degree rotation support to RGBLuminanceSource by
@gredlerin zxing/zxing#2012- Add GrayscaleLuminanceSource by
@gredlerin zxing/zxing#2013- Loosen ITF max variance for 3x module widths by
@gredlerin zxing/zxing#2014Full Changelog: https://github.com/zxing/zxing/compare/zxing-3.5.3...zxing-3.5.4
ZXing 3.5.3
What's Changed
- Fix MaxiCode handling of vertical quiet zone by
@gredlerin zxing/zxing#1671- Removing the forced content limit check for Code128Writer.java by
@himanshushukla254in zxing/zxing#1675- Detect RSS Expanded finder pattern false positives by checking sequences by
@gredlerin zxing/zxing#1680- Update GS1 AIs according to 2023 specification by
@gredlerin zxing/zxing#1681- Prevent --raw CLR option from failing if result.getRawBytes() is null by
@dlenskiin zxing/zxing#1683- Avoid 2 more RSS Expanded finder pattern false positive scenarios by
@gredlerin zxing/zxing#1692- Avoid decoding stacked row 1 of N independently by
@gredlerin zxing/zxing#1693- Support for platforms where SJIS is unavailable by
@blakepuhakin zxing/zxing#1747New Contributors
@himanshushukla254made their first contribution in zxing/zxing#1675@blakepuhakmade their first contribution in zxing/zxing#1747Full Changelog: https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3
ZXing 3.5.2
- Minor enhancements for Code 128 and PDF417
- Restore compatibility with older JDKs See https://github.com/zxing/zxing/milestone/15?closed=1
ZXing 3.5.1
- Various minor bug fixes, including more from oss-fuzz
- Avoid very long detection of QR codes in two types of pathological cases
- Don't fail QR code decoding if GB2312 not supported by JDK
See https://github.com/zxing/zxing/milestone/14?closed=1
ZXing 3.5.0
- Many edge-case fixes and improvements from oss-fuzz
- Various improvements and fixes to Aztec, PDF417, DataMatrix decoding
- New 'minimal' encoding mode from
@AlexGeller1(zxing/zxing#1444)
... (truncated)
Changelog
Sourced from com.google.zxing:javase's changelog.
0.1 (09 Nov 2007)
- Initial release
0.1.1 (11 Nov 2007)
- Fixed bug decoding version 0 QR Codes
- Now default zoom is 2.5x in Java ME client
0.1.2 (28 Nov 2007)
- Issue 11 fixed: Build problems on Windows
- Can now build "ZXingReaderBasic" which does not require JSR-234
- Issue 14 fixed: release .zip builds into one directory
0.1.3 (7 Dec 2007)
- Unit test for QR Code decoding
- Added EAN-13 support
- Now builds with class file format version 1.2 -- may solve some compatibility issues?
- Fixed obfuscation step bug causing NoClassDefFoundError
0.1.4 (13 Dec 2007)
- Added Blackberry client build script -- does not yet work
- Big change to handling of content of barcodes:
- com.google.zxing.client.result moved from core-ext to core
- Rewritten for J2ME
- core-ext removed
- J2ME client now uses this code for better parsing/handling of results
0.2 (07 Jan 2008)
- Few small bug fixes in AlignmentPatternFinder, MultiFormatReader (thank K. Kakima, Andreas)
- LCDUIImageMonochromeBitmapSource now public
- Notably improved decoding for Basic version -- Regular version still your best bet if you can run it though
0.2.1 (16 Jan 2008)
- Slight tweaks and enhancements to decode and runtime performance of UPCDecoder
- Added black-box test suites against a known set of images (Thanks to Enrique G. S. for additional images)
0.2.2 (22 Jan 2008)
- Now includes junit locally to build tests
- Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems
- Friendlier error message when barcode can't be found
0.3 (04 Feb 2008)
- Major refactoring of 1D barcode decoding
- Added support for UPC-E, EAN-8
- Also added Code 39, Code 128 support -- may need refinement
- Now any "game" key triggers photo capture
- Workaround implemented for Nokias that use "capture://image" in MMAPI
- UPC codes now trigger lookup to upcdatabase.com
... (truncated)
Commits
f651b0a[maven-release-plugin] prepare release zxing-3.5.46d66bd9Restore 3.5.4-SNAPSHOTc65c550[maven-release-plugin] prepare release zxing-3.5.400ff3cbAdd new Sonatype repo4a16098[maven-release-plugin] rollback the release of zxing-3.5.47c58665[maven-release-plugin] prepare for next development iterationb36e149[maven-release-plugin] prepare release zxing-3.5.48536950[maven-release-plugin] rollback the release of zxing-3.5.41fe940f[maven-release-plugin] prepare release zxing-3.5.46cf1062Manually update secondary packages to 3.5.4. parent- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13279360 |
| UUID: | 3869049689 |
| Node ID: | PR_kwDOAJTq2M7AC68z |
| Host: | GitHub |
| Repository: | apache/cloudstack |