v1.0.0
New features
- Support for the CICS bundle deployment API - you can now deploy CICS bundles straight to CICS, from your Maven build! Requires the CICS TS 5.6 open beta or later.
- Support for the EBA (Enterprise Bundle Archive) bundlepart type.
- Lightweight wrapping of an existing OSGi bundle, WAR, EAR or EBA module in a CICS bundle, to complement the existing style of using a separate module for the CICS bundle.
- Support for user properties, allowing configuration to be specified from the command line.
Documentation and help
- Enhanced README and standard Maven plugin documentation.
- Standard bundle creation routines are now separated to a separate repository, cics-bundle-common.
- A new archetype for building and deploying a bundle.
- Samples that show common tasks.
Bug fixes
- Updated jackson-databind dependency to avoid CVEs
- Adding artifacts to a CICS bundle also included transitive dependencies