Skip to content
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

Bump quarkus.version from 0.21.2 to 1.1.0.Final #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quarkus.version from 0.21.2 to 1.1.0.Final.
Updates quarkus-bom from 0.21.2 to 1.1.0.Final

Release notes

Sourced from quarkus-bom's releases.

1.1.0.Final

Major changes

Complete changelog

  • #6218 - Allow multiple headers with same name
  • #6217 - Run standalone RESTeasy in main thread pool
  • #6216 - Move Spring Data JPA classes to panache to avoid dev-mode CL issue
  • #6214 - Spring Data JPA custom query with countQuery breaks in dev mode
  • #6201 - Use the bean index to scan subresources, check parameters and look for @Context
  • #6194 - Qute - escape expressions in HTML by default
  • #6188 - Fix erroneous Kubernetes file name in docs
  • #6187 - Kubernetes Guide says "kubernetes.yaml" instead of "kubernetes.yml"
  • #6186 - Move Launching JVM log to debug level
  • #6185 - Improve error message if config properties conflict
  • #6183 - New "Launching JVM" log line appearing in quarkus:dev
  • #6180 - Add quarkus-kafka-streams-deployment to bom/deployment
  • #6167 - Let the delegate handlers decide to autoflush
  • #6160 - Move Elytron substitutions to specific extension
  • #6155 - Handle escaping in Qute
  • #6152 - Add a doc note about YAML config prefix ambiguity
  • #6143 - Revert "Upgrade GraalVM to 19.3.0"
  • #6140 - only base64 encode binary types
  • #6139 - Fixed annotation name in writing extensions documentation
  • #6138 - Make config-yaml a full extension
  • #6129 - Use the DeploymentClassLoader to transform classes
  • #6126 - Use generated doc for JSON logging and fix a couple of documentation generation issues
  • #6125 - Make JSON logging default to enabled
  • #6124 - Update to Neo4j 4.0.0 driver, add more information to health check.
  • #6119 - Upgrade SmallRye Config to 1.5.1
  • #6116 - Added Documentation for YAML configuration
  • #6107 - Infinispan has an Elytron security dependency but the WildFly security substitutions are not included
  • #6106 - Document the usage to application.yaml
  • #6104 - Ignore empty lines in jaxb.index file
  • #6099 - Controller advice exception content type
  • #6093 - The quarkus.index-dependency..classifier property should be optional
  • #6091 - mvn quarkus:dev freezes in a project with bidirectional JPA relationships
  • #6086 - Documentation for Flyway support for multiple datasources #3449
  • #6082 - revert change to run()
  • #6081 - Bump tika-parsers from 1.21 to 1.22 in /bom/runtime
  • #6078 - Add proper artifact names for Qute
  • #6077 - Fix an artemis-commons dependency convergence issue
  • #6070 - JAXB extension cannot handle empty lines in jaxb.index
  • #6058 - StandardCharsets.UTF_8 usage
  • #6057 - Show command line in 'gradle quarkusDev' in one line
  • #6053 - Update KC authorization test to return the data only if 'from-body' key exists
  • #6037 - keycloak-authorization - ProtectedResource - if-check in bodyClaim
  • #5921 - Database connections are leaked in AWS Lambda
... (truncated)
Commits
  • f5e3dd1 [RELEASE] - Bump version to 1.1.0.Final
  • 55fe9fa Add a quick workaround to get javadoc generation happy
  • c195789 updated binary type check
  • f7f7544 cookie test
  • 201a620 Allow multiple headers with same name
  • 6845309 Run standalone RESTeasy in main thread pool
  • 7b15072 Qute - escape expressions in html by default
  • 6b234f9 Move Spring Data JPA classes to panache to avoid dev-mode CL issue
  • 80b4f45 Upgrade SmallRye Config to 1.5.1
  • 3677ee9 Update Kogito to 0.6.1
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 0.21.2 to 1.1.0.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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `quarkus.version` from 0.21.2 to 1.1.0.Final.

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

Updates `quarkus-maven-plugin` from 0.21.2 to 1.1.0.Final

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants