Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 4.2 KB

README.md

File metadata and controls

64 lines (48 loc) · 4.2 KB

Quarkus Barcode


Version License Build

All Contributors

Overview

A Quarkus extension for supporting various barcode libraries in the Quarkus ecosystem and ensuring Native mode is supported.

The following libraries are supported:

  • Okapi comprehensive barcode library used in Quarkus Roq and Quarkus PrimeFaces (v15+)
  • Barcode4J used in Quarkus JasperReports and Quarkus PrimeFaces (v14-)
  • QR Code Generator used in Quarkus PrimeFaces (v14-)
  • Zebra Crossing used in Quarkus Renarde, Quarkus QR

Note

The main purpose of this extension is to make these libraries work in a native executable built with GraalVM/Mandrel.

Getting started

  • Create or use an existing Quarkus application
  • Add the specific extension(s) you need Quarkus CLI:
quarkus ext add io.quarkiverse.barcode:quarkus-barcode4j
quarkus ext add io.quarkiverse.barcode:quarkus-okapi
quarkus ext add io.quarkiverse.barcode:quarkus-qrcodegen
quarkus ext add io.quarkiverse.barcode:quarkus-zxing

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Melloware
Melloware

🚧
Marco Bungart
Marco Bungart

🚧 ⚠️
Stéphane Épardaud
Stéphane Épardaud

🚧 ⚠️
George Gastaldi
George Gastaldi

🚇

This project follows the all-contributors specification. Contributions of any kind welcome!