radanalyticsio / spark-operator

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

Bump quarkus.version from 1.2.0.Final to 1.9.2.Final #322

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

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

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

Release notes

Sourced from quarkus-bom's releases.

1.9.2.Final

Major changes

Complete changelog

  • #13122 - Cleanup the local cache of redis connections after closing them
  • #13116 - Qute: do not ignore a user-provided template variant
  • #13113 - Character escaping in Qute doesn't work
  • #13105 - Make Amazon Services interceptors config a list of string
  • #13093 - Fix invalid handling of List in spring-data-jpa custom queries
  • #13092 - Synchronize security-jwt.adoc with smallrye-jwt
  • #13091 - Document config property smallrye.jwt.verify.key.location
  • #13085 - Upgrade jboss-logmanager-embedded to 1.0.6 and ban jboss-logmanager
  • #13078 - com.amazonaws.xray.interceptors.TracingInterceptor Native Image Failure
  • #13074 - Fix link to security-testing in getting-started-testing
  • #13069 - Update multipart dependency used in S3 documentation to Quarkus extension
  • #13065 - Remove dependency on quarkus-oidc from keycloak-admin-client
  • #13060 - Do not end the response if sendChallenge has already done it
  • #13047 - Dead link "https://quarkus.io/guides/security.adoc#testing-security" in documentation
  • #13044 - Spring Data JPA error when selecting property value
  • #13035 - 1.9.1 throws Response has already been written from RouteFilter
  • #13020 - Remove unnecessary semicolon in config guide
  • #13015 - Make embedded fields with camel-case work in Spring Data JPA repositories
  • #13014 - Spring Data Repository with camel-case properties not working with Quarkus
  • #13001 - Fix jvm.info metric naming to match micrometer convention
  • #12996 - Fix typo in column name

1.9.1.Final

Major changes

  • #12789 - Support SmallRye Config 1.9.2.

Complete changelog

  • #12978 - Fix typos in asciidoc documentation
  • #12963 - support abstract classes for resteasy #12927
  • #12962 - Add Caffeine cache implementations required by users
  • #12940 - Improved the parsing of the host and port in vertx
  • #12939 - Wrong host forwarded after enabling proxy address forwarding
  • #12931 - If no password set don't attempt to connect
  • #12930 - Add client example to websocket guide
  • #12929 - Disabled proactive authentication and @TestSecurity does not work
  • #12927 - RESTEasy tries to instantiate abstract resource base class
  • #12920 - Updated the doc examples to show the auth scheme returned is Bearer instead of MP-JWT
  • #12919 - JWT RBAC guide lists incorrect authentication scheme
  • #12912 - Runtime initialization of some imageio related classes
  • #12892 - Exclude Xerces dependency in Tika extension
  • #12882 - Disabled proactive authentication and @TestSecurity does not work
Commits
  • 8dfdb57 [RELEASE] - Bump version to 1.9.2.Final
  • 2a82cc1 Merge pull request #13119 from gsmet/1.9.2-backports-1
  • 8dd206a Cleanup the local cache of redis connections after closing them
  • bc470b7 Make Amazon Services interceptors config a list of string
  • 3fdf077 Qute: do not ignore a user-provided template variant
  • 3d005d5 Fix invalid handling of List<String> in spring-data-jpa custom queries
  • 68ece3b Synchronize security-jwt.adoc with smallrye-jwt
  • e7c68e1 Ban jboss-logmanager: we use jboss-logmanager-embedded in Quarkus.
  • 1b4317b Upgrade jboss-logmanager-embedded to 1.0.6
  • ec62431 Do not end the response if sendChallenge has already done it
  • Additional commits viewable in compare view


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

Updates quarkus-maven-plugin from 1.2.0.Final to 1.9.2.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 4 years ago

Superseded by #329.