radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
156 stars 61 forks source link

Bump quarkus.version from 1.2.0.Final to 1.8.3.Final #316

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps quarkus.version from 1.2.0.Final to 1.8.3.Final. Updates quarkus-arc from 1.2.0.Final to 1.8.3.Final

Updates quarkus-kubernetes-client from 1.2.0.Final to 1.8.3.Final

Updates quarkus-bom from 1.2.0.Final to 1.8.3.Final

Release notes

Sourced from quarkus-bom's releases.

1.8.3.Final

Major changes

Complete changelog

  • #12595 - make gRPC work in native when other extensions added
  • #12593 - Add note about configuring OpenShift fields
  • #12580 - Fix REST client extension SSL native include
  • #12568 - Fix potential hang in VertxInputStream
  • #12558 - Fix various typos
  • #12556 - Fix NPE while parsing CloudEvent time
  • #12553 - Disable kubernetes http2 in kubernetes mock server
  • #12525 - Quarkus REST Client extension is not enabling SSL native by default as documented
  • #12460 - Native image build with quarkus-infinispan-client and quarkus-grpc
  • #12301 - gRPC and Reactive Kafka Fails Native Build

1.8.2.Final

Major changes

Complete changelog

  • #12523 - @TestHTTPEndpoint support for endpoints annotated with Spring Web's @RequestMapping
  • #12508 - docs: Fix companion object link in Panache with Kotlin
  • #12487 - Combine both the combined index and the bean archive one in REST client
  • #12484 - Add Tika PDF FontBox native resources
  • #12477 - Fix add extension in Kafka Streams guide
  • #12476 - Index Envers base entity classes
  • #12474 - Missing publish option in kms docker + specify version of localhost i…
  • #12471 - quarkus-hibernate-envers should add hibernate-envers to Jandex index
  • #12467 - @TestSecurity fails if the method params are primitives
  • #12463 - Hibernate ORM extension boot is not holding the @Startup event
  • #12459 - Fix the private key location in the smallrye-jwt guide
  • #12451 - Startup of Hibernate ORM was not registered as a ServiceStartBuildItem
  • #12449 - The limitation of a single instance of Hibernate was removed
  • #12446 - Update documentation for "kafka" extension
  • #12440 - Upgrade Hibernate Validator to 6.1.6.Final
  • #12437 - Include JVM GC metrics in the Micrometer extension
  • #12436 - Config docs improvements
  • #12425 - Include the JVM GC Binder in the Micrometer extension
  • #12421 - Make producer of MetricRegistry unremovable
  • #12420 - SmallRye GraphQL extension's metrics are broken
  • #12414 - Fix Fault Tolerance metrics via Micrometer
  • #12413 - ClassNotFoundException on primitive arguments with quarkus-test-security
  • #12410 - Don't log warnings about duplicate build.metadata
  • #12401 - Fix the handling of the port 0
  • #12387 - Fix reflection registration issue with Jackson's @JsonSerialize
Commits
  • 0e171d4 [RELEASE] - Bump version to 1.8.3.Final
  • 32f62d3 Merge pull request #12624 from gsmet/1.8.3-backports-1
  • 62528fb Downgrade slf4j-jboss-logging to 1.2.0.Final
  • f543291 make gRPC work in native when other extensions added
  • 1d30aa1 Fix REST client extension SSL native include
  • 01c6f57 Add note about configuring OpenShift fields
  • 752bd56 fix: NPE while parsing CloudEvent time
  • 01033b4 Fix potential hang in VertxInputStream
  • 8eb3565 Various typos corrected.
  • 53deca3 Disable http2 as it breaks tests with watchers.
  • Additional commits viewable in compare view


Updates quarkus-core from 1.2.0.Final to 1.8.3.Final

Updates quarkus-maven-plugin from 1.2.0.Final to 1.8.3.Final

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


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #318.