Closed renovate[bot] closed 1 year ago
93 files 93 suites 1m 26s :stopwatch: 263 tests 263 :heavy_check_mark: 0 :zzz: 0 :x: 268 runs 268 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit b6ccc50d.
:recycle: This comment has been updated with latest results.
Kudos, SonarCloud Quality Gate passed!
This PR contains the following updates:
17.4.4
->17.5.0
20.0
->20.1
Release Notes
conventional-changelog/commitlint
### [`v17.5.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1750-httpsgithubcomconventional-changelogcommitlintcomparev1744v1750-2023-03-22) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.4...v17.5.0) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli) #### [17.4.4](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4) (2023-02-17) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli) #### [17.4.3](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.2...v17.4.3) (2023-02-13) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli) #### [17.4.2](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.1...v17.4.2) (2023-01-12) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli) #### [17.4.1](https://togithub.com/conventional-changelog/commitlint/compare/v17.4.0...v17.4.1) (2023-01-09) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)graphql-java/graphql-java
### [`v20.1`](https://togithub.com/graphql-java/graphql-java/releases/tag/v20.1): 20.1 This is a feature and bugfix release. There are **no breaking changes** in this release. This release continues to use Java 8. Thanks to everyone in the community for helping us with this release. Thanks for your PRs, issues, and discussions! #### Security fix This release includes a security fix [#3112](https://togithub.com/graphql-java/graphql-java/issues/3112) which adds a limit to the depth of grammar rules, to prevent stack overflow. #### Highlights [#3095](https://togithub.com/graphql-java/graphql-java/issues/3095) improves resiliency to class loader problems with `LambdaMetafactory`. [#3049](https://togithub.com/graphql-java/graphql-java/issues/3049) adds an extensions builder and merger. #### Release policy We have formalised our release schedule to give the community a better idea of when to expect releases, what will be contained within them, and when important fixes will be backported. See the full details at https://www.graphql-java.com/blog/release-policy #### What's Changed - docs: update badges for v20 release by [@setchy](https://togithub.com/setchy) in [https://github.com/graphql-java/graphql-java/pull/3047](https://togithub.com/graphql-java/graphql-java/pull/3047) - Update FieldValidationInstrumentation.java by [@kfwerf](https://togithub.com/kfwerf) in [https://github.com/graphql-java/graphql-java/pull/3066](https://togithub.com/graphql-java/graphql-java/pull/3066) - Update vulnerability reporting instructions by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3070](https://togithub.com/graphql-java/graphql-java/pull/3070) - Fix extend schema directives ANTLR rule by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3071](https://togithub.com/graphql-java/graphql-java/pull/3071) - Allow users to disable MultiSourceReader trackData through ParserOptions by [@AntaresS](https://togithub.com/AntaresS) in [https://github.com/graphql-java/graphql-java/pull/3062](https://togithub.com/graphql-java/graphql-java/pull/3062) - Add missing getter and fix name consistency by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3073](https://togithub.com/graphql-java/graphql-java/pull/3073) - use toolchain to specify the java version by [@andimarek](https://togithub.com/andimarek) in [https://github.com/graphql-java/graphql-java/pull/3075](https://togithub.com/graphql-java/graphql-java/pull/3075) - Fix isNameChanged by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3076](https://togithub.com/graphql-java/graphql-java/pull/3076) - Update instrumentation example in documentation by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3078](https://togithub.com/graphql-java/graphql-java/pull/3078) - Reuse ExecutionStrategyInstrumentationContext.NOOP in DataLoaderDispatcherInstrumentation by [@dfa1](https://togithub.com/dfa1) in [https://github.com/graphql-java/graphql-java/pull/3068](https://togithub.com/graphql-java/graphql-java/pull/3068) - Add missing this keyword for readability by [@cookieMr](https://togithub.com/cookieMr) in [https://github.com/graphql-java/graphql-java/pull/3067](https://togithub.com/graphql-java/graphql-java/pull/3067) - defaulting the deprecated methods in Coercing by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3063](https://togithub.com/graphql-java/graphql-java/pull/3063) - Add missing detail by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3079](https://togithub.com/graphql-java/graphql-java/pull/3079) - Updating the JavaDoc http links by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3083](https://togithub.com/graphql-java/graphql-java/pull/3083) - An Extensions Builder by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3049](https://togithub.com/graphql-java/graphql-java/pull/3049) - Use ImmutableList.builderWithExpectedSize in ImmutableKit.mapAndDropNulls too by [@dfa1](https://togithub.com/dfa1) in [https://github.com/graphql-java/graphql-java/pull/3081](https://togithub.com/graphql-java/graphql-java/pull/3081) - Resolve TypeReferences in schema applied directives by [@kaqqao](https://togithub.com/kaqqao) in [https://github.com/graphql-java/graphql-java/pull/3054](https://togithub.com/graphql-java/graphql-java/pull/3054) - Remove sun.misc.\* from MANIFEST.MF by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3091](https://togithub.com/graphql-java/graphql-java/pull/3091) - Replace javax nullable annotations with JetBrains equivalent by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3093](https://togithub.com/graphql-java/graphql-java/pull/3093) - Ensured that the MANIFEST.MF files is the first entry in the JAR File by [@schaefa](https://togithub.com/schaefa) in [https://github.com/graphql-java/graphql-java/pull/3097](https://togithub.com/graphql-java/graphql-java/pull/3097) - Fix type change and directive deletion problems in schema diffing by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3102](https://togithub.com/graphql-java/graphql-java/pull/3102) - Handle enum value rename by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3103](https://togithub.com/graphql-java/graphql-java/pull/3103) - Bugfix: do not use default operation name types if not included in schema definition block by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3088](https://togithub.com/graphql-java/graphql-java/pull/3088) - Adding ExtensionsBuilder in the graphql context by default by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3085](https://togithub.com/graphql-java/graphql-java/pull/3085) - Meta Lambda failures - make the code more resilient to class loader challenges by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3095](https://togithub.com/graphql-java/graphql-java/pull/3095) - Gracefully returning null in cases of UnresolvedTypeException by [@ahmadizm](https://togithub.com/ahmadizm) in [https://github.com/graphql-java/graphql-java/pull/3122](https://togithub.com/graphql-java/graphql-java/pull/3122) - Add dependabot configuration by [@yeikel](https://togithub.com/yeikel) in [https://github.com/graphql-java/graphql-java/pull/3115](https://togithub.com/graphql-java/graphql-java/pull/3115) - Bump org.jetbrains:annotations from 23.0.0 to 24.0.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3125](https://togithub.com/graphql-java/graphql-java/pull/3125) - Remove unused dependencies by [@dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java/pull/3132](https://togithub.com/graphql-java/graphql-java/pull/3132) - Bump actions/checkout from 1 to 3 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3126](https://togithub.com/graphql-java/graphql-java/pull/3126) - Bump google-github-actions/auth from 0.4.0 to 1.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3129](https://togithub.com/graphql-java/graphql-java/pull/3129) - Bump org.codehaus.groovy:groovy from 3.0.9 to 3.0.16 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java/pull/3131](https://togithub.com/graphql-java/graphql-java/pull/3131) - Add manual stop on schema diffing algorithm by [@gnawf](https://togithub.com/gnawf) in [https://github.com/graphql-java/graphql-java/pull/3119](https://togithub.com/graphql-java/graphql-java/pull/3119) - Preventing stack overflow exceptions via limiting the depth of the parser rules by [@bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java/pull/3112](https://togithub.com/graphql-java/graphql-java/pull/3112) - UniqueObjectFieldName validation rule ([#1806](https://togithub.com/graphql-java/graphql-java/issues/1806)) by [@ashatch](https://togithub.com/ashatch) in [https://github.com/graphql-java/graphql-java/pull/3094](https://togithub.com/graphql-java/graphql-java/pull/3094) #### New Contributors - [@kfwerf](https://togithub.com/kfwerf) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3066](https://togithub.com/graphql-java/graphql-java/pull/3066) - [@AntaresS](https://togithub.com/AntaresS) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3062](https://togithub.com/graphql-java/graphql-java/pull/3062) - [@ahmadizm](https://togithub.com/ahmadizm) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3122](https://togithub.com/graphql-java/graphql-java/pull/3122) - [@yeikel](https://togithub.com/yeikel) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3115](https://togithub.com/graphql-java/graphql-java/pull/3115) - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3125](https://togithub.com/graphql-java/graphql-java/pull/3125) - [@ashatch](https://togithub.com/ashatch) made their first contribution in [https://github.com/graphql-java/graphql-java/pull/3094](https://togithub.com/graphql-java/graphql-java/pull/3094) **Full Changelog**: https://github.com/graphql-java/graphql-java/compare/v20.0...v20.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.