Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps org.iets3:opensource from 2023.2.7497.3fa5bb2 to 9999.9.9592.ef25834.

Release notes

Sourced from org.iets3:opensource's releases.

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

Automated Nighly build from Monday, September 29, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1156.38180d5
  • com.mbeddr:platform : 9999.9.26127.391a82e

v9999.9.4859.7508542

Automated Nighly build from Monday, September 22, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 9999.9.1109.42c3942
  • com.mbeddr:platform : 9999.9.26114.cdd4a7b

v2025.1.4896.1789305

        Automated Nightly build from Monday, December 15, 2025.
        //
        //Includes dependencies:
        //- `org.mpsqa:all-in-one` : `2025.1.1162.e0963c6`
  • com.mbeddr:platform : 2025.1.26288.c11c0ef

v2025.1.4892.79eb212

... (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.

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.

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

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.

October 2025

Added

  • Variability: Some changes regarding variant configurations:
    • A check has been added for duplicate names of configurations in the same container.
    • Configurations might become inconsistent due to errors during manual conflict merges. A couple of model checks have been added to detect this. Additionally, there are quickfixes to fix such errors.
    • The internal storage of configurations has changed, this requires a language migration. Note that after the execution of the migration, extended configurations must be adapted via intention to their changed base configuration.
  • A VCS merge hint has been added for the __hash property (e.g., for variant configurations). This avoids merge conflicts which cannot be resolved manually anyway (in those cases, the hash value has to be recomputed anyway).

... (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.9592.ef25834.
- [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.9592.ef25834
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 15, 2025
@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 facfb35. ± 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