Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps org.iets3:opensource from 2023.2.7497.3fa5bb2 to 9999.9.9323.e34958f.

Release notes

Sourced from org.iets3:opensource's releases.

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.4869.e7b783e

Automated Nighly build from Monday, October 13, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 2025.1.1162.e0963c6
  • com.mbeddr:platform : 2025.1.26151.43187e1

v2025.1.4866.5a86d3f

Automated Nighly build from Monday, October 6, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 2025.1.1162.e0963c6
  • com.mbeddr:platform : 2025.1.26132.1b52337

v2025.1.4860.e01260a

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

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

Fixed

  • Improved the readability of lists by enforcing a new line when a threshold of three elements per list is exeeded.

September 2025

Added

  • Data tables, binary and multi-criteria decision tables now support deletion, copying and pasting when multiple cells are selected with the mouse.

Fixed

  • The renderReadable/getPresentation implementations were improved and are now equivalent in all concepts.
  • Variability: For feature attributes, the inspector in the configuration editor shows the current value of the attribute and what caused this value (manual input by user, default, forced by tool, etc). This assignment cause is read-only now. An intention is added to manually set it to 'manual' state.
  • Updated API for build.gentests and junit.interpreter.run.configuration
  • Variability: In the configuration editor, pressing Return/Enter anywhere will create an empty line after the configuration. Pressing Shift-Return/Enter on the header line of a configuration will create an empty line before the configuration.

Removed

  • To enable github release the usage of listMergedPRs script is removed for the time beeing.

July 2025

Fixed

  • Expressions of ShortLambdas are now correctly updated and used for interpretation after they are changed
  • API for coverage calculation and restored original functionality. Coverage is now calculated during interpreter execution
  • Duplicated colors for PARTIAL and IGNORED

Added

  • CI tests for InterpreterCoverageAssQuery which make use use the calculated coverage data
  • Solver: Add test infrastructure to ensure that errors computed by any solver are converted to editor messages properly.
  • Variability: APIs for FilterParams (configuration of filter&instantiate process) and skeleton tree data structure were extended
  • Warning for BangOp in case type is not OptionType

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.iets3:opensource](https://github.com/IETS3/iets3.opensource) from 2023.2.7497.3fa5bb2 to 9999.9.9323.e34958f.
- [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.9323.e34958f
  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 Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #410.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.iets3-opensource-9999.9.9323.e34958f branch December 15, 2025 19:06
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