Commit graph

3727 commits

Author SHA1 Message Date
Sean Owen 8efbbcd188 [maven-release-plugin] prepare for next development iteration 2023-07-29 20:36:52 -05:00
Sean Owen 0e8eb0dd49 [maven-release-plugin] prepare release zxing-3.5.2 2023-07-29 20:36:47 -05:00
Sean Owen 8e51613be2 Manually update android-* to 3.5.2 for release 2023-07-29 20:35:40 -05:00
Sean Owen a35ae174ec [maven-release-plugin] rollback the release of zxing-3.5.2 2023-07-29 20:29:30 -05:00
Sean Owen 72628afca6 [maven-release-plugin] prepare for next development iteration 2023-07-29 19:56:45 -05:00
Sean Owen f63d60226a [maven-release-plugin] prepare release zxing-3.5.2 2023-07-29 19:56:42 -05:00
Sean Owen 48b5e597c4 Remove old Elastic config 2023-07-29 19:55:08 -05:00
Valérian Rousset 4a59188a2e
javase/test/matrix: check format support (#1668) 2023-07-20 17:15:06 -05:00
dependabot[bot] 6d1543b3dd
Bump spring.version from 6.0.10 to 6.0.11 (#1667)
Bumps `spring.version` from 6.0.10 to 6.0.11.

Updates `spring-test` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.10...v6.0.11)

Updates `spring-web` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 08:00:10 -05:00
dependabot[bot] 2d699a6f2c
Bump maven-site-plugin from 4.0.0-M8 to 4.0.0-M9 (#1666)
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M8 to 4.0.0-M9.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-4.0.0-M8...maven-site-plugin-4.0.0-M9)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 07:59:56 -05:00
dependabot[bot] 95c9987cca
Bump guava from 32.0.1-android to 32.1.1-android (#1663)
Bumps [guava](https://github.com/google/guava) from 32.0.1-android to 32.1.1-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 07:59:34 -05:00
dependabot[bot] 499269dc99
Bump maven-clean-plugin from 3.2.0 to 3.3.1 (#1661)
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-26 07:39:57 -05:00
Daniel Gredler 282f5ba726
Add ResultMetadataType.ERRORS_CORRECTED and ERASURES_CORRECTED (#1657)
* Add ResultMetadataType.ERRORS_CORRECTED and ERASURES_CORRECTED (2D barcodes)

* Maintain existing constructor on AztecDetectorResult

* Maintain existing ReedSolomonDecoder.decode method
2023-06-25 17:30:21 -05:00
primo-ppcg 57ed027468
Make OneDimensionalCodeWriter.encode(content, hints) public (#1659)
This method is useful for encoding Code128 with a specific code set to a bool array. As no other class overrides this method, this change only affects Code128Writer.

I don't know that there's a strong argument against making this method public. With this method protected, it is necessary to first encode as a BitMatrix, extract the first row, and the convert the resulting BitArray to a bool array. This all can be avoided if the method is made public.
2023-06-24 07:42:40 -05:00
primo-ppcg 7880290d25
Allow space in Code128 CodeSet B (#1658)
Space is a valid character in CodeSet B.
2023-06-23 21:54:20 -05:00
dependabot[bot] 41592c4b41
Bump maven-war-plugin from 3.3.2 to 3.4.0 (#1655)
Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.3.2 to 3.4.0.
- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.3.2...maven-war-plugin-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 06:36:40 -06:00
dependabot[bot] 7cc6955abb
Bump spring.version from 6.0.9 to 6.0.10 (#1656)
Bumps `spring.version` from 6.0.9 to 6.0.10.

Updates `spring-test` from 6.0.9 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.9...v6.0.10)

Updates `spring-web` from 6.0.9 to 6.0.10
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 06:36:05 -06:00
dependabot[bot] 1d46028ee5
Bump guava from 32.0.0-android to 32.0.1-android (#1651)
Bumps [guava](https://github.com/google/guava) from 32.0.0-android to 32.0.1-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 08:07:52 -05:00
dependabot[bot] e199c805ab
Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#1652)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.0...surefire-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 08:07:38 -05:00
dependabot[bot] cbb67b1a44
Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (#1653)
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.4 to 3.4.5.
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.4...maven-project-info-reports-plugin-3.4.5)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 08:07:27 -05:00
dependabot[bot] 39b7f28586
Bump maven-release-plugin from 3.0.0 to 3.0.1 (#1646)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0...maven-release-3.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 07:40:09 -05:00
dependabot[bot] 74264db6de
Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 (#1645)
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.3 to 3.4.4.
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.3...maven-project-info-reports-plugin-3.4.4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 07:39:46 -05:00
dependabot[bot] 8f139b4d3d
Bump guava from 31.1-android to 32.0.0-android (#1644)
Bumps [guava](https://github.com/google/guava) from 31.1-android to 32.0.0-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 07:14:59 -05:00
Daniel Gredler 1ab0326bd5
Use barcode-specific min height when searching for stop pattern (fixes #1641) (#1642) 2023-05-28 19:10:32 -05:00
dependabot[bot] 1a14d0f269
Bump maven-scm-plugin from 2.0.0 to 2.0.1 (#1639)
Bumps [maven-scm-plugin](https://github.com/apache/maven-scm) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.0.0...maven-scm-2.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 19:06:53 -05:00
dependabot[bot] 195d9b3c7b
Bump maven-assembly-plugin from 3.5.0 to 3.6.0 (#1635)
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.5.0...maven-assembly-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 18:56:39 -05:00
dependabot[bot] 3ad26c9af2
Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (#1638)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 18:56:09 -05:00
dependabot[bot] b4d2aa09af
Bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#1637)
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0.
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 18:55:19 -05:00
dependabot[bot] d71da5fbf9
Bump maven-site-plugin from 4.0.0-M7 to 4.0.0-M8 (#1634)
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M7 to 4.0.0-M8.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-4.0.0-M7...maven-site-plugin-4.0.0-M8)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 18:55:02 -05:00
dependabot[bot] 415f5ca5de
Bump spring.version from 6.0.8 to 6.0.9 (#1631)
Bumps `spring.version` from 6.0.8 to 6.0.9.

Updates `spring-test` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.8...v6.0.9)

Updates `spring-web` from 6.0.8 to 6.0.9
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:55:11 -05:00
dependabot[bot] 9353c4f406
Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#1633)
Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:54:57 -05:00
dependabot[bot] 8eb2dc9cc1
Bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#1632)
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.5.0...maven-dependency-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:54:50 -05:00
dependabot[bot] 3ee6a0a336
Bump maven-source-plugin from 3.2.1 to 3.3.0 (#1630)
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:54:42 -05:00
dependabot[bot] e0b944efb4
Bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#1629)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 14:54:29 -05:00
Sean Owen 8ce9542d35
Create dependabot.yml 2023-05-23 14:45:39 -05:00
Daniel Gredler 72f5ee7bb9
Reduce PDF417 variance leniency (fixes #1624) (#1628) 2023-05-22 23:23:48 -05:00
Daniel Gredler 807fb0ba9a
Ignore Eclipse IDE files (#1626) 2023-05-22 18:42:07 -05:00
Daniel Gredler b892c401c9
Enable supported ECI charsets dynamically (#1625)
* Enable supported ECI charsets dynamically

* Remove use of Java 9+ API

* Remove property-based override for dynamic ECI charsets
2023-05-22 17:53:35 -05:00
Sean Owen c062955c84 Fix CI warning about setup-java@v2 2023-04-26 21:38:15 -05:00
Sean Owen a24f93093e
Update to Java EE 10 for zxing.org (#1621)
* Update to Java EE 10 for zxing.org
* Just remove reactor convergence
2023-04-26 21:34:53 -05:00
Sean Owen 1d2379df34 Regular plugin updates 2023-04-25 13:33:03 -05:00
Frederik van der Els fc4433ba3c
Clarify that the size of the GF is a power of two (#1612) 2023-04-04 16:08:58 -05:00
monsieurtanuki f3c2b44e35
fix: 1358 - rolled back to old-fashioned Collections.sort for android 23 (#1595)
cf. https://developer.android.com/reference/java/util/List#sort(java.util.Comparator%3C?%20super%20E%3E), "added in API level 24"
2023-03-23 12:48:54 -05:00
Henry A Schimke 40fc4d545d
update the link for rxing (#1596)
Please update the link for rxing (the rust port of zxing) as the repository has changed
2023-02-11 10:59:39 -06:00
Henry A Schimke dfb06fa33b
add rust port (#1588) 2023-01-08 22:06:01 -06:00
Sean Owen bc88dd15c8 Fix Android module snapshot versions 2022-11-01 22:20:04 -05:00
Sean Owen e30e0183aa Update site for 3.5.1 2022-11-01 22:12:49 -05:00
Sean Owen deb67272cf [maven-release-plugin] prepare for next development iteration 2022-11-01 21:54:14 -05:00
Sean Owen bb75858c9b [maven-release-plugin] prepare release zxing-3.5.1 2022-11-01 21:52:44 -05:00
Sean Owen 74bd455daa Prep for 3.5.1 - update android module versions 2022-11-01 21:29:35 -05:00