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

Bump modelixCore from 3.15.1 to 4.0.0 #13

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2024

Bumps modelixCore from 3.15.1 to 4.0.0.
Updates org.modelix:model-api from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:model-api-gen-runtime from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:light-model-client from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:authorization from 3.15.1 to 4.0.0

Release notes

Sourced from org.modelix:authorization's releases.

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:model-client from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:model-server from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:modelql-core from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:modelql-untyped from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:modelql-html from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix:model-datastructure from 3.15.1 to 4.0.0

Release notes

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

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix.mps:model-adapters from 3.15.1 to 4.0.0

Release notes

Sourced from org.modelix.mps:model-adapters's releases.

4.0.0

4.0.0 (2024-01-09)

Bug Fixes

  • bulk-model-sync-gradle: deprecate registerLanguage (533db0d)

  • feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image (63da264)

BREAKING CHANGES

  • The previous entry point was the default ENTRYPOINT ["/bin/sh", "-c"]. Now it is ENTRYPOINT ["./run-model-server.sh"]. If you used docker run modelix/model-server ./run-model-server.sh <args> to pass arguments, you now have to use docker run modelix/model-server <args>. If you used any other process, you now have to override the entry point with the --entrypoint option. See https://docs.docker.com/engine/reference/run/#entrypoint-default-command-to-execute-at-runtime

3.18.3

Without changes compared to 3.18.2. Required to fix the failing publish attempt of 3.18.2.

3.18.2

3.18.2 (2024-01-03)

Bug Fixes

  • model-server: use one large transaction when putting many values (1b00161)

3.18.1

3.18.1 (2024-01-03)

3.18.0

3.18.0 (2024-01-02)

Features

  • bulk-model-sync-gradle: make request timeout configurable (faf2573)

3.17.2

3.17.2 (2024-01-02)

Bug Fixes

  • bulk-model-sync-gradle: clarify log messages during import (1c385da)

... (truncated)

Commits
  • 1eacc95 Merge pull request #393 from modelix/fix/deprecate-register-languages
  • bb767e6 Merge pull request #391 from modelix/MODELIX-534
  • 533db0d fix(bulk-model-sync-gradle): deprecate registerLanguage
  • 63da264 feat(model-server)!: Use ENTRYPOINT instead of CMD in the provided Docker image
  • 2bd3343 Merge pull request #390 from modelix/bugfix/objects-put-transactions
  • 1b00161 fix(model-server): use one large transaction when putting many values
  • 3f42ecd Merge pull request #388 from modelix/build/publish-debug
  • 2b5a4b7 ci: enable info logging in publish workflow as a debugging aid
  • 3d41891 Merge pull request #387 from modelix/feature/configurable-timeout-bulk-sync
  • faf2573 feat(bulk-model-sync-gradle): make request timeout configurable
  • Additional commits viewable in compare view

Updates org.modelix.model-api-gen from 3.15.1 to 4.0.0

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 `modelixCore` from 3.15.1 to 4.0.0.

Updates `org.modelix:model-api` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:model-api-gen-runtime` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:light-model-client` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:authorization` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:model-client` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:model-server` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:modelql-core` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:modelql-untyped` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:modelql-html` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix:model-datastructure` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix.mps:model-adapters` from 3.15.1 to 4.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@3.15.1...4.0.0)

Updates `org.modelix.model-api-gen` from 3.15.1 to 4.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:light-model-client
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2024
@slisson slisson merged commit 37c010b into main Jan 10, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/modelixCore-4.0.0 branch January 10, 2024 12:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant