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.0 #203

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

Updates org.modelix:authorization from 11.2.1 to 13.0.0

Release notes

Sourced from org.modelix:authorization's releases.

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • faaef4b build(deps): bump org.jsoup:jsoup from 1.18.3 to 1.19.1
  • Additional commits viewable in compare view

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

Release notes

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

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

... (truncated)

Commits
  • 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
  • 936fd05 Merge pull request #1447 from modelix/dependabot/gradle/org.jsoup-jsoup-1.19.1
  • 06f351d Merge pull request #1446 from modelix/dependabot/gradle/google-oauth-6cf48df6ae
  • e67cedf Merge pull request #1445 from modelix/dependabot/npm_and_yarn/typescript-esli...
  • Description has been truncated

Bumps `modelixCore` from 11.2.1 to 13.0.0.

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

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

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

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

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

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

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

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

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

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

Updates `org.modelix.model-api-gen` from 11.2.1 to 13.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 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2025

Superseded by #205.

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