Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps org.iets3:opensource from 2023.2.7497.3fa5bb2 to 9999.9.9228.8447121.

Release notes

Sourced from org.iets3:opensource's releases.

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

Automated Nighly build from Monday, September 22, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 2025.1.1135.10cb47a
  • com.mbeddr:platform : 2025.1.26113.5f1f900

v2024.1.4867.b6e75ba

Automated Nighly build from Monday, October 6, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 2024.1.1158.2f6b75d
  • com.mbeddr:platform : 2024.1.26134.dade532

v2024.1.4863.ad06b0c

Automated Nighly build from Monday, September 29, 2025.

Includes dependencies:

  • org.mpsqa:all-in-one : 2024.1.1158.2f6b75d
  • com.mbeddr:platform : 2024.1.26129.dade532

v2024.1.4861.b2e4fac

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

September 2025

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

June 2025

Added

  • Added languages and solution for basic variability, moved from IETS3-Core project. The following modules were added:
    • variability: org.iets3.variability.* (6 languages, 2 solutions)
    • variability devkit: org.iets3.variability.base.devkit
    • analysis support: org.iets3.analysis.logic.operator, org.iets3.analysis.solversupport.util
    • contextfilter for UI: org.iets3.contextfilter, org.iets3.contextfilter.plugin

Changed

  • Published SBOM contains dependencies only from runtime configurations
  • To avoid confusion, U+03BC μ GREEK SMALL LETTER MU is no longer recognized as the 'micro' unit prefix, only U+00B5 µ MICRO SIGN is. Although technically considered 'legacy', the micro sign is the character produced by macOS and Windows keyboard layouts when pressing AltGr/Option+M.

... (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.9228.8447121.
- [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.9228.8447121
  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 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2025

Superseded by #372.

@dependabot dependabot bot closed this Oct 8, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.iets3-opensource-9999.9.9228.8447121 branch October 8, 2025 10:21
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