mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
* fixed resource bundle related bugs in CommandLine (bundle may be null while bundleBaseName is not null in annotation processors) * all annotation processors now support a `relative.path` option (replaces the `groupId` and `artifactId` options) * DynamicProxyConfigGeneratorProcessor now supports a `interfaceClasses` option for additional interface names * ResourceConfigGeneratorProcessor now supports a `bundles` option for additional resource bundles and a `resourceRegex` option for additional other resources * added tests