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

Bring Quarkus Scaffolding up to date with master #2861

Merged
merged 463 commits into from
Dec 22, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 28, 2022

  1. Support filters on query plans (yahoo#2526)

    * Relaxed equality for filter expression equality comparisons
    
    * Added support for filters in query plan -> query translation
    
    * Initial version
    
    * All tests plass
    
    * Removed dead code
    
    * Added QueryPlanMerger UTs, fixed bug, and made QueryPlan inheritable
    
    * Finished adding unit tests
    
    * Fixed standalone and spring builds
    
    * Reverted equality changes
    
    * Commonized merging strategy into QueryPlanMerger
    
    * Inspection rework
    
    * Added UT for default query plan merging functionality
    
    * Inspection comments.
    
    * Another comment
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d0552c5 View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    aklish authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c6666d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. [maven-release-plugin] prepare release 6.1.1

    Aaron Klish committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    705f42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b68f5c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Bump json-path from 2.6.0 to 2.7.0 (yahoo#2531)

    Bumps [json-path](https://github.com/jayway/JsonPath) from 2.6.0 to 2.7.0.
    - [Release notes](https://github.com/jayway/JsonPath/releases)
    - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
    - [Commits](json-path/JsonPath@json-path-2.6.0...json-path-2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.jayway.jsonpath:json-path
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    1355701 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Ignoring Elide models embedded in complex attributes (yahoo#2535)

    * Ignoring Elide models embedded in complex attributes
    
    * Fixing tomcat CVE
    
    * Fixing tomcat CVE
    
    * Added unit test
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1d10570 View commit details
    Browse the repository at this point in the history
  2. Bump version.jetty from 9.4.44.v20210927 to 9.4.45.v20220203 (yahoo#2534

    )
    
    Bumps `version.jetty` from 9.4.44.v20210927 to 9.4.45.v20220203.
    
    Updates `jetty-server` from 9.4.44.v20210927 to 9.4.45.v20220203
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)
    
    Updates `jetty-servlet` from 9.4.44.v20210927 to 9.4.45.v20220203
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)
    
    Updates `jetty-continuation` from 9.4.44.v20210927 to 9.4.45.v20220203
    
    Updates `jetty-webapp` from 9.4.44.v20210927 to 9.4.45.v20220203
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.44.v20210927...jetty-9.4.45.v20220203)
    
    Updates `websocket-server` from 9.4.44.v20210927 to 9.4.45.v20220203
    
    Updates `websocket-client` from 9.4.44.v20210927 to 9.4.45.v20220203
    
    Updates `websocket-servlet` from 9.4.44.v20210927 to 9.4.45.v20220203
    
    Updates `javax-websocket-server-impl` from 9.4.44.v20210927 to 9.4.45.v20220203
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-continuation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-webapp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-servlet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:javax-websocket-server-impl
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    76a45fc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Bump jedis from 4.1.0 to 4.1.1 (yahoo#2530)

    Bumps [jedis](https://github.com/redis/jedis) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0d1be94 View commit details
    Browse the repository at this point in the history
  2. Bump mockito-core from 4.2.0 to 4.3.1 (yahoo#2518)

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.2.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    73d2ce8 View commit details
    Browse the repository at this point in the history
  3. Bump mockito-junit-jupiter from 4.2.0 to 4.3.1 (yahoo#2517)

    Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.2.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7367573 View commit details
    Browse the repository at this point in the history
  4. Bump spring.boot.version from 2.6.2 to 2.6.3 (yahoo#2510)

    Bumps `spring.boot.version` from 2.6.2 to 2.6.3.
    
    Updates `spring-boot-starter-actuator` from 2.6.2 to 2.6.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.2...v2.6.3)
    
    Updates `spring-boot-dependencies` from 2.6.2 to 2.6.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.2...v2.6.3)
    
    Updates `spring-boot-starter-security` from 2.6.2 to 2.6.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.2...v2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    72954a5 View commit details
    Browse the repository at this point in the history
  5. Bump spring-cloud-context from 3.0.4 to 3.1.0 (yahoo#2512)

    Bumps [spring-cloud-context](https://github.com/spring-cloud/spring-cloud-commons) from 3.0.4 to 3.1.0.
    - [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
    - [Commits](spring-cloud/spring-cloud-commons@v3.0.4...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.cloud:spring-cloud-context
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8a0cc1d View commit details
    Browse the repository at this point in the history
  6. Bump classgraph from 4.8.138 to 4.8.139 (yahoo#2541)

    Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.138 to 4.8.139.
    - [Release notes](https://github.com/classgraph/classgraph/releases)
    - [Commits](classgraph/classgraph@classgraph-4.8.138...classgraph-4.8.139)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.classgraph:classgraph
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6409cb6 View commit details
    Browse the repository at this point in the history
  7. Bump metrics.version from 4.2.7 to 4.2.8 (yahoo#2540)

    Bumps `metrics.version` from 4.2.7 to 4.2.8.
    
    Updates `metrics-core` from 4.2.7 to 4.2.8
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.7...v4.2.8)
    
    Updates `metrics-servlets` from 4.2.7 to 4.2.8
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.7...v4.2.8)
    
    Updates `metrics-servlet` from 4.2.7 to 4.2.8
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.7...v4.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b2c48a1 View commit details
    Browse the repository at this point in the history
  8. Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (yahoo#2542)

    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cb3d4c0 View commit details
    Browse the repository at this point in the history
  9. Bump log4j-over-slf4j from 1.7.35 to 1.7.36 (yahoo#2547)

    Bumps [log4j-over-slf4j](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.35...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a919837 View commit details
    Browse the repository at this point in the history
  10. Bump checkstyle from 9.2.1 to 9.3 (yahoo#2546)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-9.2.1...checkstyle-9.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d3377ac View commit details
    Browse the repository at this point in the history
  11. Bump swagger-core from 1.6.4 to 1.6.5 (yahoo#2549)

    Bumps [swagger-core](https://github.com/swagger-api/swagger-core) from 1.6.4 to 1.6.5.
    - [Release notes](https://github.com/swagger-api/swagger-core/releases)
    - [Commits](swagger-api/swagger-core@v1.6.4...v1.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger:swagger-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a7f654c View commit details
    Browse the repository at this point in the history
  12. Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (yahoo#2544)

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    43db0ba View commit details
    Browse the repository at this point in the history
  13. Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11 (yahoo#2548)

    Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.11.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    cc1855f View commit details
    Browse the repository at this point in the history
  14. Bump micrometer-core from 1.8.2 to 1.8.3 (yahoo#2545)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    dfa92a6 View commit details
    Browse the repository at this point in the history
  15. Bump maven-site-plugin from 3.10.0 to 3.11.0 (yahoo#2543)

    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](apache/maven-site-plugin@maven-site-plugin-3.10.0...maven-site-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ecce964 View commit details
    Browse the repository at this point in the history
  16. Bump spring-websocket from 5.3.15 to 5.3.16 (yahoo#2553)

    Bumps [spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.16.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8d70b62 View commit details
    Browse the repository at this point in the history
  17. Bump gson from 2.8.9 to 2.9.0 (yahoo#2552)

    Bumps [gson](https://github.com/google/gson) from 2.8.9 to 2.9.0.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4b31a01 View commit details
    Browse the repository at this point in the history
  18. Bump slf4j-api from 1.7.35 to 1.7.36 (yahoo#2550)

    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.35...v_1.7.36)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    3c59325 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Bump spring-core from 5.3.15 to 5.3.16 (yahoo#2554)

    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.16.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.15...v5.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    69056c8 View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    aklish authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7f8589c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. [maven-release-plugin] prepare release 6.1.2

    Aaron Klish committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    ca46a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b632a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Bump log4j-to-slf4j from 2.17.1 to 2.17.2 (yahoo#2560)

    Bumps log4j-to-slf4j from 2.17.1 to 2.17.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-to-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1a644f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bump version.jackson from 2.12.5 to 2.13.1 (yahoo#2527)

    * Bump version.jackson from 2.12.5 to 2.13.1
    
    Bumps `version.jackson` from 2.12.5 to 2.13.1.
    
    Updates `jackson-annotations` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](FasterXML/jackson-core@jackson-core-2.12.5...jackson-core-2.13.1)
    
    Updates `jackson-databind` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-dataformat-yaml` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
    - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.12.5...jackson-dataformats-text-2.13.1)
    
    Updates `jackson-datatype-jdk8` from 2.12.5 to 2.13.1
    
    Updates `jackson-datatype-jsr310` from 2.12.5 to 2.13.1
    
    Updates `jackson-module-jaxb-annotations` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.12.5...jackson-modules-base-2.13.1)
    
    Updates `jackson-module-parameter-names` from 2.12.5 to 2.13.1
    - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
    - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.12.5...jackson-modules-java8-2.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed non-deterministic serde registration order
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    Co-authored-by: Aaron Klish <[email protected]>
    3 people authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d2c9068 View commit details
    Browse the repository at this point in the history
  2. Update: Make - a valid TEXT value type character (yahoo#2565)

    Co-authored-by: Aaron Klish <[email protected]>
    jkusa and aklish authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    588b69f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Bump spring.boot.version from 2.6.3 to 2.6.5 (yahoo#2566)

    Bumps `spring.boot.version` from 2.6.3 to 2.6.5.
    
    Updates `spring-boot-starter-actuator` from 2.6.3 to 2.6.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.3...v2.6.5)
    
    Updates `spring-boot-dependencies` from 2.6.3 to 2.6.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.3...v2.6.5)
    
    Updates `spring-boot-starter-security` from 2.6.3 to 2.6.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.3...v2.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5b7051d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Fix graphiql comment bug and config store issues creating multiple fi…

    …les in a single request. (yahoo#2571)
    
    * Fixing graphiql comment bug.  Fixing configuration API NPE.
    
    * Added another test case
    
    * Added IT test for multiple creation test.
    
    * Added spring boot IT for multiple configuration files created in single GraphQL request.
    
    * Added IT test for spring boot
    
    * Added spring boot IT test
    
    * Fixed checkstyle bugs
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5e67e54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14ae1c4 View commit details
    Browse the repository at this point in the history
  3. Bump hibernate5.version from 5.6.5.Final to 5.6.7.Final (yahoo#2568)

    Bumps `hibernate5.version` from 5.6.5.Final to 5.6.7.Final.
    
    Updates `hibernate-entitymanager` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.5...5.6.7)
    
    Updates `hibernate-core` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.5...5.6.7)
    
    Updates `hibernate-envers` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.5...5.6.7)
    
    Updates `hibernate-hikaricp` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.5...5.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    78c636e View commit details
    Browse the repository at this point in the history
  4. Bump groovy.version from 3.0.9 to 3.0.10 (yahoo#2567)

    Bumps `groovy.version` from 3.0.9 to 3.0.10.
    
    Updates `groovy` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.9 to 3.0.10
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-xml
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    cf3bbfe View commit details
    Browse the repository at this point in the history
  5. Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 (yahoo#2559)

    Bumps nexus-staging-maven-plugin from 1.6.11 to 1.6.12.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    507ba6c View commit details
    Browse the repository at this point in the history
  6. Bump spring-cloud-context from 3.1.0 to 3.1.1 (yahoo#2557)

    Bumps [spring-cloud-context](https://github.com/spring-cloud/spring-cloud-commons) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
    - [Commits](spring-cloud/spring-cloud-commons@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.cloud:spring-cloud-context
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c7d44ce View commit details
    Browse the repository at this point in the history
  7. Update changelog.md

    aklish authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    60c0b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39c3d19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0889eea View commit details
    Browse the repository at this point in the history
  10. Bump spring-core from 5.3.16 to 5.3.18 in /elide-model-config (yahoo#…

    …2572)
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.16 to 5.3.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.16...v5.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e94d36a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    aec3709 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Bumping Spring to work around CVE (yahoo#2583)

    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    95f94a9 View commit details
    Browse the repository at this point in the history
  2. Added explicit tests for SQL comment dependency injection for Aggrega…

    …tion Store. (yahoo#2582)
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    78fe93d View commit details
    Browse the repository at this point in the history
  3. Bump version.logback from 1.2.10 to 1.2.11 (yahoo#2580)

    Bumps `version.logback` from 1.2.10 to 1.2.11.
    
    Updates `logback-classic` from 1.2.10 to 1.2.11
    
    Updates `logback-core` from 1.2.10 to 1.2.11
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ch.qos.logback:logback-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    95f183d View commit details
    Browse the repository at this point in the history
  4. Bump artemis-jms-client-all from 2.20.0 to 2.21.0 (yahoo#2578)

    Bumps [artemis-jms-client-all](https://github.com/apache/activemq-artemis) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.20.0...2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-client-all
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d840018 View commit details
    Browse the repository at this point in the history
  5. Bump spring-websocket from 5.3.16 to 5.3.18 (yahoo#2573)

    Bumps [spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.16 to 5.3.18.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.16...v5.3.18)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1c5d173 View commit details
    Browse the repository at this point in the history
  6. Bump guava from 31.0.1-jre to 31.1-jre (yahoo#2577)

    Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.1-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ba0202f View commit details
    Browse the repository at this point in the history
  7. Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 (yahoo#2579)

    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M6.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.0.0-M6)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    5b741bd View commit details
    Browse the repository at this point in the history
  8. Bump version.jetty from 9.4.45.v20220203 to 9.4.46.v20220331 (yahoo#2576

    )
    
    Bumps `version.jetty` from 9.4.45.v20220203 to 9.4.46.v20220331.
    
    Updates `jetty-server` from 9.4.45.v20220203 to 9.4.46.v20220331
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.45.v20220203...jetty-9.4.46.v20220331)
    
    Updates `jetty-servlet` from 9.4.45.v20220203 to 9.4.46.v20220331
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.45.v20220203...jetty-9.4.46.v20220331)
    
    Updates `jetty-continuation` from 9.4.45.v20220203 to 9.4.46.v20220331
    
    Updates `jetty-webapp` from 9.4.45.v20220203 to 9.4.46.v20220331
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-9.4.45.v20220203...jetty-9.4.46.v20220331)
    
    Updates `websocket-server` from 9.4.45.v20220203 to 9.4.46.v20220331
    
    Updates `websocket-client` from 9.4.45.v20220203 to 9.4.46.v20220331
    
    Updates `websocket-servlet` from 9.4.45.v20220203 to 9.4.46.v20220331
    
    Updates `javax-websocket-server-impl` from 9.4.45.v20220203 to 9.4.46.v20220331
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-server
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-continuation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-webapp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-server
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:websocket-servlet
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty.websocket:javax-websocket-server-impl
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    28f3be8 View commit details
    Browse the repository at this point in the history
  9. Bump swagger-core from 1.6.5 to 1.6.6 (yahoo#2587)

    Bumps [swagger-core](https://github.com/swagger-api/swagger-core) from 1.6.5 to 1.6.6.
    - [Release notes](https://github.com/swagger-api/swagger-core/releases)
    - [Commits](swagger-api/swagger-core@v1.6.5...v1.6.6)
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger:swagger-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a78159a View commit details
    Browse the repository at this point in the history
  10. Bump log4j-api from 2.17.1 to 2.17.2 (yahoo#2588)

    Bumps log4j-api from 2.17.1 to 2.17.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    284597a View commit details
    Browse the repository at this point in the history
  11. Bump calcite-core from 1.29.0 to 1.30.0 (yahoo#2586)

    Bumps [calcite-core](https://github.com/apache/calcite) from 1.29.0 to 1.30.0.
    - [Release notes](https://github.com/apache/calcite/releases)
    - [Commits](apache/calcite@calcite-1.29.0...calcite-1.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.calcite:calcite-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    90e6f1a View commit details
    Browse the repository at this point in the history
  12. Bump metrics.version from 4.2.8 to 4.2.9 (yahoo#2585)

    Bumps `metrics.version` from 4.2.8 to 4.2.9.
    
    Updates `metrics-core` from 4.2.8 to 4.2.9
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.8...v4.2.9)
    
    Updates `metrics-servlets` from 4.2.8 to 4.2.9
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.8...v4.2.9)
    
    Updates `metrics-servlet` from 4.2.8 to 4.2.9
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.8...v4.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    58dcf77 View commit details
    Browse the repository at this point in the history
  13. Bump checkstyle from 9.3 to 10.1 (yahoo#2589)

    * Bump checkstyle from 9.3 to 10.1
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-9.3...checkstyle-10.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed new checkstyle errors
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    Co-authored-by: Aaron Klish <[email protected]>
    3 people authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    106b3e1 View commit details
    Browse the repository at this point in the history
  14. Bump graphql-java from 17.3 to 18.0 (yahoo#2592)

    Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 17.3 to 18.0.
    - [Release notes](https://github.com/graphql-java/graphql-java/releases)
    - [Commits](graphql-java/graphql-java@v17.3...v18.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a9e6d6d View commit details
    Browse the repository at this point in the history
  15. Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 (yahoo#2593)

    Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8.
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](jacoco/jacoco@v0.8.7...v0.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    ab3afd3 View commit details
    Browse the repository at this point in the history
  16. Bump dependency-check-maven from 6.5.3 to 7.0.4 (yahoo#2591)

    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.5.3 to 7.0.4.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](jeremylong/DependencyCheck@v6.5.3...v7.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    925b025 View commit details
    Browse the repository at this point in the history
  17. Bump artemis-jms-server from 2.20.0 to 2.21.0 (yahoo#2590)

    Bumps [artemis-jms-server](https://github.com/apache/activemq-artemis) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.20.0...2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3882772 View commit details
    Browse the repository at this point in the history
  18. Bump version.restassured from 4.4.0 to 5.0.1 (yahoo#2584)

    * Bump version.restassured from 4.4.0 to 5.0.1
    
    Bumps `version.restassured` from 4.4.0 to 5.0.1.
    
    Updates `rest-assured` from 4.4.0 to 5.0.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-4.4.0...rest-assured-5.0.1)
    
    Updates `json-schema-validator` from 4.4.0 to 5.0.1
    
    Updates `json-path` from 4.4.0 to 5.0.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-4.4.0...rest-assured-5.0.1)
    
    Updates `xml-path` from 4.4.0 to 5.0.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-4.4.0...rest-assured-5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.rest-assured:rest-assured
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: io.rest-assured:json-schema-validator
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: io.rest-assured:json-path
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: io.rest-assured:xml-path
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed missing dependency
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    Co-authored-by: Aaron Klish <[email protected]>
    3 people authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    acee873 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Bump classgraph from 4.8.139 to 4.8.143 (yahoo#2598)

    Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.139 to 4.8.143.
    - [Release notes](https://github.com/classgraph/classgraph/releases)
    - [Commits](classgraph/classgraph@classgraph-4.8.139...classgraph-4.8.143)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.classgraph:classgraph
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b9ad7bf View commit details
    Browse the repository at this point in the history
  2. Bump mockito-junit-jupiter from 4.3.1 to 4.4.0 (yahoo#2597)

    Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.3.1...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    1566063 View commit details
    Browse the repository at this point in the history
  3. Bump mockito-core from 4.3.1 to 4.4.0 (yahoo#2594)

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.3.1...v4.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    52d407f View commit details
    Browse the repository at this point in the history
  4. Bump caffeine from 3.0.5 to 3.0.6 (yahoo#2595)

    Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.5 to 3.0.6.
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](ben-manes/caffeine@v3.0.5...v3.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f585b6a View commit details
    Browse the repository at this point in the history
  5. Bump artemis-server from 2.20.0 to 2.21.0 (yahoo#2600)

    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.20.0...2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    880e88a View commit details
    Browse the repository at this point in the history
  6. Bump jedis from 4.1.1 to 4.2.1 (yahoo#2599)

    Bumps [jedis](https://github.com/redis/jedis) from 4.1.1 to 4.2.1.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.1.1...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2f4912f View commit details
    Browse the repository at this point in the history
  7. Bump jackson-databind from 2.13.2.1 to 2.13.2.2 (yahoo#2603)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.1 to 2.13.2.2.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    1f1a58e View commit details
    Browse the repository at this point in the history
  8. Bump maven-compiler-plugin from 3.10.0 to 3.10.1 (yahoo#2602)

    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    bfcabe3 View commit details
    Browse the repository at this point in the history
  9. Bump micrometer-core from 1.8.3 to 1.8.4 (yahoo#2596)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f872d11 View commit details
    Browse the repository at this point in the history
  10. Fixes yahoo#2601 (yahoo#2604)

    * Fixes yahoo#2601
    
    * Fixed checkstyle issues
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    a2578aa View commit details
    Browse the repository at this point in the history
  11. Update changelog.md

    aklish authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    6b24651 View commit details
    Browse the repository at this point in the history
  12. [maven-release-plugin] prepare release 6.1.4

    Aaron Klish committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    4231fea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f27161 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Bump h2 from 2.1.210 to 2.1.212 (yahoo#2606)

    Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.1.212.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](h2database/h2database@version-2.1.210...version-2.1.212)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c8dd203 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Fixes yahoo#2615 (yahoo#2616)

    * Fixes yahoo#2615
    
    * Fixed checkstyle issue
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    18df59e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Removed unnecessary conversion to JsonNode when serializing JSON-API … (

    yahoo#2618)
    
    * Removed unnecessary conversion to JsonNode when serializing JSON-API responses.
    
    * Fixed minor issue.
    
    * Revised javadoc
    
    * Removed generics for State classes
    
    * Removed dead code.
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    2aa70c7 View commit details
    Browse the repository at this point in the history
  2. Bump spring-core from 5.3.18 to 5.3.19 (yahoo#2609)

    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.18...v5.3.19)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6a5f8bc View commit details
    Browse the repository at this point in the history
  3. Bump spring-websocket from 5.3.18 to 5.3.19 (yahoo#2611)

    Bumps [spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.18...v5.3.19)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    e15ec1c View commit details
    Browse the repository at this point in the history
  4. Bump classgraph from 4.8.143 to 4.8.146 (yahoo#2610)

    Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.143 to 4.8.146.
    - [Release notes](https://github.com/classgraph/classgraph/releases)
    - [Commits](classgraph/classgraph@classgraph-4.8.143...classgraph-4.8.146)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.classgraph:classgraph
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    7dca407 View commit details
    Browse the repository at this point in the history
  5. Bump lombok from 1.18.22 to 1.18.24 (yahoo#2614)

    Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
    - [Release notes](https://github.com/projectlombok/lombok/releases)
    - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
    - [Commits](projectlombok/lombok@v1.18.22...v1.18.24)
    
    ---
    updated-dependencies:
    - dependency-name: org.projectlombok:lombok
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ec67bf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    9d5b98b View commit details
    Browse the repository at this point in the history
  2. Header filtering config (yahoo#2627)

    * Adding configuration to disable header credential stripping
    
    * Added IT test
    
    * Fixed checkstyle
    
    * Fixed bug
    
    Co-authored-by: Aaron Klish <[email protected]>
    aklish and Aaron Klish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    abb3286 View commit details
    Browse the repository at this point in the history
  3. Aggregation store dynamic table sql (yahoo#2626)

    * Added TableSQLMaker interface and supported changes in Aggregation Store
    
    * Added HJSON configuration
    
    * Build passes.
    
    * Added IT test.  Fixed bugs.
    
    * Fix metadatastore test
    
    * Update elide-datastore/elide-datastore-aggregation/src/main/java/com/yahoo/elide/datastores/aggregation/dynamic/TableType.java
    
    Co-authored-by: William Cekan <[email protected]>
    
    * Inspection rework
    
    * use asSubclass
    
    * Update elide-datastore/elide-datastore-aggregation/src/main/java/com/yahoo/elide/datastores/aggregation/dynamic/TableType.java
    
    Co-authored-by: William Cekan <[email protected]>
    
    * Update elide-datastore/elide-datastore-aggregation/src/main/java/com/yahoo/elide/datastores/aggregation/dynamic/TableType.java
    
    Co-authored-by: William Cekan <[email protected]>
    
    * More rework
    
    Co-authored-by: Aaron Klish <[email protected]>
    Co-authored-by: William Cekan <[email protected]>
    3 people authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d7b8635 View commit details
    Browse the repository at this point in the history
  4. Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (yahoo#2623)

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c0a0516 View commit details
    Browse the repository at this point in the history
  5. Bump jedis from 4.2.1 to 4.2.2 (yahoo#2621)

    Bumps [jedis](https://github.com/redis/jedis) from 4.2.1 to 4.2.2.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    35edc6b View commit details
    Browse the repository at this point in the history
  6. Bump hibernate5.version from 5.6.7.Final to 5.6.8.Final (yahoo#2613)

    Bumps `hibernate5.version` from 5.6.7.Final to 5.6.8.Final.
    
    Updates `hibernate-entitymanager` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.7...5.6.8)
    
    Updates `hibernate-core` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.7...5.6.8)
    
    Updates `hibernate-envers` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.7...5.6.8)
    
    Updates `hibernate-hikaricp` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.7...5.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    625e0eb View commit details
    Browse the repository at this point in the history
  7. Bump maven-site-plugin from 3.11.0 to 3.12.0 (yahoo#2629)

    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.11.0 to 3.12.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](apache/maven-site-plugin@maven-site-plugin-3.11.0...maven-site-plugin-3.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    818f959 View commit details
    Browse the repository at this point in the history
  8. Bump micrometer-core from 1.8.4 to 1.8.5 (yahoo#2624)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.8.4 to 1.8.5.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.8.4...v1.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f6d3b68 View commit details
    Browse the repository at this point in the history
  9. Bump spring.boot.version from 2.6.6 to 2.6.7 (yahoo#2631)

    Bumps `spring.boot.version` from 2.6.6 to 2.6.7.
    
    Updates `spring-boot-starter-actuator` from 2.6.6 to 2.6.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.6...v2.6.7)
    
    Updates `spring-boot-dependencies` from 2.6.6 to 2.6.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.6...v2.6.7)
    
    Updates `spring-boot-starter-security` from 2.6.6 to 2.6.7
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.6.6...v2.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    263beb9 View commit details
    Browse the repository at this point in the history
  10. Bump graphql-java-extended-scalars from 17.0 to 18.0 (yahoo#2630)

    Bumps [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 17.0 to 18.0.
    - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases)
    - [Commits](graphql-java/graphql-java-extended-scalars@v17.0...v18.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java-extended-scalars
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d8e2a86 View commit details
    Browse the repository at this point in the history
  11. Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 (yahoo#2634)

    Bumps nexus-staging-maven-plugin from 1.6.12 to 1.6.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e4e14fd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Bump mockito-junit-jupiter from 4.4.0 to 4.5.1 (yahoo#2633)

    Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.4.0 to 4.5.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.4.0...v4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    886262b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Bump checkstyle from 10.1 to 10.2 (yahoo#2635)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.1 to 10.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.1...checkstyle-10.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    dca4700 View commit details
    Browse the repository at this point in the history
  2. Bump dependency-check-maven from 7.0.4 to 7.1.0 (yahoo#2636)

    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.0.4 to 7.1.0.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](jeremylong/DependencyCheck@v7.0.4...v7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    7762d7f View commit details
    Browse the repository at this point in the history
  3. Update changelog.md

    aklish authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a78bf78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf61282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb88d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Adding explicit discord link.

    Aaron Klish committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ba7faef View commit details
    Browse the repository at this point in the history
  2. Add Injector Bean (yahoo#2637)

    Co-authored-by: Aaron Klish <[email protected]>
    moizarafat and aklish authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8adc443 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Minimum to expose _service.sdl for Apollo federation. (yahoo#2640)

    * Minimum to expose _service.sdl for Apollo federation.
    
    * Added configuration options to enable/disable apollo federation.
    
    * Fixed checkstyle issues
    aklish authored May 6, 2022
    Configuration menu
    Copy the full SHA
    af3e1d9 View commit details
    Browse the repository at this point in the history
  2. Bump caffeine from 3.0.6 to 3.1.0 (yahoo#2643)

    Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.6 to 3.1.0.
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](ben-manes/caffeine@v3.0.6...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored May 6, 2022
    Configuration menu
    Copy the full SHA
    d8cdbb9 View commit details
    Browse the repository at this point in the history
  3. Bump spring-cloud-context from 3.1.1 to 3.1.2 (yahoo#2642)

    Bumps [spring-cloud-context](https://github.com/spring-cloud/spring-cloud-commons) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
    - [Commits](spring-cloud/spring-cloud-commons@v3.1.1...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.cloud:spring-cloud-context
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored May 6, 2022
    Configuration menu
    Copy the full SHA
    cb500d1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Bump graphql-java from 18.0 to 18.1 (yahoo#2645)

    Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 18.0 to 18.1.
    - [Release notes](https://github.com/graphql-java/graphql-java/releases)
    - [Commits](graphql-java/graphql-java@v18.0...v18.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2022
    Configuration menu
    Copy the full SHA
    6eb767c View commit details
    Browse the repository at this point in the history
  2. Bump jedis from 4.2.2 to 4.2.3 (yahoo#2646)

    Bumps [jedis](https://github.com/redis/jedis) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.2.2...v4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored May 14, 2022
    Configuration menu
    Copy the full SHA
    4b3f318 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Issue2650 (yahoo#2653)

    * FIrst pass - not working
    
    * Build passes
    
    * Added IT tests
    
    * Non working JPA IT test
    
    * Fixed broken JPA IT test
    
    * Refactor to simplify
    
    * Fixed imports
    
    * Fixing typo in test comment
    
    * Bumped spring
    
    * Added more unit tests.  Bumped spring websocket
    
    * Added a few more unit tests
    
    * Fixed checkstyle issues
    
    * Fixed checkstyle issues
    
    * Update suppressions.xml
    
    Co-authored-by: Moiz Arafat <[email protected]>
    
    * Rework
    
    Co-authored-by: Moiz Arafat <[email protected]>
    aklish and moizarafat authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    ae34fed View commit details
    Browse the repository at this point in the history
  2. Bump spring-core from 5.3.19 to 5.3.20 in /elide-model-config (yahoo#…

    …2654)
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.20.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.19...v5.3.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    2666955 View commit details
    Browse the repository at this point in the history
  3. Bump federation-graphql-java-support from 2.0.0-alpha.5 to 2.0.1 (yah…

    …oo#2655)
    
    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.0-alpha.5 to 2.0.1.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.0-alpha.5...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    2b5759a View commit details
    Browse the repository at this point in the history
  4. Bump javassist from 3.28.0-GA to 3.29.0-GA (yahoo#2651)

    Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.28.0-GA to 3.29.0-GA.
    - [Release notes](https://github.com/jboss-javassist/javassist/releases)
    - [Commits](https://github.com/jboss-javassist/javassist/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.javassist:javassist
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    c5583f4 View commit details
    Browse the repository at this point in the history
  5. Bump artemis-jms-server from 2.21.0 to 2.22.0 (yahoo#2644)

    Bumps [artemis-jms-server](https://github.com/apache/activemq-artemis) from 2.21.0 to 2.22.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.21.0...2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    9dd4ffc View commit details
    Browse the repository at this point in the history
  6. Bump artemis-server from 2.21.0 to 2.22.0 (yahoo#2647)

    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.21.0 to 2.22.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.21.0...2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a7d8c24 View commit details
    Browse the repository at this point in the history
  7. Bump version.restassured from 5.0.1 to 5.1.0 (yahoo#2658)

    Bumps `version.restassured` from 5.0.1 to 5.1.0.
    
    Updates `rest-assured` from 5.0.1 to 5.1.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.0.1...rest-assured-5.1.0)
    
    Updates `json-schema-validator` from 5.0.1 to 5.1.0
    
    Updates `json-path` from 5.0.1 to 5.1.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.0.1...rest-assured-5.1.0)
    
    Updates `xml-path` from 5.0.1 to 5.1.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.0.1...rest-assured-5.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.rest-assured:rest-assured
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:json-schema-validator
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:json-path
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:xml-path
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a2e9e20 View commit details
    Browse the repository at this point in the history
  8. Bump micrometer-core from 1.8.5 to 1.9.0 (yahoo#2657)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.8.5 to 1.9.0.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.8.5...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    403132f View commit details
    Browse the repository at this point in the history
  9. Bump hibernate5.version from 5.6.8.Final to 5.6.9.Final (yahoo#2659)

    Bumps `hibernate5.version` from 5.6.8.Final to 5.6.9.Final.
    
    Updates `hibernate-entitymanager` from 5.6.8.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.8...5.6.9)
    
    Updates `hibernate-core` from 5.6.8.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.8...5.6.9)
    
    Updates `hibernate-envers` from 5.6.8.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.8...5.6.9)
    
    Updates `hibernate-hikaricp` from 5.6.8.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.8...5.6.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    dfcb6a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    1449095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24f7aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42ce832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c806f4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe16151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0d5019 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9da5e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7cb5a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cd66ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44bcaa3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0602ae7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a01f796 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cac28a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6175753 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Update changelog.md

    aklish authored Jun 11, 2022
    Configuration menu
    Copy the full SHA
    5899f38 View commit details
    Browse the repository at this point in the history
  2. Suppressing error in CVE

    aklish committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    1c478c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68cbf3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    635ea8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9af2c6a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Use Serializable Classes for RedisCache to work (yahoo#2681)

    * Serializable Classes for Redis
    
    * Additional Serializable changes
    
    * Separate Test Case for Redis + Removing Non Required Serializable Implementation
    
    * Code Cleanup + Removing Non Required Serializable Implementation
    
    * Code Cleanup
    
    * Test Restructuring
    moizarafat authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    53fbf01 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    1c8cafb View commit details
    Browse the repository at this point in the history
  2. Bump dependency-check-maven from 7.1.0 to 7.1.1 (yahoo#2678)

    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.1.0 to 7.1.1.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](jeremylong/DependencyCheck@v7.1.0...v7.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8f18657 View commit details
    Browse the repository at this point in the history
  3. Fixed query builder so that it does not treat embedded properties as … (

    yahoo#2686)
    
    * Fixed query builder so that it does not treat embedded properties as relationships anymore. (yahoo#2684)
    
    * Removed unused imports. (yahoo#2684)
    
    * Replaced isRelationship() method with dictionary.isRelation(). (yahoo#2684)
    
    * Fix style formatting. (yahoo#2684)
    
    Co-authored-by: Lâm Tran Duy <[email protected]>
    Co-authored-by: Aaron Klish <[email protected]>
    3 people authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    7071100 View commit details
    Browse the repository at this point in the history
  4. Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 (yahoo#2677)

    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.0.0...enforcer-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    98e3c00 View commit details
    Browse the repository at this point in the history
  5. Bump version.restassured from 5.1.0 to 5.1.1 (yahoo#2676)

    Bumps `version.restassured` from 5.1.0 to 5.1.1.
    
    Updates `rest-assured` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.0...rest-assured-5.1.1)
    
    Updates `json-schema-validator` from 5.1.0 to 5.1.1
    
    Updates `json-path` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.0...rest-assured-5.1.1)
    
    Updates `xml-path` from 5.1.0 to 5.1.1
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.0...rest-assured-5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.rest-assured:rest-assured
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.rest-assured:json-schema-validator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.rest-assured:json-path
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.rest-assured:xml-path
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    ece798a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Bump metrics.version from 4.2.9 to 4.2.10 (yahoo#2692)

    Bumps `metrics.version` from 4.2.9 to 4.2.10.
    
    Updates `metrics-core` from 4.2.9 to 4.2.10
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.9...v4.2.10)
    
    Updates `metrics-servlets` from 4.2.9 to 4.2.10
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.9...v4.2.10)
    
    Updates `metrics-servlet` from 4.2.9 to 4.2.10
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.9...v4.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    839fa5c View commit details
    Browse the repository at this point in the history
  2. Bump spring.boot.version from 2.7.0 to 2.7.1 (yahoo#2693)

    Bumps `spring.boot.version` from 2.7.0 to 2.7.1.
    
    Updates `spring-boot-starter-actuator` from 2.7.0 to 2.7.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.0...v2.7.1)
    
    Updates `spring-boot-dependencies` from 2.7.0 to 2.7.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.0...v2.7.1)
    
    Updates `spring-boot-starter-security` from 2.7.0 to 2.7.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.0...v2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    45be05a View commit details
    Browse the repository at this point in the history
  3. Bump checkstyle from 10.3 to 10.3.1 (yahoo#2694)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3 to 10.3.1.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3...checkstyle-10.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9f17574 View commit details
    Browse the repository at this point in the history
  4. Bump classgraph from 4.8.147 to 4.8.149 (yahoo#2696)

    Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.147 to 4.8.149.
    - [Release notes](https://github.com/classgraph/classgraph/releases)
    - [Commits](classgraph/classgraph@classgraph-4.8.147...classgraph-4.8.149)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.classgraph:classgraph
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    6fd828d View commit details
    Browse the repository at this point in the history
  5. Bump hibernate5.version from 5.6.9.Final to 5.6.10.Final (yahoo#2697)

    Bumps `hibernate5.version` from 5.6.9.Final to 5.6.10.Final.
    
    Updates `hibernate-entitymanager` from 5.6.9.Final to 5.6.10.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.9...5.6.10)
    
    Updates `hibernate-core` from 5.6.9.Final to 5.6.10.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.9...5.6.10)
    
    Updates `hibernate-envers` from 5.6.9.Final to 5.6.10.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.9...5.6.10)
    
    Updates `hibernate-hikaricp` from 5.6.9.Final to 5.6.10.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.9...5.6.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    72fd34b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Bump log4j-to-slf4j from 2.17.2 to 2.18.0 (yahoo#2699)

    Bumps log4j-to-slf4j from 2.17.2 to 2.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-to-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1be66da View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Bump log4j-api from 2.17.2 to 2.18.0 (yahoo#2698)

    * Bump log4j-api from 2.17.2 to 2.18.0
    
    Bumps log4j-api from 2.17.2 to 2.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Updating suppressions to ignore invalid CVE
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    e9eca4e View commit details
    Browse the repository at this point in the history
  2. Bump artemis-jms-client-all from 2.22.0 to 2.23.1 (yahoo#2700)

    Bumps [artemis-jms-client-all](https://github.com/apache/activemq-artemis) from 2.22.0 to 2.23.1.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.22.0...2.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-client-all
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    46056c7 View commit details
    Browse the repository at this point in the history
  3. Bump micrometer-core from 1.9.0 to 1.9.2 (yahoo#2695)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.9.0 to 1.9.2.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.9.0...v1.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    dd34555 View commit details
    Browse the repository at this point in the history
  4. Bump federation-graphql-java-support from 2.0.1 to 2.0.3 (yahoo#2701)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.1 to 2.0.3.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.1...v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    dd74e41 View commit details
    Browse the repository at this point in the history
  5. Bump artemis-server from 2.22.0 to 2.23.1 (yahoo#2702)

    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.22.0 to 2.23.1.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.22.0...2.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    1c436b5 View commit details
    Browse the repository at this point in the history
  6. Bump spring-websocket from 5.3.20 to 5.3.22 (yahoo#2704)

    Bumps [spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.22.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.20...v5.3.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    7ebfb11 View commit details
    Browse the repository at this point in the history
  7. Bump wagon-ssh-external from 3.5.1 to 3.5.2 (yahoo#2705)

    Bumps wagon-ssh-external from 3.5.1 to 3.5.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.wagon:wagon-ssh-external
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    7a5700f View commit details
    Browse the repository at this point in the history
  8. Bump h2 from 2.1.212 to 2.1.214 (yahoo#2707)

    Bumps [h2](https://github.com/h2database/h2database) from 2.1.212 to 2.1.214.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](h2database/h2database@version-2.1.212...version-2.1.214)
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    40324b5 View commit details
    Browse the repository at this point in the history
  9. Bump artemis-jms-server from 2.22.0 to 2.23.1 (yahoo#2706)

    Bumps [artemis-jms-server](https://github.com/apache/activemq-artemis) from 2.22.0 to 2.23.1.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.22.0...2.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    879421c View commit details
    Browse the repository at this point in the history
  10. Bump graphql-java from 18.1 to 18.2 (yahoo#2708)

    Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 18.1 to 18.2.
    - [Release notes](https://github.com/graphql-java/graphql-java/releases)
    - [Commits](graphql-java/graphql-java@v18.1...v18.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    1a056ac View commit details
    Browse the repository at this point in the history
  11. Bump spring-core from 5.3.20 to 5.3.22 (yahoo#2709)

    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.22.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.20...v5.3.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    bd82030 View commit details
    Browse the repository at this point in the history
  12. Bump jsonassert from 1.5.0 to 1.5.1 (yahoo#2710)

    Bumps [jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/skyscreamer/JSONassert/releases)
    - [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md)
    - [Commits](skyscreamer/JSONassert@jsonassert-1.5.0...jsonassert-1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.skyscreamer:jsonassert
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    e49202d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Update changelog.md

    aklish authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b2d5bba View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    aklish authored Jul 17, 2022
    Configuration menu
    Copy the full SHA
    44a0bf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    1c29bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f6bef View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Bump spring.boot.version from 2.7.1 to 2.7.2 (yahoo#2713)

    Bumps `spring.boot.version` from 2.7.1 to 2.7.2.
    
    Updates `spring-boot-starter-actuator` from 2.7.1 to 2.7.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.1...v2.7.2)
    
    Updates `spring-boot-dependencies` from 2.7.1 to 2.7.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.1...v2.7.2)
    
    Updates `spring-boot-starter-security` from 2.7.1 to 2.7.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.1...v2.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    5e8f15f View commit details
    Browse the repository at this point in the history
  2. Bump groovy.version from 3.0.11 to 3.0.12 (yahoo#2712)

    Bumps `groovy.version` from 3.0.11 to 3.0.12.
    
    Updates `groovy` from 3.0.11 to 3.0.12
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.11 to 3.0.12
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-xml
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2022
    Configuration menu
    Copy the full SHA
    43c330b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Bump graphql-java from 18.2 to 19.0 (yahoo#2716)

    * Bump graphql-java from 18.2 to 19.0
    
    Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 18.2 to 19.0.
    - [Release notes](https://github.com/graphql-java/graphql-java/releases)
    - [Commits](graphql-java/graphql-java@v18.2...v19.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed broken test case.
    
    * Fixed another broken test.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    fc1fc18 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Bump version.junit from 5.8.2 to 5.9.0 (yahoo#2714)

    * Bump version.junit from 5.8.2 to 5.9.0
    
    Bumps `version.junit` from 5.8.2 to 5.9.0.
    
    Updates `junit-jupiter-api` from 5.8.2 to 5.9.0
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.8.2...r5.9.0)
    
    Updates `junit-jupiter-params` from 5.8.2 to 5.9.0
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.8.2...r5.9.0)
    
    Updates `junit-jupiter-engine` from 5.8.2 to 5.9.0
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.8.2...r5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Make AfterEach methods public
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6c289c1 View commit details
    Browse the repository at this point in the history
  2. Bump federation-graphql-java-support from 2.0.3 to 2.0.4 (yahoo#2718)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    319868c View commit details
    Browse the repository at this point in the history
  3. Bump mockito-core from 4.4.0 to 4.5.1 (yahoo#2632)

    * Bump mockito-core from 4.4.0 to 4.5.1
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.5.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.4.0...v4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Removed exclusions for byte-buddy
    
    * Update pom.xml
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2df809a View commit details
    Browse the repository at this point in the history
  4. Bump gson from 2.9.0 to 2.9.1 (yahoo#2719)

    Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/google/gson/releases)
    - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
    - [Commits](google/gson@gson-parent-2.9.0...gson-parent-2.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.code.gson:gson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a7550f7 View commit details
    Browse the repository at this point in the history
  5. Bump maven-deploy-plugin from 2.8.2 to 3.0.0 (yahoo#2717)

    Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
    - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-2.8.2...maven-deploy-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0c76767 View commit details
    Browse the repository at this point in the history
  6. Bump checkstyle from 10.3.1 to 10.3.2 (yahoo#2721)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.1 to 10.3.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.1...checkstyle-10.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f61181e View commit details
    Browse the repository at this point in the history
  7. Bump junit-platform-commons from 1.8.2 to 1.9.0 (yahoo#2720)

    Bumps [junit-platform-commons](https://github.com/junit-team/junit5) from 1.8.2 to 1.9.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-commons
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e3fde67 View commit details
    Browse the repository at this point in the history
  8. Bump junit-platform-launcher from 1.8.2 to 1.9.0 (yahoo#2722)

    Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.8.2 to 1.9.0.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0115043 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Bump calcite-core from 1.30.0 to 1.31.0 (yahoo#2725)

    Bumps [calcite-core](https://github.com/apache/calcite) from 1.30.0 to 1.31.0.
    - [Release notes](https://github.com/apache/calcite/releases)
    - [Commits](apache/calcite@calcite-1.30.0...calcite-1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.calcite:calcite-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    52551b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Bump artemis-server from 2.23.1 to 2.24.0 in /elide-standalone (yahoo…

    …#2735)
    
    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.23.1 to 2.24.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.23.1...2.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    bbafffc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Bump artemis-server from 2.23.1 to 2.25.0 (yahoo#2743)

    * Bump artemis-server from 2.23.1 to 2.25.0
    
    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.23.1 to 2.25.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.23.1...2.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Updated calcite core
    
    * Bumping snake yaml
    
    * Updating JMS client
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0f095aa View commit details
    Browse the repository at this point in the history
  2. Bump federation-graphql-java-support from 2.0.4 to 2.0.6 (yahoo#2737)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.4 to 2.0.6.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.4...v2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    0f49199 View commit details
    Browse the repository at this point in the history
  3. Bump metrics.version from 4.2.10 to 4.2.12 (yahoo#2746)

    Bumps `metrics.version` from 4.2.10 to 4.2.12.
    
    Updates `metrics-core` from 4.2.10 to 4.2.12
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.10...v4.2.12)
    
    Updates `metrics-servlets` from 4.2.10 to 4.2.12
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.10...v4.2.12)
    
    Updates `metrics-servlet` from 4.2.10 to 4.2.12
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](dropwizard/metrics@v4.2.10...v4.2.12)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    fb82a84 View commit details
    Browse the repository at this point in the history
  4. Bump spring.boot.version from 2.7.2 to 2.7.3 (yahoo#2749)

    Bumps `spring.boot.version` from 2.7.2 to 2.7.3.
    
    Updates `spring-boot-starter-actuator` from 2.7.2 to 2.7.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.2...v2.7.3)
    
    Updates `spring-boot-dependencies` from 2.7.2 to 2.7.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.2...v2.7.3)
    
    Updates `spring-boot-starter-security` from 2.7.2 to 2.7.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.2...v2.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c1c747e View commit details
    Browse the repository at this point in the history
  5. Bump javassist from 3.29.0-GA to 3.29.1-GA (yahoo#2748)

    Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.1-GA.
    - [Release notes](https://github.com/jboss-javassist/javassist/releases)
    - [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
    - [Commits](https://github.com/jboss-javassist/javassist/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.javassist:javassist
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    a22c178 View commit details
    Browse the repository at this point in the history
  6. Bump spring-cloud-context from 3.1.3 to 3.1.4 (yahoo#2747)

    Bumps [spring-cloud-context](https://github.com/spring-cloud/spring-cloud-commons) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/spring-cloud/spring-cloud-commons/releases)
    - [Commits](spring-cloud/spring-cloud-commons@v3.1.3...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.cloud:spring-cloud-context
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    177d878 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Serdes now take precedence over type converters for enums. (yahoo#2755)

    * Serdes now take precedence over type converters for enums.
    
    * Fixed class scanner test
    aklish authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    86a95a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de4135 View commit details
    Browse the repository at this point in the history
  3. Bump hibernate5.version from 5.6.10.Final to 5.6.11.Final (yahoo#2753)

    Bumps `hibernate5.version` from 5.6.10.Final to 5.6.11.Final.
    
    Updates `hibernate-entitymanager` from 5.6.10.Final to 5.6.11.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.10...5.6.11)
    
    Updates `hibernate-core` from 5.6.10.Final to 5.6.11.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.10...5.6.11)
    
    Updates `hibernate-envers` from 5.6.10.Final to 5.6.11.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.10...5.6.11)
    
    Updates `hibernate-hikaricp` from 5.6.10.Final to 5.6.11.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.10...5.6.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0a5249a View commit details
    Browse the repository at this point in the history
  4. Bump maven-site-plugin from 3.12.0 to 3.12.1 (yahoo#2752)

    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.0 to 3.12.1.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](apache/maven-site-plugin@maven-site-plugin-3.12.0...maven-site-plugin-3.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d81fc6c View commit details
    Browse the repository at this point in the history
  5. Bump mockito-core from 4.6.1 to 4.8.0 (yahoo#2750)

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.8.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.6.1...v4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    891ba6c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    c0a0f0a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Bump mockito-junit-jupiter from 4.6.1 to 4.8.0 (yahoo#2765)

    * Bump mockito-junit-jupiter from 4.6.1 to 4.8.0
    
    Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.6.1 to 4.8.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.6.1...v4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bumping graphql-java
    
    * Updating suppressions.xml to work around bug in CVE pattern matching
    
    * Disabling maven-dependency-check for constant false negatives
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    e9f41ad View commit details
    Browse the repository at this point in the history
  2. Bump log4j-to-slf4j from 2.18.0 to 2.19.0 (yahoo#2768)

    Bumps log4j-to-slf4j from 2.18.0 to 2.19.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-to-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    f5dfa50 View commit details
    Browse the repository at this point in the history
  3. Bump log4j-over-slf4j from 1.7.36 to 2.0.1 (yahoo#2764)

    Bumps [log4j-over-slf4j](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.1.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    42462aa View commit details
    Browse the repository at this point in the history
  4. Bump jackson-databind from 2.13.3 to 2.13.4 (yahoo#2762)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.4.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    16f463c View commit details
    Browse the repository at this point in the history
  5. Bump log4j-api from 2.18.0 to 2.19.0 (yahoo#2769)

    Bumps log4j-api from 2.18.0 to 2.19.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    8a68521 View commit details
    Browse the repository at this point in the history
  6. Bump version.restassured from 5.1.1 to 5.2.0 (yahoo#2754)

    Bumps `version.restassured` from 5.1.1 to 5.2.0.
    
    Updates `rest-assured` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.1...rest-assured-5.2.0)
    
    Updates `json-schema-validator` from 5.1.1 to 5.2.0
    
    Updates `json-path` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.1...rest-assured-5.2.0)
    
    Updates `xml-path` from 5.1.1 to 5.2.0
    - [Release notes](https://github.com/rest-assured/rest-assured/releases)
    - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
    - [Commits](rest-assured/rest-assured@rest-assured-5.1.1...rest-assured-5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.rest-assured:rest-assured
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:json-schema-validator
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:json-path
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.rest-assured:xml-path
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    a8630a2 View commit details
    Browse the repository at this point in the history
  7. Bump spring-core from 5.3.22 to 5.3.23 (yahoo#2771)

    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.22 to 5.3.23.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.22...v5.3.23)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    e44bed7 View commit details
    Browse the repository at this point in the history
  8. Bump spring-websocket from 5.3.22 to 5.3.23 (yahoo#2770)

    Bumps [spring-websocket](https://github.com/spring-projects/spring-framework) from 5.3.22 to 5.3.23.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v5.3.22...v5.3.23)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-websocket
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    9718a65 View commit details
    Browse the repository at this point in the history
  9. Bump snakeyaml from 1.31 to 1.32 (yahoo#2772)

    Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.31 to 1.32.
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..snakeyaml-1.31)
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    7ff9de9 View commit details
    Browse the repository at this point in the history
  10. Bump federation-graphql-java-support from 2.0.6 to 2.0.7 (yahoo#2773)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    6adc3d4 View commit details
    Browse the repository at this point in the history
  11. Bump maven-jar-plugin from 3.2.2 to 3.3.0 (yahoo#2774)

    Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    06e4ac8 View commit details
    Browse the repository at this point in the history
  12. Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (yahoo#2778)

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    cc5146b View commit details
    Browse the repository at this point in the history
  13. Bump slf4j-api from 1.7.36 to 2.0.1 (yahoo#2777)

    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.1.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_1.7.36...v_2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    24da916 View commit details
    Browse the repository at this point in the history
  14. Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (yahoo#2776)

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    70ecd9d View commit details
    Browse the repository at this point in the history
  15. Bump checkstyle from 10.3.2 to 10.3.3 (yahoo#2775)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.3.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.2...checkstyle-10.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    973ac12 View commit details
    Browse the repository at this point in the history
  16. Bump dependency-check-maven from 7.1.1 to 7.2.0 (yahoo#2779)

    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.1.1 to 7.2.0.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
    - [Commits](jeremylong/DependencyCheck@v7.1.1...v7.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    357f654 View commit details
    Browse the repository at this point in the history
  17. Bump javassist from 3.29.1-GA to 3.29.2-GA (yahoo#2780)

    Bumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.1-GA to 3.29.2-GA.
    - [Release notes](https://github.com/jboss-javassist/javassist/releases)
    - [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)
    - [Commits](https://github.com/jboss-javassist/javassist/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.javassist:javassist
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    5439c08 View commit details
    Browse the repository at this point in the history
  18. Bump micrometer-core from 1.9.2 to 1.9.4 (yahoo#2781)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.9.2 to 1.9.4.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.9.2...v1.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    729e74d View commit details
    Browse the repository at this point in the history
  19. Update changelog.md

    aklish authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    450c5c0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e056d69 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fb342ae View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    07e41c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Bump graphql-java-extended-scalars from 18.1 to 19.0 (yahoo#2783)

    Bumps [graphql-java-extended-scalars](https://github.com/graphql-java/graphql-java-extended-scalars) from 18.1 to 19.0.
    - [Release notes](https://github.com/graphql-java/graphql-java-extended-scalars/releases)
    - [Commits](graphql-java/graphql-java-extended-scalars@v18.1...19.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.graphql-java:graphql-java-extended-scalars
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    18a7616 View commit details
    Browse the repository at this point in the history
  2. Bump groovy.version from 3.0.12 to 3.0.13 (yahoo#2782)

    Bumps `groovy.version` from 3.0.12 to 3.0.13.
    
    Updates `groovy` from 3.0.12 to 3.0.13
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 3.0.12 to 3.0.13
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy-xml
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    362842b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Resolves yahoo#2784 (yahoo#2785)

    * Resolves yahoo#2784
    
    * Cleaned up imports
    aklish authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c61859e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    f03aba8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Bump federation-graphql-java-support from 2.0.7 to 2.0.8 (yahoo#2793)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.7 to 2.0.8.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.7...v2.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b700526 View commit details
    Browse the repository at this point in the history
  2. Bump version.junit from 5.9.0 to 5.9.1 (yahoo#2792)

    Bumps `version.junit` from 5.9.0 to 5.9.1.
    
    Updates `junit-jupiter-api` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.0...r5.9.1)
    
    Updates `junit-jupiter-params` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.0...r5.9.1)
    
    Updates `junit-jupiter-engine` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit5@r5.9.0...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8df8d99 View commit details
    Browse the repository at this point in the history
  3. Bump spring.boot.version from 2.7.3 to 2.7.4 (yahoo#2791)

    Bumps `spring.boot.version` from 2.7.3 to 2.7.4.
    
    Updates `spring-boot-starter-actuator` from 2.7.3 to 2.7.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.3...v2.7.4)
    
    Updates `spring-boot-dependencies` from 2.7.3 to 2.7.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.3...v2.7.4)
    
    Updates `spring-boot-starter-security` from 2.7.3 to 2.7.4
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.3...v2.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6212ec3 View commit details
    Browse the repository at this point in the history
  4. Bump junit-platform-launcher from 1.9.0 to 1.9.1 (yahoo#2790)

    Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-launcher
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0bcfbb1 View commit details
    Browse the repository at this point in the history
  5. Bump hibernate5.version from 5.6.11.Final to 5.6.12.Final (yahoo#2798)

    Bumps `hibernate5.version` from 5.6.11.Final to 5.6.12.Final.
    
    Updates `hibernate-entitymanager` from 5.6.11.Final to 5.6.12.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.11...5.6.12)
    
    Updates `hibernate-core` from 5.6.11.Final to 5.6.12.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.11...5.6.12)
    
    Updates `hibernate-envers` from 5.6.11.Final to 5.6.12.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.11...5.6.12)
    
    Updates `hibernate-hikaricp` from 5.6.11.Final to 5.6.12.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.11...5.6.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c497ff3 View commit details
    Browse the repository at this point in the history
  6. Bump snakeyaml from 1.32 to 1.33 (yahoo#2796)

    Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 1.33.
    - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.33..snakeyaml-1.32)
    
    ---
    updated-dependencies:
    - dependency-name: org.yaml:snakeyaml
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f8ec54e View commit details
    Browse the repository at this point in the history
  7. Bump artemis-jms-client-all from 2.25.0 to 2.26.0 (yahoo#2799)

    Bumps [artemis-jms-client-all](https://github.com/apache/activemq-artemis) from 2.25.0 to 2.26.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.25.0...2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-client-all
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    901b41a View commit details
    Browse the repository at this point in the history
  8. Bump swagger-core from 1.6.6 to 1.6.7 (yahoo#2802)

    Bumps [swagger-core](https://github.com/swagger-api/swagger-core) from 1.6.6 to 1.6.7.
    - [Release notes](https://github.com/swagger-api/swagger-core/releases)
    - [Commits](swagger-api/swagger-core@v1.6.6...v1.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger:swagger-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bd2dbab View commit details
    Browse the repository at this point in the history
  9. Bump log4j-over-slf4j from 2.0.1 to 2.0.3 (yahoo#2801)

    Bumps [log4j-over-slf4j](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.3.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.1...v_2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:log4j-over-slf4j
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d17cd77 View commit details
    Browse the repository at this point in the history
  10. Bump slf4j-api from 2.0.1 to 2.0.3 (yahoo#2800)

    Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.3.
    - [Release notes](https://github.com/qos-ch/slf4j/releases)
    - [Commits](qos-ch/slf4j@v_2.0.1...v_2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.slf4j:slf4j-api
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fc468db View commit details
    Browse the repository at this point in the history
  11. Bump artemis-server from 2.25.0 to 2.26.0 (yahoo#2803)

    Bumps [artemis-server](https://github.com/apache/activemq-artemis) from 2.25.0 to 2.26.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.25.0...2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c44438d View commit details
    Browse the repository at this point in the history
  12. Bump artemis-jms-server from 2.23.1 to 2.26.0 (yahoo#2804)

    Bumps [artemis-jms-server](https://github.com/apache/activemq-artemis) from 2.23.1 to 2.26.0.
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.23.1...2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-jms-server
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d1f4aee View commit details
    Browse the repository at this point in the history
  13. Bump checkstyle from 10.3.3 to 10.3.4 (yahoo#2805)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.3 to 10.3.4.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.3...checkstyle-10.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    13f2937 View commit details
    Browse the repository at this point in the history
  14. Bump junit-platform-commons from 1.9.0 to 1.9.1 (yahoo#2806)

    Bumps [junit-platform-commons](https://github.com/junit-team/junit5) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.platform:junit-platform-commons
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4ce3ae6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Refactor expression visitor (yahoo#2808)

    * Refactoring Expression Visitor so all expression types have visit methods.
    
    * Added BooleanExpression class
    aklish authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3afee02 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Bump jedis from 4.2.3 to 4.3.0 (yahoo#2816)

    Bumps [jedis](https://github.com/redis/jedis) from 4.2.3 to 4.3.0.
    - [Release notes](https://github.com/redis/jedis/releases)
    - [Commits](redis/jedis@v4.2.3...v4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis.clients:jedis
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a92efb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Bump swagger-core from 1.6.7 to 1.6.8 (yahoo#2823)

    Bumps [swagger-core](https://github.com/swagger-api/swagger-core) from 1.6.7 to 1.6.8.
    - [Release notes](https://github.com/swagger-api/swagger-core/releases)
    - [Commits](swagger-api/swagger-core@v1.6.7...v1.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: io.swagger:swagger-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    320dfe4 View commit details
    Browse the repository at this point in the history
  2. Bump jackson-databind from 2.13.4 to 2.13.4.2 (yahoo#2822)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4 to 2.13.4.2.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    a1a408d View commit details
    Browse the repository at this point in the history
  3. Bump federation-graphql-java-support from 2.0.8 to 2.1.0 (yahoo#2821)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.0.8 to 2.1.0.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.0.8...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e2f5374 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Add negated prefix, postfix and infix operators. (yahoo#2788) (yahoo#…

    …2830)
    
    * Add negated prefix, postfix and infix operators. (yahoo#2788)
    
    * Update OperatorTest.java
    
    * Update FilterTranslator.java
    
    Co-authored-by: Aaron Klish <[email protected]>
    LamWizy and aklish authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9ca2a8f View commit details
    Browse the repository at this point in the history
  2. Bump spring.boot.version from 2.7.4 to 2.7.5 (yahoo#2827)

    Bumps `spring.boot.version` from 2.7.4 to 2.7.5.
    
    Updates `spring-boot-starter-actuator` from 2.7.4 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)
    
    Updates `spring-boot-dependencies` from 2.7.4 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)
    
    Updates `spring-boot-starter-security` from 2.7.4 to 2.7.5
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.7.4...v2.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter-actuator
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-starter-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    611c6e1 View commit details
    Browse the repository at this point in the history
  3. Bump micrometer-core from 1.9.4 to 1.9.5 (yahoo#2826)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.9.4 to 1.9.5.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.9.4...v1.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9420a74 View commit details
    Browse the repository at this point in the history
  4. Bump mockito-junit-jupiter from 4.8.0 to 4.8.1 (yahoo#2825)

    Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.8.0...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    61fab94 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Adding support for populating Meta object in JSON-API (yahoo#2824)

    * Adding support for populating Meta object in JSON-API
    
    * Added WithMeatadata interface
    
    * Fixed checkstyle
    
    * Removed unnecessary interface prototypes in RequestScope
    
    * Added unit test.
    
    * Added IT test for in memory store for metadata JSON-API
    
    * Added IT test.
    
    * Fixed checkstyles and NPE
    
    * Moved logic to add resource meta to persistentResource.toMeta
    
    * Fixed checkstyles and added one more UT
    
    * Another checkstyle error
    
    * Inspection rework
    aklish authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    86203f0 View commit details
    Browse the repository at this point in the history
  2. Bump version.jackson from 2.13.4 to 2.14.0 (yahoo#2834)

    Bumps `version.jackson` from 2.13.4 to 2.14.0.
    
    Updates `jackson-annotations` from 2.13.4 to 2.14.0
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.13.4 to 2.14.0
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](FasterXML/jackson-core@jackson-core-2.13.4...jackson-core-2.14.0)
    
    Updates `jackson-dataformat-yaml` from 2.13.4 to 2.14.0
    - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
    - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.13.4...jackson-dataformats-text-2.14.0)
    
    Updates `jackson-datatype-jdk8` from 2.13.4 to 2.14.0
    
    Updates `jackson-datatype-jsr310` from 2.13.4 to 2.14.0
    
    Updates `jackson-module-jaxb-annotations` from 2.13.4 to 2.14.0
    - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.13.4...jackson-modules-base-2.14.0)
    
    Updates `jackson-module-parameter-names` from 2.13.4 to 2.14.0
    - [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
    - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.13.4...jackson-modules-java8-2.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9a12d3f View commit details
    Browse the repository at this point in the history
  3. Bump checkstyle from 10.3.4 to 10.4 (yahoo#2832)

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.4...checkstyle-10.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    283e213 View commit details
    Browse the repository at this point in the history
  4. Bump federation-graphql-java-support from 2.1.0 to 2.1.1 (yahoo#2833)

    Bumps [federation-graphql-java-support](https://github.com/apollographql/federation-jvm) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/apollographql/federation-jvm/releases)
    - [Commits](apollographql/federation-jvm@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.apollographql.federation:federation-graphql-java-support
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aaron Klish <[email protected]>
    dependabot[bot] and aklish authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cabeef8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update changelog.md

    aklish authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    a2cd246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcaabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed0f1d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Bump jackson-databind from 2.13.4.2 to 2.14.1 (yahoo#2843)

    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.2 to 2.14.1.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    06f05b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    d0dccb5 View commit details
    Browse the repository at this point in the history
  2. Bump hibernate5.version from 5.6.12.Final to 5.6.14.Final (yahoo#2838)

    Bumps `hibernate5.version` from 5.6.12.Final to 5.6.14.Final.
    
    Updates `hibernate-entitymanager` from 5.6.12.Final to 5.6.14.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.12...5.6.14)
    
    Updates `hibernate-core` from 5.6.12.Final to 5.6.14.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.12...5.6.14)
    
    Updates `hibernate-envers` from 5.6.12.Final to 5.6.14.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.12...5.6.14)
    
    Updates `hibernate-hikaricp` from 5.6.12.Final to 5.6.14.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)
    - [Commits](hibernate/hibernate-orm@5.6.12...5.6.14)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-entitymanager
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-envers
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-hikaricp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    f7c9126 View commit details
    Browse the repository at this point in the history
  3. Bump handlebars-helpers from 4.3.0 to 4.3.1 (yahoo#2837)

    Bumps [handlebars-helpers](https://github.com/jknack/handlebars.java) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/jknack/handlebars.java/releases)
    - [Commits](jknack/handlebars.java@v4.3.0...v4.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.jknack:handlebars-helpers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2022
    Configuration menu
    Copy the full SHA
    192e13a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge branch 'master' into QuarkusScaffoldingLatest

    Resolved conflicts: suppressions.xml
    Peter Royle committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8b9cff3 View commit details
    Browse the repository at this point in the history
  2. Upgrade Elide and Quarkus versions.

    Upgrade Elide to 6.1.10-SNAPSHOT.
    Upgrade Quarkus to 2.14.3.Final.
    Disable javadoc for deployment module since there are "no public or protected classes" to document.
    Peter Royle committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    aa492d1 View commit details
    Browse the repository at this point in the history
  3. Move the javadoc config to the deployment module where it belongs.

    Disable javadoc for deployment module since there are "no public or protected classes" to document.
    Peter Royle committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    60e1ea5 View commit details
    Browse the repository at this point in the history