Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Quarkus Barcode ZXing #255

Closed
melloware opened this issue Nov 1, 2024 · 0 comments · Fixed by #256
Closed

Switch to Quarkus Barcode ZXing #255

melloware opened this issue Nov 1, 2024 · 0 comments · Fixed by #256

Comments

@melloware
Copy link
Contributor

Remove your refs to com.google.zxing and replace with...

<dependency>
            <groupId>io.quarkiverse.barcode</groupId>
            <artifactId>quarkus-zxing</artifactId>
            <version>0.0.2</version>
</dependency>

remove your static Barcode utility and now jus reference ZebraCrossing anywhere you used that Barcode utility

melloware added a commit to melloware/quarkus-renarde that referenced this issue Nov 4, 2024
FroMage added a commit that referenced this issue Nov 4, 2024
Fix #255: Switch to Quarkus Barcode ZXing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant