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

Update quarkus.platform.version to v1.13.7.Final #25

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-universe-bom 1.13.3.Final -> 1.13.7.Final age adoption passing confidence
io.quarkus:quarkus-maven-plugin 1.13.3.Final -> 1.13.7.Final age adoption passing confidence

Release Notes

quarkusio/quarkus-platform

v1.13.7.Final

Compare Source

v1.13.6.Final

Compare Source

v1.13.5.Final

Compare Source

v1.13.4.Final

Compare Source

quarkusio/quarkus

v1.13.7.Final

Compare Source

Major changes
Complete changelog
  • #​17763 - SimpleScheduler - fix CronTrigger#evaluate()
  • #​17758 - Also register CustomResource implementors fully for reflection.
  • #​17727 - Add resteasy extension to generated app in the AMQP guide
  • #​17724 - Scheduler is not triggered or triggered 2 times randomly with native image
  • #​17721 - Add artemis-mqtt-protocol dependency
  • #​17720 - Add artemis-mqtt-protocol in the bom
  • #​17688 - Use Maven version 3.8.1 in the generated projects
  • #​17668 - Quarkus bundles generated projects with maven wrapper 3.6.3
  • #​17632 - Correctly propagate dispatchToWorker to websockets
  • #​17605 - Pass max frame size to VertxServerWebSocketContainer
  • #​17599 - Bump gradle jandex plugin version in test and doc
  • #​17580 - Create log file parent directories for @​QuarkusIntegrationTest
  • #​17571 - Option quarkus.websocket.dispatch-to-worker=true doesn't work anymore in Quarkus 1.13
  • #​17565 - @​QuarkusIntegrationTest with docker image fails on unable to create logfile
  • #​17555 - Make VertxInputStream#available not fail on large content-type
  • #​17551 - Don't write error response when it's already been written
  • #​17473 - Gradle: create quarkusDeploymentOnlyClasspath configuration
  • #​17455 - Resteasy fails with NumberFormatException if file is larger than 2047 MB
  • #​17206 - maxFramePayloadLength seems to be hardcoded when using WebSocketClient
  • #​16727 - Ensure that a non-indexed entry doesn't break generic type resolution

v1.13.6.Final

Compare Source

Major changes
Complete changelog
  • #​17493 - Hibernate Validator - Work around Jandex issue in enclosingTarget()
  • #​17472 - Introduce build item to override weak reflection semantics
  • #​17464 - Fix the indentation of the smallrye-metrics example

v1.13.5.Final

Compare Source

Major changes
  • #​16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
Complete changelog
  • #​17454 - Hibernate Validator - Fix container element constraints detection
  • #​17452 - Injected Bean Validator has different behavior than the static default Hibernate one
  • #​17433 - Add ChangeStreamDocument Mongo class for reflection
  • #​17432 - MongoDB Client Extension - NullPointerException in native mode with ChangeStreamDocumentCodec
  • #​17390 - Update SmallRye Config to 1.13.1
  • #​17377 - Suspend GET requests as well
  • #​17366 - Fix case of lost TCCL in dev-mode when RESTEasy Reactive reads the HTTP body
  • #​17359 - Dev mode fails to reload classes when using reactive rest client
  • #​17354 - ArC dev mode - fix business method invocations monitoring
  • #​17352 - Depend on Keycloak 12.0.4 for the moment
  • #​17333 - Bump xstream from 1.4.16 to 1.4.17
  • #​17327 - WebSockets in Extensions
  • #​17322 - Quarkus random ConcurrentModificationException
  • #​17296 - Use StandardCharsets.UTF_8 where appropriate
  • #​17294 - Add configuration reference to Deploying to OpenShift
  • #​17278 - More config issues in Quarkus 1.13.4.Final
  • #​17216 - Resteasy hangs on null header
  • #​17202 - Workaround jpa-oracle failure when using Mandrel
  • #​17199 - Honor GenerateResourceBuildItem while building UberJar
  • #​17179 - Keycloak Authorization 'policy-enforcer.lazy-load-paths=true' regression
  • #​17168 - Null as HTTP header value results in hanging thread
  • #​16999 - Fix case where REST Client returns JAX-RS Response from a JAX-RS endpoint
  • #​16277 - Update aws-sdk to 2.16.36
  • #​16249 - Update to Maven 3.8.1 and use mvnw consequently in GH workflows
  • #​16233 - Maven 3.8.1 update causes warning
  • #​16139 - [native] 1.13.0.Final Fails To Build Native Image
  • #​15897 - Runtime initialize amazon-services classes using j.u.Random
  • #​15611 - Add ConstraintVerifier infomation to OptaPlanner documentation

v1.13.4.Final

Compare Source

Major changes
Complete changelog
  • #​17154 - Fix last modified and CL for memory resources
  • #​17144 - Update to RestEasy 4.5.12
  • #​17108 - Update SmallRye Config to 1.13.0
  • #​17099 - Jacoco does not report on other modules
  • #​17087 - Update to Keycloak 13.0.0
  • #​17086 - Jacoco Extension does not report on sub projects as of 1.13.3
  • #​17085 - Fixed typo in Kafka documentation: @​Output -> @​Outgoing
  • #​17077 - Introduce UberJarMergedResourceBuildItem and UberJarIgnoredResourceBuildItem
  • #​17076 - Doc: working with reactive batch query results
  • #​17026 - Update OIDC to use GET for UserInfo
  • #​17023 - Update OidcClient to recognize non-standard grant response properties
  • #​17020 - OIDC does not work with Azure Hosted Keycloak (HTTP Error 411)
  • #​17012 - Allow defining a fixed port for datasource DevServices
  • #​16984 - Enable synthetic beans to be application classes
  • #​16974 - Reactive routes - fix the way a return value const violation is detected
  • #​16957 - Enhance OidcClient to accept non-standard token grant responses
  • #​16936 - Allow injection of RoutingContext in RESTEasy Reactive
  • #​16934 - Resteasy-reactive : JPA TenantResolver fails with Normal scoped producer method may not return null: io.quarkus.vertx.http.runtime.CurrentVertxRequest
  • #​16911 - Improve documentation around native resources
  • #​16907 - Fix generic type handling of body parameter in RESTEasy Reactive
  • #​16906 - Fix possible NPE resolving user settings.xml
  • #​16905 - Resteasy reactive - Handling Generics in request body
  • #​16903 - When using random ports in a docker test, resort to host networking
  • #​16900 - QuarkusIntegrationTest failing on containerized native image with quarkus.http.test-(ssl-)port set to 0
  • #​16883 - Removed extra char in docs
  • #​16879 - OIDC: Fix IllegalStateException when processing opaque tokens
  • #​16823 - Allow to support inheritance in JAX-RS Resource included via Application#getClasses
  • #​16768 - Being able to fix the Postgres listening port property with DevServices
  • #​16490 - Bump jackson-bom from 2.12.1 to 2.12.3
  • #​16338 - Quarkus sql client PreparedQuery.executeBatch number of rows affected always equal to 1
  • #​16105 - Substitute BouncyCastle self-tests which rely on SecureRandom
  • #​16020 - Refactor spring-data-jpa integration-test
  • #​16018 - [-Dnative] JPA class Person in integration-tests/spring-data-jpa uses j.u.Random
  • #​16017 - Runtime initialize jgit classes using j.u.Random
  • #​16008 - Runtime initialize grpc class using j.u.Random
  • #​15952 - Runtime initialize RandomUtil in artemis-core extension
  • #​15889 - Bouncycastle FIPs leaving a SecureRandom in heap
  • #​15879 - Initialize classes using j.u.Random at runtime in kafka-client
  • #​15864 - Initialize vertx redis client classes using SplittableRandom at runtime
  • #​12755 - OIDC introspection of opaque access-token does not fill principal of SecurityIdentity
  • #​5677 - shade-like transformers for uberjar creation

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.4.Final Update quarkus.platform.version to v1.13.4.Final May 12, 2021
@renovate renovate bot force-pushed the renovate/quarkus.platform.version branch from 04a4f43 to 3c11c20 Compare May 26, 2021 09:52
@renovate renovate bot changed the title Update quarkus.platform.version to v1.13.4.Final Update quarkus.platform.version May 26, 2021
@renovate renovate bot changed the title Update quarkus.platform.version Update quarkus.platform.version to v1.13.5.Final May 26, 2021
@renovate renovate bot force-pushed the renovate/quarkus.platform.version branch from 3c11c20 to 0bd1dcf Compare May 27, 2021 14:32
@renovate renovate bot changed the title Update quarkus.platform.version to v1.13.5.Final Update quarkus.platform.version May 27, 2021
@renovate renovate bot changed the title Update quarkus.platform.version Update quarkus.platform.version to v1.13.6.Final May 27, 2021
@renovate renovate bot force-pushed the renovate/quarkus.platform.version branch from 0bd1dcf to c2e01cf Compare June 9, 2021 11:56
@renovate renovate bot changed the title Update quarkus.platform.version to v1.13.6.Final Update quarkus.platform.version Jun 9, 2021
@renovate renovate bot changed the title Update quarkus.platform.version Update quarkus.platform.version to v1.13.7.Final Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant