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

- Update to v21.3
  * A small bugfix release on top of 21.2, which includes correct
    unwrapping of non-null input types for @oneOf.
  * What's Changed
    @OneOf handles non-null inputs by @felipe-gdr in #3353
- Update to v21.2
  * This is a release with new features and bugfixes. There are no
    breaking changes.
  * What's Changed
    + Add max depth option to ExecutableNormalizedOperationFactory
      by @gnawf in #3268
    + Handle repeated query directives by @gnawf in #3270
    + Update readme by @dondonz in #3273
    + Wrap NumberFormatException by @arthurscchan in #3282
    + Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 by
      @dependabot in #3289
    + Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by
      @dependabot in #3284
    + Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to
      1.37 by @dependabot in #3290
    + deprecated default value method produces bad results by
      @bbakerman in #3286
    + write query directives from ENF to AST by @russellyou in
      #3295
    + Add SchemaPrinter AST comments support by @vadimofd in #3287
    + Bug 3276 - default values not being used correctly during
      validation by @bbakerman in #3278
    + Experimental - oneOf directive support by @bbakerman in #3275
    + add directiveName as property to
      AppliedDirectiveLocationDetail by @faizan-siddiqui in #3297
    + Schema Printer - add deprecation reason printing and fix
      missing deprecated directive on argument by @vadimofd in
      #3298
    + Added support for async create state in instrumentmentations
      by @bbakerman in #3302
    + The last Java unit test by @bbakerman in #3305
    + Permit parent restricted nodes to map to isolated nodes by
      @gnawf in #3304
    + Bump org.codehaus.groovy:groovy from 3.0.18 to 3.0.19 by
      @dependabot in #3307
    + Use the non deprecated method in InstrumentationExamples.java
      by @appreciated in #3265
    + Update security policy by @dondonz in #3316
    + guava version fix for master by @bbakerman in #3321
    + Bump actions/checkout from 3 to 4 by @dependabot in #3325
    + ES errors test to lock in current behavior by @bbakerman in
      #3327
    + Fix OSGi bundle manifest by @geichelberger in #3313
    + Allow schema diff to use SDL document to enforce directives
      by @ndejaco2 in #3344
    + The ability to get the source location of a schema element by
      @bbakerman in #3340
    + Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2
      to 2.15.3 by @dependabot in #3350
    + Build cache fixes by @Duhemm in #3335
    + Issue 3332 - overlapping aliases should be prevented by
      @bbakerman in #3334
    + #3267 clear directives schema usage bug fix by @bbakerman in
      #3272
    + removed synchronised from code base as much as possible for
      VT by @bbakerman in #3317
    + Update DataLoader to 3.2.1 by @dondonz in #3351
- Modify patch:
  * java8.patch
    + supplemented

OBS-URL: https://build.opensuse.org/request/show/1120928
OBS-URL: https://build.opensuse.org/package/show/Java:packages/graphql-java?expand=0&rev=6
This commit is contained in:
2023-10-30 05:34:54 +00:00
committed by Git OBS Bridge
parent f14a01ed1b
commit d3e0ce9ea5
6 changed files with 99 additions and 6 deletions

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Sat Oct 28 23:32:31 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v21.3
* A small bugfix release on top of 21.2, which includes correct
unwrapping of non-null input types for @oneOf.
* What's Changed
@OneOf handles non-null inputs by @felipe-gdr in #3353
- Update to v21.2
* This is a release with new features and bugfixes. There are no
breaking changes.
* What's Changed
+ Add max depth option to ExecutableNormalizedOperationFactory
by @gnawf in #3268
+ Handle repeated query directives by @gnawf in #3270
+ Update readme by @dondonz in #3273
+ Wrap NumberFormatException by @arthurscchan in #3282
+ Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 by
@dependabot in #3289
+ Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by
@dependabot in #3284
+ Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to
1.37 by @dependabot in #3290
+ deprecated default value method produces bad results by
@bbakerman in #3286
+ write query directives from ENF to AST by @russellyou in
#3295
+ Add SchemaPrinter AST comments support by @vadimofd in #3287
+ Bug 3276 - default values not being used correctly during
validation by @bbakerman in #3278
+ Experimental - oneOf directive support by @bbakerman in #3275
+ add directiveName as property to
AppliedDirectiveLocationDetail by @faizan-siddiqui in #3297
+ Schema Printer - add deprecation reason printing and fix
missing deprecated directive on argument by @vadimofd in
#3298
+ Added support for async create state in instrumentmentations
by @bbakerman in #3302
+ The last Java unit test by @bbakerman in #3305
+ Permit parent restricted nodes to map to isolated nodes by
@gnawf in #3304
+ Bump org.codehaus.groovy:groovy from 3.0.18 to 3.0.19 by
@dependabot in #3307
+ Use the non deprecated method in InstrumentationExamples.java
by @appreciated in #3265
+ Update security policy by @dondonz in #3316
+ guava version fix for master by @bbakerman in #3321
+ Bump actions/checkout from 3 to 4 by @dependabot in #3325
+ ES errors test to lock in current behavior by @bbakerman in
#3327
+ Fix OSGi bundle manifest by @geichelberger in #3313
+ Allow schema diff to use SDL document to enforce directives
by @ndejaco2 in #3344
+ The ability to get the source location of a schema element by
@bbakerman in #3340
+ Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2
to 2.15.3 by @dependabot in #3350
+ Build cache fixes by @Duhemm in #3335
+ Issue 3332 - overlapping aliases should be prevented by
@bbakerman in #3334
+ #3267 clear directives schema usage bug fix by @bbakerman in
#3272
+ removed synchronised from code base as much as possible for
VT by @bbakerman in #3317
+ Update DataLoader to 3.2.1 by @dondonz in #3351
- Modify patch:
* java8.patch
+ supplemented
-------------------------------------------------------------------
Tue Sep 12 02:29:05 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>