RELEASED: Public: April 30, 2025
Resolved issues
- Role-Based Access Control (RBAC) groups were not exported for template based jobs (BEE-44176)
-
When configuring some RBAC groups for a job based on a template from a Pipeline Template Catalog, the CasC Export feature did not export the RBAC configuration.
Now, the groups are exported.
- Fixed NPE during reload of CasC items with null attribute values in
TemplatedJob
(BEE-51111) -
Resolved an NPE that occurred when reloading CasC items for
TemplatedJob
with null attribute values. The issue occured due to the use ofCollectors.toMap
, which does not support null values. This has been replaced with a null-safe approach.