cassandre-tech / cassandre-trading-bot

Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
https://trading-bot.cassandre.tech
GNU General Public License v3.0
578 stars 162 forks source link

Bump io.github.deweyjose:graphqlcodegen-maven-plugin from 1.18 to 1.51.1 #1244

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps io.github.deweyjose:graphqlcodegen-maven-plugin from 1.18 to 1.51.1.

Release notes

Sourced from io.github.deweyjose:graphqlcodegen-maven-plugin's releases.

Version 1.51.1

Maintenance release:

  • chore: fix formating
  • chore: use provide scope
  • chore: update maven compiler plugin
  • chore: refactor source and javadoc plugin versions to properties
  • chore: set default encoding to squelch warnings

Version 1.51.0

  • Integrate DGS Codegen 6.1.1
  • Add support for the generateIsGetterForPrimitiveBooleanFields option

Various code formatting issues in the repo fixed.

Version 1.50

Added the ability to only generate code for schema files that have changed. Today this only works with schemaPaths. A subsequent release for schema compilation via dependencies will be release soon.

TLDR; All configured schemaPaths directories are expanded to the full set of .graphql(s) files in addition to any explicitly configured .graphqls files. A manifest file is maintained containing all the .graphqls files and their checksums. If a checksum matches - that file is removed from the set passed to codegen. If there are no files to process the codegen core code is not invoked.

This behavior is enabled by default. To disable: <onlyGenerateChanged>false</onlyGenerateChanged>

Version 1.40

Integrate DGS codegen core 6.0.2.

If you generate and execute client code ensure to migrate from graphql-dgs-codegen-client-core to graphql-dgs-codegen-shared-core or you'll run into NPEs.

Version 1.39

Integrate DGS codegen 5.12.4

Version 1.38

Integrate DGS codegen 5.91

Version 1.37

Integrate DGS codegen 1.37

Version 1.36

integrate DGS codegen 5.8.1

Version 1.35

Integrate DGS codegen 5.8.0

Version 1.34

Integrate DGS codegen 5.7.3

Version 1.33

Integrate DGS codegen 5.7.2

Version 1.32

Integrate DGS codegen v5.7.1

... (truncated)

Commits
  • 5d9e627 cleanup (#115)
  • ccbfa44 Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 (#107)
  • 6c8e794 Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#108)
  • de2751c Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 (#109)
  • a3d56a6 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.6.1 to 3.10.2 (#110)
  • 2e68bce Bump junit.version from 5.9.2 to 5.10.1 (#111)
  • c967610 Bump ch.qos.logback:logback-classic from 1.2.6 to 1.4.14 (#112)
  • a716ff7 Create dependabot.yml (#102)
  • 3eca4fc feat: integrate dgs codegen 6.1.1 (#106)
  • 20b11b5 feat: 4space indents, code reformat (#105)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.github.deweyjose:graphqlcodegen-maven-plugin | [>= 1.32.a, < 1.33] |

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
dependabot[bot] commented 7 months ago

Superseded by #1247.