Skip to content

Bump quarkus.version from 1.2.0.Final to 1.9.1.Final #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

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

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

Release notes

Sourced from quarkus-bom's releases.

1.9.0.Final

Major changes

Complete changelog

  • #12700 - Fixed uber jar packaging instructions
  • #12699 - Use counter for JVM Info
  • #12694 - native-image specific micrometer-mp-metrics test failure in io.quarkus.micrometer.runtime.registry.json.JsonExporter, java.lang.NumberFormatException
  • #12688 - Fix Bootstrap dependencies
  • #12679 - Update to Apache Http Client 4.5.13
  • #12677 - Liquibase - Support loading data in native
  • #12676 - Partly fix release 1.9 disabled gradle test
  • #12675 - Reduce error logging in Vert.x proxy address forwarding
  • #12674 - Fix NPE in AsmUtilCopy
  • #12672 - Move Bootstrap dependency out of the BOM
  • #12671 - NPE on Arc in combination with Myfaces extension: Producer for Object type
  • #12667 - Reduce error logging in vertx proxy address forwarding
  • #12662 - Upgrade jboss-logmanager-embedded to 1.0.5
  • #12661 - Ensure that the proper test error is logged instead of a NPE
  • #12659 - Logging issues with log4j2-jboss-logmanager
  • #12653 - Improve Avro support in native applications
  • #12643 - Native application failed to start when liquibase enabled
  • #12639 - Support additional JDBC properties for a DataSource
  • #12636 - Bump swagger-ui from 3.35.0 to 3.35.1
  • #12635 - Add jsonp for cases where jsonb is not in scope
  • #12632 - Do not include Twitter Bootstrap in quarkus-bom
  • #12631 - Reconcile "old" and "new" S2I config properties
  • #12627 - Don't consider the hierarchy of Object when marked with @Valid
  • #12621 - Consume Caffeine Jandex index to register classes for reflection
  • #12618 - Put parentId from trace context into MDC
  • #12617 - ArC auto producers - ignore void methods
  • #12616 - Fix exception handling when a message consumer is blocking
  • #12614 - Bump aws-lambda-java-events from 3.3.1 to 3.4.0
  • #12612 - Bump awssdk.version from 2.15.2 to 2.15.6
  • #12608 - Add commonTags to micrometer doc
  • #12603 - Bootstrap Maven: don't check MAVEN_PROJECTBASEDIR for the root project dir
  • #12599 - Error handling does not work with blocking event bus consumers
  • #12598 - Small OpenShift documentation fixes
  • #12579 - Add codestart for spring-web
  • #12549 - Introduce QuarkusTestBeforeClassCallback
  • #12544 - Introduce BeforeClass test callback
  • #12532 - Ability to handle both exit code and exception when running CLI applications
  • #12510 - Search for quarkus gradle plugin in transitive dependencies
  • #12509 - Allow usage of Quarkus Gradle Plugin as a custom plugin dependency
  • #12506 - Update to Tika 1.24.1
  • #12504 - docs: Restore cdi-ref index-dependency example.
  • #12443 - Hibernate Validator - @Valid Object causes CNFE
  • #12397 - Exception Handling/Mapping When Running Quarkus Command Mode Applications
Commits
  • 46a35c2 [RELEASE] - Bump version to 1.9.1.Final
  • 44827da Merge pull request #12991 from gsmet/1.9.1-backports-2
  • 97d0d31 Support SmallRye Config 1.9.3.
  • 723668c Support SmallRye Config 1.9.2.
  • 6e6f874 Fix typos in documentation
  • a13cf9c Merge pull request #12982 from gsmet/1.9.1-backports-1
  • eb113e1 Disabled proactive authentication and @TestSecurity does not work
  • 0494ca9 Improved the parsing of the host and port in vertx
  • b874fc2 Add Caffeine cache implementations required by users
  • 8810aca Revert "Consume Caffeine Jandex index to register classes for reflection"
  • Additional commits viewable in compare view

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

Updates quarkus-maven-plugin from 1.2.0.Final to 1.9.1.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:

  • 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)

Bumps `quarkus.version` from 1.2.0.Final to 1.9.1.Final.

Updates `quarkus-arc` from 1.2.0.Final to 1.9.1.Final

Updates `quarkus-kubernetes-client` from 1.2.0.Final to 1.9.1.Final

Updates `quarkus-bom` from 1.2.0.Final to 1.9.1.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@1.2.0.Final...1.9.1.Final)

Updates `quarkus-core` from 1.2.0.Final to 1.9.1.Final

Updates `quarkus-maven-plugin` from 1.2.0.Final to 1.9.1.Final

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview
Copy link
Contributor Author

Superseded by #143.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/quarkus.version-1.9.1.Final branch November 6, 2020 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants