Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Bump quarkus.version from 1.0.0.CR1 to 1.0.0.CR2 #4

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quarkus.version from 1.0.0.CR1 to 1.0.0.CR2.

Updates quarkus-bom from 1.0.0.CR1 to 1.0.0.CR2

Release notes

Sourced from quarkus-bom's releases.

1.0.0.CR2

Major changes

Complete changelog

  • #5607 - Check MAVEN_HOME env var instead of M2_HOME in bootstrap
  • #5605 - Set the lower boundary of the default range for Quarkus platforms to 1.0.0.CR2
  • #5582 - Second batch of modifications for #2299
  • #5581 - Document replacement for HttpServletRequest
  • #5573 - Terminate request scope before sending JAX-RS response
  • #5571 - Update to SmallRye OpenAPI 1.1.20
  • #5569 - MicroProfile TCK OpenTracing failures
  • #5568 - Fix various JAXB issues
  • #5566 - Place json configuration files next to thin jar when building
  • #5564 - Replacing quarkus.properties with quarkus.platform.version
  • #5559 - Document lifecycle of JAX-RS resources
  • #5558 - ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory when using jaxb for native image
  • #5557 - Add the Jackson exception to the Writing native applications tips guide
  • #5553 - Change compile quarkus:dev to just quarkus:dev in Maven plugin's output
  • #5547 - Specify keycloak version in tests
  • #5545 - doc(*): Clean loggers
  • #5536 - BearerTokenAuthorizationTest is failing
  • #5535 - close handlers and free all associated resources.
  • #5533 - fix: remove build warning by making injected spring data jpa fragments protected in a generated repository
  • #5524 - build(BOM): Upgrade Swagger UI to 3.24.3
  • #5522 - LogManager GENERIC_FAILURE on Windows 10
  • #5519 - refactor: remove trailing usage of @​SubstrateTest
  • #5518 - Explicitly disable the clustering on the web Vert.x instance.
  • #5517 - Allow falling back to the bundled platform in case quarkus-platform-descriptor-json:jar couldn't be resolved
  • #5515 - add hibernate-jpamodelgen to bom
  • #5510 - Show more robust gradle graal configuration in docs
  • #5509 - Ensure resolver tests runs unaffected by local ~/.m2 repo
  • #5507 - Quarkus HTTP 3.0.0.Final
  • #5506 - Quarkus Security 1.0.0.Final
  • #5505 - Opentracing without Servlet
  • #5504 - Remove Servlet specific auth from JAX-RS
  • #5503 - Gizmo 1.0.0.Final
  • #5502 - Platform resolver to fallback to the bundled platform if the artifact metadata is there but not the artifacts themselves
  • #5501 - Platform resolver fails in offline mode when the local repo contains metadata but not the artifacts
  • #5495 - Upgrade to Hibernate ORM 5.4.9.Final
  • #5490 - Support MappedSuperclass in our Spring Data JPA compatibility layer
  • #5486 - [fixes #5397] - Updating guide to include path permissions
  • #5482 - Upgrade to RESTEasy 4.4.1.Final
  • #5477 - Fix #2299: mention service files in extension guide
  • #5476 - Remove duplicate dependency from integration test module
  • #5473 - Add oidc to OpenID Connect keywords
  • #5472 - OpenId connect extension should be associated with the OIDC tag
  • #5469 - issue 5463 - Clarify Hibernate ORM property setting in prod
... (truncated)
Commits
  • c8ec46c [RELEASE] - Bump version to 1.0.0.CR2
  • 2ab6b0b Check MAVEN_HOME env var instead of M2_HOME which isn't used in maven version...
  • 8080e9d Set the lower boundary of the default range of automatically discovered Quark...
  • 60ea7e7 Remove Servlet specific auth from JAX-RS
  • 732e346 Reorganize the imports of UnauthorizedExceptionMapper
  • 273ba59 UnauthorizedExceptionMapper.toResponse - dead local store removal
  • ecda909 Added note on ServiceProviderBuildItem constructors to warn what they do
  • 32b3c07 Warn about what ServiceProviderBuildItem does
  • e697b0b Renamed exiting example to not be confused with extension API version
  • e91f184 Tweak documentation for how to use service files in extensions
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 1.0.0.CR1 to 1.0.0.CR2

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 1.0.0.CR1 to 1.0.0.CR2.

Updates `quarkus-bom` from 1.0.0.CR1 to 1.0.0.CR2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@1.0.0.CR1...1.0.0.CR2)

Updates `quarkus-maven-plugin` from 1.0.0.CR1 to 1.0.0.CR2

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 Nov 21, 2019
@carlosthe19916 carlosthe19916 merged commit 775d5ee into master Nov 22, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/quarkus.version-1.0.0.CR2 branch November 22, 2019 21:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant