project-openubl / xbuilder-server

Proyecto reemplazado por https://github.com/project-openubl/ublhub
Eclipse Public License 2.0
17 stars 11 forks source link

Bump quarkus-bom from 1.8.3.Final to 1.12.1.Final #246

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps quarkus-bom from 1.8.3.Final to 1.12.1.Final.

Release notes

Sourced from quarkus-bom's releases.

1.12.1.Final

Major changes

Complete changelog

  • #15420 - Fix file permission issue for container builds on remote daemons
  • #15406 - Fix consumes in rest score template;add consumes in endpoints template
  • #15402 - Include quarkus-mutiny instead of vanilla mutiny in RESTEasy Reactive
  • #15401 - Make missing password an error
  • #15400 - unnecessary warning was shown resteasy-reactive
  • #15390 - Fix sub resource locators with no method annotations
  • #15385 - Update p12 files and provide instructions to regenerate them
  • #15379 - Bring back proper timing for quarkus:dev
  • #15378 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.4.0 to 2.8.0
  • #15375 - Avoid NPE in dev console when there aren't any indexed entities with the Hibernate Search extension enabled
  • #15374 - Avoid warning about indexing primitive types
  • #15371 - Dev mode report the wrong startup time starting with Quarkus 1.12
  • #15363 - Fix issue with double query params
  • #15357 - RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed
  • #15352 - NPE in dev mode with hibernate-search-orm-elasticsearch
  • #15340 - Qute - fix handling of Panache entity getters for boolean properties
  • #15337 - Bump kubernetes-client-bom from 5.1.0 to 5.1.1
  • #15334 - Qute calls accessor method instead of using property for boolean (since 1.12.0.Final)
  • #15319 - Disable instrumentation for remote-dev
  • #15315 - Fix test-coverage problem in ConfigInstantiator & add jacoco to dependabot
  • #15305 - Treat MismatchedInputException as client error in RESTEasy Reactive
  • #15301 - Dev UI - Reactive Messaging - fix NPE when a channel is not configured
  • #15300 - Test coverage profile doesn't work
  • #15294 - Upgrade to Hibernate Search 6.0.2.Final
  • #15293 - DEV UI NPE when channel not configured.
  • #15273 - Bump gradle to 6.8.3
  • #15270 - Update to Keycloak 12.0.3
  • #15260 - gRPC blocking: fix calling grpc client within blocking service
  • #15251 - Upgrade SmallRye GraphQL to 1.0.22
  • #15250 - Kubernetes CRD ClassNotFoundException after upgrade to 1.11.2.Final in dev mode
  • #15238 - Fix Qute namespace extensions with no parameters
  • #15234 - Qute type checks - fix multiple nested helper hints
  • #15232 - Upgrade SmallRye Health to 2.2.6
  • #15212 - GRPC client onClose and onMessage should be hanled on same thread
  • #15207 - Fixes for Non app endpoints
  • #15197 - Fix various doc issues
  • #15189 - Add the ability to configure vertx http client options in RESTEasy Reactive client
  • #15187 - GRPC client stream onMessage and onClose executes on different threads
  • #15171 - Various adjustments to create-extension
  • #15165 - Qute validation - fix parsing of nested helper hints
  • #15161 - Qute - fix validation of primitives
  • #15160 - Qute namespace extensions without parameters don't work in Quarkus 1.12.0.FINAL
  • #15158 - Handle more than one level of sub resource params

... (truncated)

Commits
  • 8120a02 [RELEASE] - Bump version to 1.12.1.Final
  • c33c2b9 Merge pull request #15420 from jonathan-meier/fix_permissions_remote_containe...
  • 3691945 Merge pull request #15419 from gsmet/1.12.1-backports-4
  • 9951683 Don't use --user and --userns in remote containers
  • b3440e7 Make missing password and error
  • 9df0c28 Fix consumes in rest score template;add consumes in endpoints template
  • 1105aa6 Include quarkus-mutiny instead of vanilla mutiny in RESTEasy Reactive
  • dd39a8a Avoid confusion between entity instances and entity types in the HSearch devcard
  • e080a65 Avoid NPE in dev console when there aren't any indexed entities
  • af1c4ce Fix sub resource locators with no method annotations
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - 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 #249.