mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-12 13:05:37 +00:00
The "Airline" library we're currently using is deprecated according the GitHub project - https://github.com/airlift/airline. It recommends using either Airline 2 or Picocli. The former offers the simplest migration path as it's almost completely compatible with the current code. This commit implements that migration.