Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

Bumps org.iets3:opensource from 2023.2.7497.3fa5bb2 to 9999.9.9652.af57c15.

Release notes

Sourced from org.iets3:opensource's releases.

v9999.9.4902.dc1954e

        Automated Nightly build from Monday, January 12, 2026.
        //
        //Includes dependencies:
        //- `org.mpsqa:all-in-one` : `9999.9.1195.1eecd98`
  • com.mbeddr:platform : 9999.9.26303.aa8adce

v9999.9.4899.e2a7f35

        Automated Nightly build from Monday, December 22, 2025.
        //
        //Includes dependencies:
        //- `org.mpsqa:all-in-one` : `9999.9.1195.1eecd98`
  • com.mbeddr:platform : 9999.9.26301.9dc6e54

v9999.9.4898.ef25834

        Automated Nightly build from Wednesday, December 17, 2025.
        //
        //Includes dependencies:
        //- `org.mpsqa:all-in-one` : `9999.9.1195.1eecd98`
  • com.mbeddr:platform : 9999.9.26294.043e3d9

v9999.9.4874.0a5e3a4

Automated Nighly build from Monday, October 27, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1179.bf4a89d
  • com.mbeddr:platform : 9999.9.26185.388e351

v9999.9.4872.37be39e

Automated Nighly build from Monday, October 20, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1156.38180d5
  • com.mbeddr:platform : 9999.9.26166.3bf7268

v9999.9.4868.fd1653b

Automated Nighly build from Monday, October 13, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1156.38180d5
  • com.mbeddr:platform : 9999.9.26152.fc24275

v9999.9.4865.7e56103

Automated Nighly build from Monday, October 6, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1156.38180d5
  • com.mbeddr:platform : 9999.9.26133.2a2cab4

v9999.9.4862.17dff2a

... (truncated)

Changelog

Sourced from org.iets3:opensource's changelog.

Changelog

All notable changes to this project are documented in this file.

Format of the log is loosely based on Keep a Changelog. The project does not follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.

January 2026

Fixed

  • Physical units: The units Joule, Coulomb and Watt can now have also prefixes with negative metric scaling, e.g., mW (Milliwatt). Additionally, some typos have been corrected in the physical units documentation.

December 2025

Added

  • Variability: The intention "Update all configurations" for feature models has been improved: Now a modal dialog with a progress bar and some additional information is shown. The process is now completely sequential, improving stability. Moreover, there is some timing output in the log. Finally, performance has been improved by postponing the event handling for all changes to the involved models.
  • Variability: The intention "Adapt to changes in feature model" and related quickfixes also have been improved similarly to the improvements on "Update all configurations".

Fixed

  • Variability: The propagation of configuration updates to referencing configurations has been improved. Due to this optimization, it needs much less CPU time now.

Changed

  • Variability: Remove deprecated concepts VariabilityModelChunk_old, and some related concepts.
  • Typesystem: All usages of colon casts were transformed to the 'as' cast for null safety. From now on no colon casts are allowed in the typesystem, also read this issue for more info: IETS3/iets3.opensource#688
  • Variability: The grouping of root constraints has been improved. New root constraints will be added next to the other constraints in the respective groups. This helps to avoid merge conflicts.

November 2025

Added

  • The Maven POM now contains all bundled JARs as dependencies with provided scope to help with automated license and vulnerability scanning.
  • The Grammar Cells of KernelF editors can now be customized through the extension point EditorCustomization. Optional cells, flag cells, constant cells, substitute cells and side transformations can be customized (activation of substitutions, side transformations, description text, post-processing etc.).

Fixed

  • A bug was fixed that caused the editor of NumberLiteral to break if a property macro was used for its value.
  • Added missing support for IndexExpr for the operations findFirst and forEach.
  • The AssessmentAnalyzer doesn't try to modify read-only models on the CI anymore.
  • An invalid checking rule for parameter value types of functional component instances has been removed. It was introduced by a move of IETS3.Core languages in February 2025.

Improved

  • Some editor action descriptions were improved.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.iets3:opensource](https://github.com/IETS3/iets3.opensource) from 2023.2.7497.3fa5bb2 to 9999.9.9652.af57c15.
- [Release notes](https://github.com/IETS3/iets3.opensource/releases)
- [Changelog](https://github.com/IETS3/iets3.opensource/blob/master/CHANGELOG.md)
- [Commits](https://github.com/IETS3/iets3.opensource/commits)

---
updated-dependencies:
- dependency-name: org.iets3:opensource
  dependency-version: 9999.9.9652.af57c15
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 13, 2026
@github-actions
Copy link

Test Results

0 tests   - 337   0 ✅  - 324   0s ⏱️ - 5m 47s
0 suites  -  40   0 💤  -  13 
0 files    -  40   0 ❌ ±  0 

Results for commit 1ce7a6a. ± Comparison against base commit 62bfa80.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant