Accepting request 1159820 from home:urbic:branches:Java:packages

- Update to v21.4
  * This is a special release to help control introspection
    queries. This release adds a default check for introspection
    queries, to check that they are sensible. This feature is a
    backport of #3526 and #3527. This release also adds an optional
    maximum result nodes limit, which is a backport of #3525.
  * What's Changed
    + 21.x Backport PR 3526 and PR 3527 by @dondonz in #3529
    + 21.x backport 3525 max result nodes by @dondonz in #3528
- Modify patch:
  * java8.patch
    + add some new occurrences

OBS-URL: https://build.opensuse.org/request/show/1159820
OBS-URL: https://build.opensuse.org/package/show/Java:packages/graphql-java?expand=0&rev=8
This commit is contained in:
2024-03-21 08:39:20 +00:00
committed by Git OBS Bridge
parent 30e4222e89
commit 697d912475
6 changed files with 68 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Mar 20 11:41:11 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v21.4
* This is a special release to help control introspection
queries. This release adds a default check for introspection
queries, to check that they are sensible. This feature is a
backport of #3526 and #3527. This release also adds an optional
maximum result nodes limit, which is a backport of #3525.
* What's Changed
+ 21.x Backport PR 3526 and PR 3527 by @dondonz in #3529
+ 21.x backport 3525 max result nodes by @dondonz in #3528
- Modify patch:
* java8.patch
+ add some new occurrences
-------------------------------------------------------------------
Wed Feb 21 10:44:23 UTC 2024 - Gus Kenion <gus.kenion@suse.com>