Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps modelixCore from 11.2.1 to 12.0.0.
Updates org.modelix:model-api from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:model-api's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:model-api-gen-runtime from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:model-api-gen-runtime's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:authorization from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:authorization's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:model-client from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:model-client's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:model-server from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:model-server's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:modelql-core from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:modelql-core's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:modelql-untyped from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:modelql-untyped's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (8a07819)
  • mps-sync-plugin: model-synchronizer didn't call ISyncTargetNode.isOrdered(IChildLinkReference) (1eb2ad1)
  • mps-sync-plugin: removed last usages of originalId in ModelSynchronizer (1187b88)
  • mps-sync-plugin: synchronization of used devkits failed (298a71f)

Features

  • model-api: changed serialization format of references to modelix node (c18ff22)
  • model-server: include oauth endpoints in WWW-Authenticate on 401 (4a7f317)
  • mps-sync-plugin: catch exceptions and continue synchronization (ee17b6b)
  • mps-sync-plugin: handle disabled bindings when loading from modelix.xml (b7bc5e4)
  • mps-sync-plugin: ignore exception during synchronization (8f4d148)
  • mps-sync-plugin: ignore exception during synchronization (63e6a29)
  • mps-sync-plugin: MPS 2020.3 support (9e6610e)
  • mps-sync-plugin: persist bindings to .mps/modelix.xml and restore during startup (5143b51)
  • mps-sync-plugin: re-implementation of the sync plugin for MPS (b6c3aaa)
  • mps-sync-plugin: support for MPS 2020.3 (6b48f5d)

BREAKING CHANGES

  • model-api: model-client versions before 3.17.0 are incompatible to this new release

11.3.0

11.3.0 (2025-02-05)

Bug Fixes

  • bulk-model-sync: deduplication of sync algorithm in ModelImporter and ModelSynchronizer (580d8bd)

... (truncated)

Commits
  • 60780bd Merge pull request #1396 from modelix/MODELIX-1064-Bulk-sync-based-MPS-plugin...
  • 1187b88 fix(mps-sync-plugin): removed last usages of originalId in ModelSynchronizer
  • 379a4df Merge pull request #1432 from modelix/dependabot/npm_and_yarn/model-server-op...
  • 0e50df0 Merge pull request #1430 from modelix/dependabot/gradle/org.openapi.generator...
  • 2f4b832 Merge pull request #1431 from modelix/dependabot/gradle/io.mockk-mockk-1.13.17
  • 0abac28 build(deps): bump @​redocly/cli in /model-server-openapi
  • 21f5e7e build(deps): bump io.mockk:mockk from 1.13.16 to 1.13.17
  • c71538b build(deps): bump org.openapi.generator from 7.11.0 to 7.12.0
  • a8b6fcc fix(model-server): use output of gradle application plugin to run the model-s...
  • 9530a0c test(model-server): increase timeout in AuthorizationTest
  • Additional commits viewable in compare view

Updates org.modelix:modelql-html from 11.2.1 to 12.0.0

Release notes

Sourced from org.modelix:modelql-html's releases.

12.0.0

12.0.0 (2025-02-28)

Bug Fixes

  • model-client: expired access token wasn't refreshed (2dbdbbc)
  • model-client: OAuth login (e5188ab)
  • model-client: OAuth login (c4c6787)
  • model-client: only use OAuth if explicitly enabled (cd457fd)
  • model-datastructure: AddNewChildrenOp.toString() (6509a81)
  • model-datastructure: deserialization failed after addNewChildren with empty list of children (bdadaaf)
  • model-server: don't require login for the /headers endpoint (73cc5c5)
  • model-server: some versions were missing on the history page (66a17ad)
  • model-server: use output of gradle application plugin to run the model-server (a8b6fcc)
  • mps-sync-plugin: binding couldn't be disabled (16209d3)
  • mps-sync-plugin: descendants of new nodes where not synchronized (6487904)
  • mps-sync-plugin: descendants of new nodes where not synchronized (c1eead7)
  • mps-sync-plugin: exceptions weren't logged (missing appender) (e3a0303)
  • mps-sync-plugin: handle exceptions during initial sync (

Bumps `modelixCore` from 11.2.1 to 12.0.0.

Updates `org.modelix:model-api` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:authorization` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:model-client` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:model-server` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:modelql-core` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:modelql-untyped` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:modelql-html` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix:model-datastructure` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix.mps:model-adapters` from 11.2.1 to 12.0.0
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@11.2.1...12.0.0)

Updates `org.modelix.model-api-gen` from 11.2.1 to 12.0.0

---
updated-dependencies:
- dependency-name: org.modelix:model-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:model-api-gen-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:authorization
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:model-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:model-server
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:modelql-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:modelql-untyped
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:modelql-html
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix:model-datastructure
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix.mps:model-adapters
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.modelix.model-api-gen
  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 Mar 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

Superseded by #203.

@dependabot dependabot bot closed this Mar 6, 2025
@dependabot dependabot bot deleted the dependabot/gradle/modelixCore-12.0.0 branch March 6, 2025 16:23
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