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 dependency io.quarkus:quarkus-maven-plugin to v1.13.7.Final #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 18, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.13.3.Final

Compare Source

Major changes
Complete changelog
  • #​16834 - Fix minor typos in the OIDC docs
  • #​16832 - Downgrade Keycloak image to 12.0.3 as we have problems with the 12.0.4 image
  • #​16824 - Fix RESTEasy Reactive Default Codestart on 1.13
  • #​16819 - Bump kubernetes-client-bom from 5.3.0 to 5.3.1
  • #​16811 - Switch to using s01.oss.sonatype.org everywhere
  • #​16800 - Add Jackson extension dependency in the Kafka Client extension
  • #​16796 - Fix typo in cdi-integration.adoc
  • #​16795 - Fix dev-mode CL issue with multipart form handling
  • #​16794 - ClasscastException when using MultipartForm in dev mode
  • #​16782 - Ensure that RunnerClassLoader returns unique entries
  • #​16770 - RunnerClassLoader getResources returns duplicate results
  • #​16769 - Native packaging fail with kafka-client
  • #​16766 - kafka-client : missing substituted JmxReporter method
  • #​16765 - kafka-client : Detected a MBean server in the image heap
  • #​16751 - Bootstrap: fix loading an overlapping workspace
  • #​16750 - Bootstrap - include reloadable artifacts to deployment classloader
  • #​16746 - Use newer versions of containers
  • #​16742 - Bump postgresql from 42.2.19 to 42.2.20
  • #​16740 - Bump neo4j-java-driver from 4.2.4 to 4.2.5
  • #​16736 - Test: pause for CI timing, remove extraneous object
  • #​16726 - Fix path of java.security in Dockerfile
  • #​16704 - Bump mysql-connector-java from 8.0.23 to 8.0.24
  • #​16683 - Fixed typo in debug port comment
  • #​16681 - Property "quarkus.class-loading.reloadable-artifacts" creates "ClassNotFoundException" in Arc
  • #​16680 - Ensure that a JAX-RS client exception does not depend on the server parts
  • #​16679 - Update security customization docs to make sure it's properly rendered
  • #​16667 - Don't index invisible muti-release classes
  • #​16666 - Jacoco Fixes
  • #​16664 - Concatenate io.netty.versions.properties instead of ignoring them
  • #​16663 - Bump liquibase-core from 4.3.3 to 4.3.4
  • #​16662 - io.netty.util.Version#identify not working in uber-jars
  • #​16657 - Remove false positive warnings emitted from the Kubernetes Client processor
  • #​16655 - Hibernate Search: Add configuration property to skip the Elasticsearch version check
  • #​16648 - Fix "Request has already been read" in Dev UI LogStream
  • #​16618 - Qute - fix validation of type-safe message expressions
  • #​16597 - Backport updated micrometer extension guide
  • #​16591 - Update the section about disabling security with a link to the TestSecurity doc
  • #​16590 - Qute type-safe expression in type-safe message results in NPE
  • #​16581 - Rest Client Reactive - passing headers for async calls
  • #​16578 - Ensure that Jackson writer doesn't negatively affect endpoint score
  • #​16577 - Rest Client Reactive - passing headers with async return type doesn't work
  • #​16563 - Adds cleanDisabled to Flyway configuration
  • #​16561 - Add cleanDisabled to Flyway configuration
  • #​16558 - Rest Client Reactive - native fixes
  • #​16551 - Use setter method to derive the type of property
  • #​16542 - Update the table comparing oidc/jwt/oauth2 extensions and OidcClient guide
  • #​16537 - Dev UI: exception related to log streaming
  • #​16536 - FlashScopeUtil: handle empty cookie bytes
  • #​16534 - Dev UI - DevConsolePostHandler.flashMessage() results in EOFException
  • #​16527 - Ensure that Vert.x runs in its dev-mode when Quarkus is started in dev-mode
  • #​16515 - Raise log level to warn there's no topology found
  • #​16514 - KafkaStream extension should report better that no topology is found
  • #​16511 - Add hostnameVerificationAlgorithm to reactive-datasource
  • #​16509 - Enhanced codestart description for logging-json
  • #​16502 - Update quarkus-oidc and quarkus-oidc-client to enable SSL in Native
  • #​16497 - quarkus:create adds quarkus-resteasy to a project even when quarkus-resteasy-reactive-jackson is specified
  • #​16494 - Fix JAX-RS @​Singleton resource with constructor injection
  • #​16484 - reactive-pg-client sslMode=verify-full not working
  • #​16475 - RESTEasy Singleton resource with constructor injection failing with RESTEASY003190
  • #​16471 - Wrong location for java.security used in Dockerfile.jvm and others
  • #​16459 - java.lang.Error should rollback the JTA transaction
  • #​16458 - Bump liquibase-core from 4.3.2 to 4.3.3
  • #​16455 - JTA CDI should roll-back when intercepted method throws Error
  • #​16374 - Bump flyway-core from 7.7.1 to 7.7.3
  • #​16358 - quarkus-jacoco produces tons of logged excepiions in 1.13 like Cannot transform java.lang.Object
  • #​16300 - Bump mongo-client.version from 4.2.2 to 4.2.3
  • #​16242 - Monitor config additional locations for hot deployment
  • #​16079 - Kotlin 1.4.32
  • #​16065 - Bump neo4j-java-driver from 4.2.3 to 4.2.4
  • #​16001 - Bump yasson from 1.0.8 to 1.0.9
  • #​16000 - Bump flyway-core from 7.7.0 to 7.7.1
  • #​15925 - Upgrade MongoDB driver to 4.2
  • #​14720 - Resteasy Reactive detects multiple writers, but only one response type is present
  • #​13205 - Quarkus OIDC quarkus.oidc.enabled and DisabledAuthController doesn't seem to work

v1.13.2.Final

Compare Source

Major changes
  • #​15964 - Introduce support for the Oracle JDBC driver
Complete changelog
  • #​16486 - Backport 16377
  • #​16481 - Fix case of Kafka ServiceBinding properties
  • #​16477 - Quarkus Kafka Client ServiceBinding no longer works with app-services service binding
  • #​16467 - Upgrade to Hibernate Search 6.0.3.Final
  • #​16460 - HTTP/2 + BodyHandler fix
  • #​16447 - Bump gizmo in resteasy-reactive to 1.0.7.Final
  • #​16443 - Detect native image build with com.oracle.graalvm.isaot
  • #​16442 - [native] hibernate-search-orm-elasticsearch extension not working with GraalVM 20.3-dev
  • #​16440 - Avoid unnecessary exception wrapping in NativeTestExtension.throwBootFailureException
  • #​16438 - Fix race condition on reactive client with streaming and SSE responses
  • #​16436 - JS for all-config guide page
  • #​16434 - Handle RejectedOperationException in Mutiny infrastructure on shutdown
  • #​16432 - Add the ability to configure the maximum form attribute size
  • #​16431 - Service account is also applied to RevisionSpec
  • #​16428 - Fix websockets class loading issue
  • #​16427 - Quarkus 1.13.x WebSocket Client - wrong ClassLoader?
  • #​16426 - Make sure class is only processed once
  • #​16422 - Resteasy Reactive - Multipart does not accept text/plain bigger than 2048 bytes
  • #​16420 - Fix @​TestTransaction for self-intercepted invocation
  • #​16417 - Fix OIDC web auth docs
  • #​16405 - Support Flyway's initSql property to specify SQL to run
  • #​16400 - Make sure LocalProject.getAppArtifact() has a proper version
  • #​16384 - OIDC Issuer Verification
  • #​16379 - Only warn if there is a missing no-arg ctor
  • #​16372 - Bump agroal.version from 1.10 to 1.11
  • #​16368 - Fix build issue when client and server RESTEasy Reactive jackson deps are used together
  • #​16363 - Try to make the docker related note more prominent
  • #​16361 - Update to fabric8 kubernetes-client 5.3.0
  • #​16360 - Ignore abstract classes in Filter hierarchy
  • #​16359 - Resteasy Reactive wants to instantiate abstract ContainerRequestFilter's in dev mode
  • #​16349 - Use a floating tag for the ubi-quarkus-native-image
  • #​16348 - Qute type-safe checks - take interface default methods into account
  • #​16347 - quarkus-jacoco bug in Quarkus 1.13.0
  • #​16341 - Change assignability check for interfaces
  • #​16339 - Fix gradle Jacoco issues
  • #​16337 - Qute deployment errors with template parameter declaration of concrete classes and usage of default methods
  • #​16330 - Register hierarchy of io.quarkus.maven.ArtifactKey
  • #​16327 - Registry client: option to cleanup old timestamped catalog artifacts
  • #​16324 - Allow skipping OIDC issuer verification
  • #​16323 - Quarkus 1.13.0 with Jacoco include test classes in report
  • #​16317 - Allow modifying primitive parameters in an interceptor
  • #​16294 - Quarkus 1.13.0: 401 Unauthorized using different host names for Keycloak
  • #​16278 - Reactive datasource idle-timeout for pooled connections
  • #​16268 - interceptor fails with IllegalArgumentException when parameters are modified and the target method uses primitive types
  • #​16267 - Realign dependency structure of the Oracle JDBC extension
  • #​16261 - Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA
  • #​16227 - Investigate io.quarkus.resteasy.reactive.server.test.stream.StreamTestCase#testClientStreaming
  • #​16226 - Flyway initSql support
  • #​16170 - Http2 does not work with reactive routes in quarkus dev mode
  • #​16165 - Fix issue with hang detection
  • #​16141 - Add workaround to generated projects for maven.compiler.parameters problem in IntelliJ IDEA
  • #​16007 - Copy Content-Type from Netty HttpResponse to APIGatewayV2HTTPResponse
  • #​15999 - Register all profile properties in the default config source
  • #​15996 - Describe how OIDC endpoints are configured in all OIDC docs
  • #​15964 - Introduce support for the Oracle JDBC driver
  • #​15949 - Upgrade to Agroal 1.10
  • #​15948 - Set the Agroal ExceptionSorter to detect which JDBC exception can be recovered from
  • #​15919 - Add support for postgis container images to postgresql DevService
  • #​15909 - AWS Lambda HTTP Content-Type is lost
  • #​15389 - ENVs required in prod profile break dev profile but only when using the built artifact
  • #​15025 - Quarkus keeps dead database connections in its connection pool
  • #​1658 - Add jdbc support for Oracle

v1.13.1.Final

Compare Source

Major changes
Complete changelog
  • #​16305 - Explicitly wait for the broker to be running before executing the test
  • #​16304 - Use fixed port for mailer test
  • #​16303 - Be smarter about discarding log messages
  • #​16301 - More consistency for the step names, job name is already descriptive
  • #​16298 - Use the job name in Surefire Reports artifact names
  • #​16297 - Disable live reload instrumentation by default
  • #​16295 - Fix wrong location of Micrometer Prometheus extension descriptor
  • #​16293 - Extend Liquibase IT with includeAll
  • #​16290 - Check whether the project already imports the platform for the added extension before importing it
  • #​16287 - Update OIDC to accept all RS and ES algorithms
  • #​16282 - Only resolve db kind implicitly if we have no named datasources around
  • #​16273 - Fix OidcClient test failure
  • #​16272 - Avoid nasty NPE when trying to open Eclipse IDE
  • #​16269 - Print error message is printed with certificate is self-signed when deploying to OpenShift
  • #​16265 - Until the delayed handler is activated, drop anything below INFO level
  • #​16264 - mvn quarkus:add-extension broken always adding bom
  • #​16263 - Add missing "volatile" to some dev mode handlers
  • #​16262 - Re-add Kafka group.id documentation, deleted in commit 8a56a30
  • #​16252 - Jacoco multi module fixes
  • #​16247 - Upgrade to Quarkus HTTP 3.1.0.Final and related cleanup
  • #​16244 - Update micrometer guide URL
  • #​16239 - Missing Hazelcast logs after change #​15636
  • #​16237 - Fix JAX-RS Application class hierarchy handling
  • #​16232 - Fix typo in getting started
  • #​16229 - Upload the Surefire reports as artifacts
  • #​16228 - Resteasy fails to load abstract subclass of javax.ws.rs.core.Application
  • #​16215 - Add token audience param to oidc-client
  • #​16214 - Handle user declared annotation processor
  • #​16210 - Liquibase fails to find datasource when devservices is disabled.
  • #​16200 - UnsatisfiedResolutionException : Build Failed with Mapstruct and Quarkus 1.13.0
  • #​16196 - Quarkus 1.13.0.Final Gradle plugin does not run annotation processors
  • #​16189 - API to check if property exists
  • #​16187 - Fix flaky rest-client test
  • #​16186 - REST Client Reactive cleanup
  • #​16185 - Add quarkusCoreVersion parameter to generate-platform-descriptor-json goal
  • #​16183 - Fix issue with fast-jar not working using OpenShift and Docker strategy
  • #​16181 - Rest Client Reactive: detect blocking the event loop
  • #​16177 - Fixed the codestarts artifactId
  • #​16171 - Disable SSL verification when trust-all property is enabled
  • #​16167 - Fix Uni response type handling in quarkus-rest-client-reactive
  • #​16164 - Micrometer: Simplify Vertx HTTP binder init; http settings in dev mode
  • #​16157 - Use Vert.x Buffer for OIDC requests
  • #​16156 - Fix CompletionStage response type handling in quarkus-rest-client-reactive
  • #​16151 - OIDC Extension does not work anymore with Azure AD and Quarkus 1.13.0
  • #​16149 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart fails fast when CompletionStage is returned
  • #​16148 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart blocks when Uni is returned
  • #​16146 - Fix case where rest client doesn't recognize the default port or https
  • #​16145 - Minor correction in centralized-log-management doc
  • #​16144 - Make the netbeans support a bit more robust
  • #​16143 - Using quarkus-rest-client-reactive-jackson on rest-client-quickstart fails
  • #​16140 - ArC dev mode monitoring - proceed if the container is not available
  • #​16138 - Make sure all the project modules are loaded into workspace in case the root pom does not declare any
  • #​16132 - New Websockets doesnt work
  • #​16130 - Micrometer Vert.x Binder Locks Shutdown on devmode
  • #​16123 - from version 1.13.0 Vault MicroProfile Config Source stopped working
  • #​16121 - Add support for opening the IDE from DevUI even if the default IDE script doesn't exist
  • #​16119 - quarkus.tls.trust-all=true not working
  • #​16114 - Qute loop section - improve the error message for null and NOT_FOUND
  • #​16113 - Regression issue: Fast Jar not working using OpenShift and Docker strategy
  • #​16112 - Prevent QuarkusTestResourceLifecycleManager from being run twice
  • #​16108 - QuarkusTestResourceLifecycleManager start/stop executed for each test method in Quarkus 1.13.0.CR1
  • #​16100 - Update Vert.x to version 3.9.6
  • #​16097 - Add the ability to open the Resource Class in the IDE from the scores page
  • #​16096 - Properly open inner classes in the IDE
  • #​16088 - Docs - Fixed incorrect class statement
  • #​16078 - Remove Vert.x HTTP dep
  • #​16069 - Register the correct native library for Snappy, during native image generation
  • #​16068 - Fix typo
  • #​16061 - OIDC Client extension should start without the configuration
  • #​16060 - Update OIDC client code to retry in case of the connection errors and have OIDC starting without the complete config
  • #​16051 - Update the Cassandra quickstart guide
  • #​16049 - Resolve Quarkus version from the runtime dependencies instead of the deployment ones
  • #​16048 - Dev mode - fix class comparison logic for instrumentation
  • #​16047 - Hot Reload: class redefinition failed: attempted to delete a method
  • #​16045 - Add a note about quarkus-security dependency
  • #​16042 - [native] kafka-snappy integration-test fails with org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY]
  • #​16038 - Use plugin repositories to resolve plugin descriptors
  • #​16027 - Fixes Jackson serialization issues in native
  • #​16021 - Deactivate Vault Config Source refresh if running in non blocking thread
  • #​16019 - Fix a regression with OIDC ignoring 'tenant-enabled'
  • #​16016 - Use constructor injection in getting started reactive guide
  • #​16014 - Regression issue: OIDC is failing to start even when authentication is disabled
  • #​16002 - Quarkiverse: Changed template for Ecosystem CI and release
  • #​15998 - Docs: Add MP Metrics API in some cases
  • #​15992 - Clarify where can the @​Traced annotation be used
  • #​15989 - Fix the name of the microprofile-config.properties file
  • #​15987 - Allow using @​Blocking on implementation in addition to interface for JAX-RS Resources
  • #​15981 - Misleading Embeddable Configuration Documentation
  • #​15975 - ArC - fix disposer method resolution
  • #​15972 - Bump liquibase-core from 4.3.1 to 4.3.2
  • #​15971 - Support GraalVM 21.1 LocalizationFeature
  • #​15962 - java.lang.NoClassDefFoundError: com/oracle/svm/core/jdk/LocalizationFeature
  • #​15940 - @Blocking on resource is ignored if implementing an OpenAPI-generated interface
  • #​15933 - Update OIDC client code to retry if the request failed with Connection Was Closed
  • #​15924 - Add doc mentioning the biggest differences of dev-mode vs the production application
  • #​15876 - @​Traced annotation doesn't work as documented in opentracing.adoc when combined with JAX-RS
  • #​15821 - Quarkus Vault problem
  • #​15817 - Quarkus maven plugin does not take pluginRepositories into consideration
  • #​15777 - Rest Client Reactive - Jackson extension
  • #​15721 - Dev UI: open code in IDE should use IDE path from scanning processes
  • #​15599 - quarkus-oidc should start without Keycloak and having to disable the tenant
  • #​14751 - Liquibase includeall only works in dev mode
  • #​14349 - Add Passing Client Headers section to rest-client.adoc
  • #​14164 - mvn add-extension in sub-module shouldn't add dependencyManagement
  • #​13863 - Add OpenTracing Command Listener to MongoDB client

v1.13.0.Final

Compare Source

Major changes
Complete changelog
  • #​15968 - Add MP SPI dep to Smallrye GraphQL
  • #​15966 - ClassNotFoundException using quarkus-micrometer-registry-prometheus / quarkus-smallrye-graphql
  • #​15963 - Support for providing a custom extension registry client impl in a maven artifact
  • #​15960 - Add a more informative error message when Dockerfile is unavailable during s2i
  • #​15958 - Fix QuarkusTestResourceLifecycleManager property mismatch in rest-client.adoc
  • #​15957 - Register KeycloakPolicyEnforcerAuthorizer if both oidc and policy authorizer are enabled
  • #​15956 - Introduce utility JsonExtensionCatalog.addCategory
  • #​15951 - Update to Keycloak 12.0.4
  • #​15946 - Fix broken kubernetes tests
  • #​15942 - Fix signatures of UniInvoker
  • #​15941 - Fix JBang dev mode
  • #​15939 - Allow any image to be used in DevServices
  • #​15931 - Update OidcConfigurationMetadata to return the scopes and minor error log updates
  • #​15930 - Add class-change-agent as javaagent in Gradle quarkusDev task
  • #​15922 - Graceful shutdown fixes
  • #​15921 - Exclude resteasy-client from quarkus-resteasy-multipart
  • #​15919 - Add support for postgis container images to postgresql DevService
  • #​15917 - Disable -XX:TieredStopAtLevel=1 when GraalVM is used as the JDK
  • #​15915 - Allow adding multiple realms
  • #​15913 - Fix Narayana STM failing to build in Native
  • #​15908 - Quartz extension - graceful shutdown for @​Scheduled does not work
  • #​15906 - Update multistage docker image tag used in doc
  • #​15904 - Gradle Multi-stage Dockerfile in documentation pointing to non-existent quay.io/quarkus/centos-quarkus-maven:21.0.0-java8
  • #​15898 - ArC - fix the algorithm to find event parameter qualifiers
  • #​15896 - Add some testing instructions to OidcClient and SmallRye JWT docs
  • #​15895 - Update SmallRye GraphQL to 1.0.26
  • #​15894 - Return correct parent when searching executable on PATH
  • #​15886 - CDI events qualifiers not working when abstract superclass is in a library
  • #​15882 - Support @​NonBlocking on ContainerRequestFilters
  • #​15881 - Quote File.separator when using it as a regular expression
  • #​15880 - Support the inclusion of all the discovered scopes in the OIDC authentication request
  • #​15878 - PatternSyntaxException in dev console
  • #​15873 - Bump smallrye-graphql to 1.0.25
  • #​15869 - Fix false config warning
  • #​15865 - Add quarkus-test-oidc-server test support module and update the docs
  • #​15860 - Multiple fixes for create-extension in Quarkus core
  • #​15859 - "quarkus.http.test-timeout" Was removed ? (using 1.12.1.Final)
  • #​15858 - Make the kafka streams extension to read the default kafka broker configuration
  • #​15855 - Fix kafka binding issues
  • #​15852 - RESTEasy Reactive: UniInvoker signatures are wrong
  • #​15851 - Improvements for in tree extension creation
  • #​15850 - Don't fail quarkus:dev if running processes can't be determined
  • #​15849 - Clear the /tmp folder on first dev mode start
  • #​15848 - Quarkus 1.13.0.CR1 dev mode fails with build exception on Apple Silicon machine
  • #​15847 - Add native image reflection entries for Sentry
  • #​15845 - Kafka Streams extension does not read the "default broker configuration" map
  • #​15838 - Register ElasticsearchClientConfig qualifier as a bean
  • #​15837 - devmode - Not using JVM instrumentation, but always full restart
  • #​15835 - Error when running HQL queries spanning multiple tables in Hibernate Reactive
  • #​15834 - Error when running HQL queries spanning multiple tables in Hibernate Reactive
  • #​15833 - Make classes marked with ElasticsearchClientConfig application scoped and unremovable
  • #​15830 - Fix Flyway dev console link
  • #​15829 - Make max retry attempts and delay interval of remote-dev configurable
  • #​15828 - Dev UI - keep log 'open' when page refresh
  • #​15825 - ElasticRestClient fails to load the provided custom configuration via @​ElasticsearchClientConfig
  • #​15818 - Lazy fetch associations with Hibernate Reactive
  • #​15815 - Liquibase - Register for reflection all classes marked with DatabaseChangeProperty
  • #​15814 - For Hibernate Reactive enableCollectionInDefaultFetchGroup must be set to true
  • #​15810 - Fix Amazon X-Ray in native mode
  • #​15809 - Liquibase validation failures in native image
  • #​15807 - Fix typo in ArC error message
  • #​15805 - Use default media types when SSE element type isn't specified
  • #​15803 - Ensure that specific legacy MessageBodyReader/Writers are not chosen over Quarkus ones
  • #​15801 - 1.12.x failed to build native package with io.quarkus:quarkus-amazon-lambda-xray
  • #​15778 - RESTEasy Reactive: SSE endpoints should have the same content type automatically selected as normal endpoints
  • #​15735 - QuarkusSecurityIdentity.builder(identity) loses isAnonymous flag
  • #​15732 - RESTEasy Reactive: Lock contention between callback processing and resume()
  • #​15730 - Fix QuarkusSecurityIdentity.isAnonymous check
  • #​15681 - Resteasy Reactive report NoSuchMethod Exception with quarkus-keycloak-admin-client dependencies in native mode
  • #​15670 - Running app in OpenShift fails because of classpath set after jar
  • #​15650 - More visibility to SmallRye
  • #​15623 - Errors reported to sentry.io result in an
  • #​15578 - Upgrade LogManager to 1.0.9
  • #​15537 - Quarkus 1.12.1.Final swagger-ui endpoint under /q is broken: stale content in tmp
  • #​15442 - Narayana STM failing to build in Native
  • #​15416 - Running app in OpenShift fails because of classpath set after jar
  • #​15271 - GraphQL mutiny CompositeException instead of custom ErrorCode
  • #​15016 - Add OpenTelemetry extension
  • #​13974 - Minor keycloak-authorization code and doc updates
  • #​13838 - OIDC/Keycloak Authorization
  • #​10499 - OpenTelemetry for Quarkus

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 this update 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 force-pushed the renovate/quarkus-plugin.version branch from a37556a to 38632ee Compare April 18, 2021 05:12
@renovate renovate bot force-pushed the renovate/quarkus-plugin.version branch from 38632ee to c1669e6 Compare April 28, 2021 11:42
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.2.Final Update dependency io.quarkus:quarkus-maven-plugin to v1.13.3.Final Apr 28, 2021
@renovate renovate bot force-pushed the renovate/quarkus-plugin.version branch from c1669e6 to 0e9b09b Compare May 12, 2021 15:45
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.3.Final Update dependency io.quarkus:quarkus-maven-plugin to v1.13.4.Final May 12, 2021
@renovate renovate bot force-pushed the renovate/quarkus-plugin.version branch from 0e9b09b to 580d6ab Compare May 26, 2021 10:10
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.4.Final Update dependency io.quarkus:quarkus-maven-plugin to v1.13.5.Final May 26, 2021
@renovate renovate bot force-pushed the renovate/quarkus-plugin.version branch from 580d6ab to 0833fd0 Compare May 27, 2021 14:36
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.5.Final Update dependency io.quarkus:quarkus-maven-plugin to v1.13.6.Final May 27, 2021
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v1.13.6.Final Update dependency io.quarkus:quarkus-maven-plugin to v1.13.7.Final Jun 9, 2021
@renovate renovate bot force-pushed the renovate/quarkus-plugin.version branch from 0833fd0 to 1b08822 Compare June 9, 2021 12:03
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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