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.10.3.Final #334

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.10.3.Final. Updates quarkus-arc from 1.2.0.Final to 1.10.3.Final

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

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

Release notes

Sourced from quarkus-bom's releases.

1.10.2.Final

Major changes

Complete changelog

  • #13554 - Maven devmode launcher regression: pass application args
  • #13552 - Add guides's link for AWS XRay
  • #13550 - Some fixes to allow JBang to work
  • #13546 - Fix JBang ClassLoading issue
  • #13532 - Fix SimpleScheduler pause functionality
  • #13529 - Rework constrained method inheritance for Hibernate Validator extension
  • #13526 - Gradle: process all the dependency constraints looking for the platform properties artifacts
  • #13524 - Ensure that primitive types in @ConfigProperties work as expected
  • #13523 - @ConfigProperties doesn't handle unset primitives
  • #13516 - Upgrade SmallRye GraphQL to 1.0.18
  • #13512 - SimpleScheduler: pause doesn't work
  • #13508 - JBang project fails to start using 1.10.0.Final version
  • #13501 - Update OpenShift doc to account for new environment variable options
  • #13470 - Hibernate validator does not work with extending interfaces
  • #13454 - Fix debugHost for Gradle's QuarkusDev
  • #13451 - Arguments passed with -Dquarkus.args are ignored in dev mode
  • #13223 - Change the dev/test mode defaults to localhost
  • #11536 - Hibernate Validator: Consider all superclasses when checking for annotations and add tests

1.10.1.Final

Major changes

Complete changelog

  • #13461 - Bump mutiny from 0.10.1 to 0.11.0
  • #13456 - @JsonIgnore QuarkusJsonPlatformDescriptor.getManagedDependencies
  • #13452 - Only add suppressed exceptions when we have several of them for Event
  • #13449 - Properly handle Flyway locations prefixed with 'filesystem:'
  • #13448 - Fix substratevm documentation links
  • #13447 - Link to Graal (substratevm) reflection documentation is broken
  • #13433 - Add a note to Security Authorization doc how to disable the permissions
  • #13424 - Don't log error message on bad request
  • #13421 - Flyway filesystem location not supported
  • #13418 - Fix gRPC Server port configuration in kubernetes descriptor
  • #13416 - gRPC port not well configured in kubernetes.yml
  • #13410 - Fix cache exception handling
  • #13409 - Add additional class to ImageIOProcessor
  • #13400 - Ensure no-args ctor only added once to beans
  • #13399 - Cache exception handling broken in Quarkus 1.10.0.Final
  • #13392 - Eagerly reject malformed requests
  • #13389 - Wrong comparison in cache guide
Commits
  • d96e1fe [RELEASE] - Bump version to 1.10.3.Final
  • 9ecf131 Merge pull request #13741 from gsmet/1.10.3-backports-2
  • 9fae0ce Merge HotDeploymentConfigFileBuildStep targeting the same file
  • afab7b9 Updates XStream due to published CVE
  • 7037d20 Merge pull request #13728 from gsmet/1.10.3-backports-1
  • 520e49f docs: fix typos in getting-started
  • b237aa3 Upgrade SmallRye OpenAPI to 2.0.16
  • 6341bcc Properly parse the jvmArgs passed to make it a list
  • 301e042 DevMojo invokes other goals only if those are actually configured
  • 100dd29 Make sure that remote-dev mode listens on all interfaces instead of localhost
  • Additional commits viewable in compare view


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

Updates quarkus-maven-plugin from 1.2.0.Final to 1.10.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 #336.