Managing library bundles
Library bundles make approved Java libraries and their methods available for reuse in Studio.
Create a bundle
- Open Settings > Organization > Library Bundles.
- Select Create Library Bundle.
- Enter the Library Name and Version.
- Upload the library JAR.
- Add required dependencies.
- Save the bundle, then inspect its classes and methods.
Supply-chain controls
- Upload artifacts only from an approved build or repository.
- Use immutable versions; do not replace a released binary silently.
- Record source, build provenance, license, and vulnerability-scan results.
- Minimize transitive dependencies and resolve version conflicts before release.
- Test dependent workflows before deleting or superseding a bundle.
warning
Library bundles execute within integration workloads. Review every JAR and dependency as production software.