Skip to content

Merge maintenance/mps20251 into master #3021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 5, 2025
Merged
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The project does _not_ follow
Semantic Versioning and the changes are simply documented in reverse chronological order, grouped by calendar month.

# June 2025

## com.mbeddr.core.base

### Fixed

- prevent exception in MbeddrSearchViewer actions initialization due to null value of the project event parameter

## com.mbeddr.platform publication

### Changed

- Published SBOM contains dependencies only from runtime configurations. This covers bundled libraries and all runtime
dependencies like used language libraries, JBR and MPS. The latter is however currently not yet included due to a restriction
of the CycloneDX gradle plugin.

# May 2025

## com.mbeddr.doc
Expand Down
Loading
Loading