Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump modelixCore from 11.2.1 to 13.0.1 #205

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

Updates org.modelix:authorization from 11.2.1 to 13.0.1

Release notes

Sourced from org.modelix:authorization's releases.

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

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

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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)

... (truncated)

Commits
  • 60e7dd4 Merge pull request #1451 from modelix/hmac-key-length
  • 31db227 fix(authorization): HMAC512 key length requirement was 512 bytes instead of bits
  • cc45948 Merge pull request #1450 from modelix/efficient-delete-operation
  • 72edd28 fix(bulk-model-sync): after deleting a node many unnecessary move operations ...
  • 6a02a80 Merge pull request #1442 from modelix/jwt-handling
  • 7165a97 fix(model-server): jdbc_url environment variable wasn't passed to the model-...
  • 5ab070b feat(model-client): more OAuth2 configuration options (client ID, secret, sco...
  • 0d85f9f fix(authorization): inconsistent usage of DecodedJWT and Payload
  • fbca571 Merge pull request #1448 from modelix/dependabot/gradle/testcontainers-1.20.6
  • f892e50 build(deps): bump testcontainers from 1.20.5 to 1.20.6
  • Additional commits viewable in compare view

Updates org.modelix:model-datastructure from 11.2.1 to 13.0.1

Release notes

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

13.0.1

13.0.1 (2025-03-06)

Bug Fixes

  • authorization: HMAC512 key length requirement was 512 bytes instead of bits (31db227)
  • bulk-model-sync: after deleting a node many unnecessary move operations were produced (72edd28)

13.0.0

13.0.0 (2025-03-06)

Bug Fixes

  • authorization: inconsistent usage of DecodedJWT and Payload (0d85f9f)
  • authorization: stacktrace of exceptions wasn't visible anywhere (94a2a6a)
  • model-server: jdbc_url environment variable wasn't passed to the model-server (7165a97)
  • mps-sync-plugin: plugin ID was still the copy-pasted one (ffb30e5)

Features

  • model-client: more OAuth2 configuration options (client ID, secret, scopes) (5ab070b)

BREAKING CHANGES

  • authorization: AccessTokenPrincipal was replaced by Ktors JWTPrincipal

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 (

Bumps `modelixCore` from 11.2.1 to 13.0.1.

Updates `org.modelix:model-api` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:model-api-gen-runtime` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:authorization` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:model-client` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:model-server` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:modelql-core` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:modelql-untyped` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:modelql-html` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix:model-datastructure` from 11.2.1 to 13.0.1
- [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...13.0.1)

Updates `org.modelix.mps:model-adapters` from 11.2.1 to 13.0.1
- [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...13.0.1)

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

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

0 participants