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.2.Final #249

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.2.Final.

Release notes

Sourced from quarkus-bom's releases.

1.12.2.Final

Major changes

Complete changelog

  • #15609 - Avoid race condition when creating the Dev UI routes
  • #15608 - Reintroduce RouteBuildItem#Builder() public ctor
  • #15603 - Fix Building my First Extension documentation snippets order description
  • #15594 - Look for mongo client in the whole deployment
  • #15592 - Fix Polyglot with fast-jar
  • #15589 - Look for RedisClient in all modules
  • #15586 - Fix potential race condition with Multipart upload in RESTEasy Reactive
  • #15581 - Named Redis client injection not working when used in separate JAR
  • #15577 - Fix native executable build on Windows and add a CI build - 1.12
  • #15576 - Fix GraphQL queries returning Collection.class in native mode
  • #15571 - GraphQL queries returning Collection.class are broken in native mode
  • #15569 - Use sortedOriginalMediaTypes in ClassRoutingHandler
  • #15560 - Disable DevUI for remote dev mode
  • #15558 - Fix dev console paths. Add Builder to HttpRootPathBuildItem
  • #15554 - Added descriptions to Health OpenAPI Filter responses
  • #15553 - Fix race condition on reading input in RESTEasy Reactive
  • #15551 - Missing description for generated health OpenAPI responses
  • #15546 - Fix Thread-safe issue and memory leak with Log History Handler
  • #15535 - HttpRootPathBuildItem has changed his path format several times.
  • #15529 - Small path fix for the dev ui
  • #15506 - Automatically register @JsonIdentityInfo generator and resolver in Jackson
  • #15480 - Make mutable-jar work with jib in all cases
  • #15479 - Resteasy Reactive first POST with InputStream hang
  • #15477 - Add support for mutable-jar package format for container image extensions
  • #15474 - Explain semantics of quarkus.rest.path; add tests
  • #15455 - Make Jackson work with ReaderInterceptors
  • #15453 - RESTEasy Reactive: ReaderInterceptor results in java.lang.IllegalStateException: Should never be called
  • #15450 - Use relative links in the guides
  • #15445 - Fix some infelicities in the IDE Tooling guide
  • #15427 - Use single mock when backing bean is the same instance
  • #15411 - @InjectMock replaces existing mocks
  • #15172 - Don't use real looking versions in mocked data for snapshot testing
  • #15146 - Make sure versions are mocked in snapshots tests
  • #15142 - Some code start tests test the version which is not compatible with releases

1.12.1.Final

Major changes

Path resolution for configurable endpoints changed in this release.

Complete changelog

  • #15420 - Fix file permission issue for container builds on remote daemons

... (truncated)

Commits
  • 9b83b07 [RELEASE] - Bump version to 1.12.2.Final
  • 1c0139e Merge pull request #15616 from gsmet/1.12.2-backports-3
  • 06e4ab8 Avoid race condition when creating the Dev UI routes
  • 4d2a230 Reintroduce RouteBuildItem#Builder() public ctor
  • 4227e2e Fix Thread-safe issue and memory leak with Log History Handler
  • a9a305e switches the 1 and 2 points for according to pom's snippet
  • 83cb710 Merge pull request #15604 from gsmet/1.12.2-backports-2
  • 4fcab67 Look for mongo client in the whole deployment
  • a6c0c42 Tests for quarkus.rest.path
  • 7e8ffc7 Fix DevConsole paths;HttpRootPathBuildItem.Builder
  • 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 #254.