forked from loafle/openapi-generator-original
* Make stripPackage name configurable via property - Needed because some APIs (e.g. Kubernetes) include version information in packages. Stripping causes many generated API and model classes to be named the same, causing a last-one-wins situation which is unacceptable. * Per PR review, ensure stripPackageName Boolean property and log warning