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 v3 #9

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2022

This PR contains the following updates:

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

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-maven-plugin)

v3.16.3

Compare Source

Complete changelog
  • #​43392 - Quarkus does not decompress Brotli requests in native mode
  • #​44118 - QuarkusMainTest always run even TestProfile's tags do not match
  • #​44147 - Avoid duplication descriptors in PlatformImportsImpl
  • #​44329 - Do not run the Gradle tests when using -DquicklyDocs and add some useful workflow tips
  • #​44335 - Allow for using RuntimeDelegate SPI in native mode
  • #​44336 - Do not try to list synthetic injection points in "inactive bean" errors
  • #​44339 - Remove use of Json in OIDC
  • #​44341 - Scheduler: fix OffLoadingInvoker
  • #​44345 - Update opentelemetry-tracing.adoc
  • #​44348 - Enable Brotli decompression
  • #​44352 - Make sure the result from QCL.getElementsWithResource(name) does not include duplicates
  • #​44353 - Small improvements to the Google Cloud Function guides
  • #​44366 - Qute: generation of qute-i18n-examples doesn't handle localized enums
  • #​44371 - Make @QuarkusMainTest respect quarkus.test.profile.tags
  • #​44384 - quarkus-grpc: Generate proto files from dependencies no longer works since Quarkus 3.16
  • #​44385 - Qute: fix generation of qute-i18n-examples
  • #​44388 - Fix some invalid configuration cases for doc generation and fail the build if some description are missing
  • #​44398 - Fix Keycloak DevService property doc typo
  • #​44400 - jbang devmode not honoring properties
  • #​44412 - QuteErrorPageSetup does not support templates that are not backed by a file
  • #​44415 - Propagate Runtime properties in JBang Dev mode
  • #​44416 - QuteErrorPageSetup: support templates that are not backed by a file
  • #​44417 - Reflection-Free-Serializers issue with 3.16.2
  • #​44421 - Fix deserialization of null maps in reflection-free Jackson deserializers
  • #​44425 - Bump resteasy.version from 6.2.10.Final to 6.2.11.Final
  • #​44426 - Bump io.micrometer:micrometer-bom from 1.13.6 to 1.13.7
  • #​44432 - Forcing initializing compilejava if empty

v3.16.2

Compare Source

Complete changelog
  • #​34824 - AmazonLambdaRecorder Handler Discovery Erroneously Considers Decorators
  • #​38086 - Documentation about RecordCodecProvider in MongoDB with Panache
  • #​42149 - Upgrade Postgres 16
  • #​44039 - WebSockets Next: create a new event loop context for each client
  • #​44132 - Update getting-started-reactive.adoc
  • #​44149 - Fix Config Error Screen
  • #​44152 - Do not throw NPE in AfterAll interceptor if application didn't start
  • #​44155 - Amazon Lambda - Support decorators
  • #​44156 - Make OidcRequestContextProperties modifiable
  • #​44178 - Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1
  • #​44183 - Properly apply the update recipes in version order
  • #​44184 - Add Support for Trusted Proxy Detection on Forwarded Requests
  • #​44185 - Repeating @PermissionsAllowed annotations totally disable method authentication
  • #​44189 - Small improvements to the Deploying to Google Cloud guide
  • #​44190 - ResteasyReactiveProcessor#setupEndpoints reports duplicate endpoints when a rest client matches a resource
  • #​44191 - Update PostgreSQL image to 17
  • #​44201 - Broken link
  • #​44202 - Broken link?
  • #​44203 - Make OidcRequestContextProperties modifiable
  • #​44204 - Fix broken doc links
  • #​44207 - Bump bouncycastle.version from 1.78.1 to 1.79
  • #​44209 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.1.6 to 1.1.7
  • #​44221 - Add extension description for websockets next
  • #​44227 - Add stork-configuration-generator as an annotationProcessorPath
  • #​44229 - ContainerResponseFilter with @Priority(Integer.MIN_VALUE) will be actually invoked with max priority
  • #​44232 - Quartz: use a more reasonable default for quarkus.quartz.thread-count
  • #​44235 - 3.16: @WithTestResource starts all test resources (regression)
  • #​44237 - Properly implement priority of ContainerResponseFilter
  • #​44238 - Refactor SecurityTransformerUtils to consider repeated annotations
  • #​44239 - Replace oidc auth facebook screenshots with generic ones
  • #​44244 - Bump quarkiverse-parent to 18
  • #​44245 - Delete disabled job
  • #​44248 - Ignore client interfaces when detecting duplicate endpoints
  • #​44263 - Quarkus Dev UI - Clicking on gRPC - Services - service implementation class Uncaught exception received by Vert.x
  • #​44277 - Dev UI Open in IDE make sure lineNumber is in quotes
  • #​44279 - Limit MATCHING_RESOURCES TestResources to the test that declares them
  • #​44281 - Included pages within a fragment ignores rendered=false property.
  • #​44298 - Qute: fix rendered=false if a fragment includes nested fragment
  • #​44300 - When testing request payload is populated with string "null" if enable-reflection-free-serializers enabled
  • #​44309 - Avoid deserializing null nodes in reflection free Jackson serialization
  • #​44316 - Duplicated field serialization using the generated reflection free Jackson serializers
  • #​44317 - Avoid duplicated field serialization in reflection free Jackson serializers
  • #​44321 - Use Java 21 by default in the Deploying to Google Cloud guide
  • #​44322 - Explain in MongoDB docs that records are supported
  • #​44324 - Take config annotation when trying to match test resources

v3.16.1

Compare Source

Complete changelog
  • #​37216 - Building my first extension missing test result in failure
  • #​43825 - BeanArchiveProcessor#build threw an exception: Local name must not be null
  • #​43854 - Hardcoded reference to Quinoa in qute template for quarkiverse projects
  • #​43888 - Bump io.micrometer:micrometer-bom from 1.13.5 to 1.13.6
  • #​43930 - Clarify tech preview status of OTel logs and metrics in docs
  • #​43980 - Failing devservices-containing @QuarkusIntegrationTest for container-image.build=true on MacOS
  • #​43997 - Some Native tests don't run due to failsafe true
  • #​44051 - Fix hardcoded URL in generated codestart.yml
  • #​44058 - Bump com.google.cloud.tools:jib-core from 0.27.0 to 0.27.2
  • #​44063 - Undertow: ignore missing servlet class in web.xml
  • #​44069 - Recently added ReflectionFreeSerializationTest is very unstable
  • #​44072 - Fix NoClassDefFoundError when using vertx without http
  • #​44076 - Replace oidc auth google screenshots with generic ones
  • #​44080 - Generating Jackson serializers for concrete classes only
  • #​44081 - Run ChainedLocalRepositoryManagerTest in offline mode to avoid querying Central for test artifacts
  • #​44086 - Replace oidc auth microsoft screenshots with generic ones
  • #​44098 - Upgrade to Jandex 3.2.3
  • #​44120 - Fix Elasticsearch DevService network for @QuarkusIntegrationTest for docker-image-building
  • #​44125 - 3.16.0: ExtendedQuarkusVertxHttpMetrics not found in tests
  • #​44126 - Resources should be found from the classpath instead in web dep locator
  • #​44128 - Safer lookup and generate static resources for web dep locator
  • #​44139 - Remove Failsafe plugin config in AWT testing
  • #​44141 - Codestarts - Do not reference ITs module if extension without ITs
  • #​44159 - Upgrade Caffeine to 3.1.8
  • #​44161 - Add a capability for OIDC client extension

v3.16.0

Compare Source

Complete changelog
  • #​42064 - Self changes of column names to non-exist column names by PanacheJpaUtil#getFastCountQuery
  • #​43036 - quarkus plug sync no longer removes plugins provided by extensions
  • #​43191 - quarkus plugin sync is broken
  • #​43192 - Fix Quarkus plugin syncing
  • #​43483 - Add GraphQL Footer Log in Dev UI
  • #​43631 - Quarkus REST fails to write polymorphic type property in JSON
  • #​43700 - Use generic return type of method to construct proper Jackson writer
  • #​43801 - Kafka snappy conversion fails on native aarch64 for missing native library
  • #​43852 - ClassCastException when using OpenTelemetry and max-connections property
  • #​43882 - WebSockets Next: Security cleanup
  • #​43895 - Don't pass '--enable-monitoring=heapdump' unconditionally on windows
  • #​43896 - Don't pass '--enable-monitoring=heapdump' unconditionally on windows
  • #​43898 - ArC: register synthetic injection points in a separate phase
  • #​43905 - Move snappy native library resource registration to a feature
  • #​43917 - Realign JUnit versions and update to 5.10.5
  • #​43919 - Fix Class Cast Exception when using OpenTelemetry and max-connections property
  • #​43944 - NPE in Qute on hot-reload (with generated templates)
  • #​43953 - Qute message bundles: change the way message templates are loaded
  • #​43963 - Use original query case for fast count queries
  • #​43964 - Remove outdated section about DNS in Mongo
  • #​43967 - Upgrade to Hibernate Commons Annotations 7.0.3.Final
  • #​43988 - Add dev-mode setting for forcing the use of C2
  • #​43994 - Check expiry of the cached OIDC token introspections
  • #​43996 - Add RESTEasy Class Multipart capability
  • #​44029 - Replace oidc authentication for github screenshots with generic ones
  • #​44032 - Avoiding forcing resolution when configuring QuarkusApplicationModelTask

v3.15.1

Compare Source

Complete changelog
  • #​38531 - Compilation fails on Azure Functions Blob Trigger
  • #​42711 - Bump Keycloak version to 25.0.4
  • #​43305 - gRPC bidi streaming testing in DevUI is broken
  • #​43310 - Docs: config property names in the generated docs are no longer links
  • #​43311 - Fix a few issues with the local proxy for REST Client feature
  • #​43337 - Fix gRPC DevUI testing console
  • #​43343 - Minor updates to the Getting Started with Security doc
  • #​43344 - The logging guide review for 3.15
  • #​43355 - Remove unnecessary symbols that force you to change lines after copying each time
  • #​43371 - The Data source guide review for-3-15
  • #​43377 - Docs: Fix example in "Accessing Static Fields and Methods"
  • #​43391 - Quarkus Spring Data documentation should document newly supported interfaces and update existing examples
  • #​43403 - Fix classloading in AzureFunctionsProcessor#findFunctions
  • #​43407 - Picocli guide - add a note about passing arguments for gradle project
  • #​43411 - Remove a duplicated line in the TLS registry guide
  • #​43414 - Update protobuf-java to 3.25.5
  • #​43426 - Bump Keycloak version to 25.0.6
  • #​43431 - Bump protoc/protobuf-java from 3.25.3 to 3.25.5
  • #​43447 - Update headings to headings to prevent confusing numbering
  • #​43451 - Spring APIs - Document newly supported interfaces and update existing examples
  • #​43457 - Remove a superfluous quote in the GraphQL client docs
  • #​43460 - Small followup for Picocli + Gradle improvement
  • #​43493 - Config Doc - Bring back the links for config sections and properties

v3.15.0

Compare Source

Complete changelog
  • #​43207 - Cleanup & nitpicks on guide: security-jwt
  • #​43297 - Using jib with opentelemetry cannot produce a stable library layer
  • #​43300 - Set filtered jar's manifest time to epoch
  • #​43309 - Follow up of the fix making jar file reference close idempotent with minor comments and refactor
  • #​43313 - Smallrye GraphQL: add missing federation annotations to index
  • #​43314 - Make sure server log load on Dev UI start
  • #​43315 - TLS reference guide IDs' unification

v3.14.4

Compare Source

Complete changelog
  • #​29604 - Add quarkus property to set the hibernate flushmode
  • #​37618 - No server chosen by com.mongodb.reactivestreams: Failed looking up SRV record
  • #​42706 - TLS reference guide review: Follow-up
  • #​43087 - Messaging extensions doc update for tls-registry usage
  • #​43187 - Pulsar devservice is not starting on RHEL 8 aarch64
  • #​43212 - Fixed Maven artifact resolver initialization in QuarkusProjectMojoBase
  • #​43217 - Calling blocking code from SecurityIdentityAugmentor causes concurrent requests to be limited by the number of event loop threads
  • #​43222 - Introduce retry into Mongo DNS resolution
  • #​43224 - Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 in /devtools/gradle
  • #​43228 - Fails to shutdown when using grpc and kafka-streams extensions
  • #​43234 - Add a note on JsonFormat annotation and ORM FormatMapper
  • #​43246 - Expose property quarkus.hibernate-orm.flush.mode
  • #​43247 - Application hangs when using quarkus.http.ssl.certificate.reload-period less than 30s
  • #​43248 - Don't execute blocking security code serially as it limits concurrent blocking execution to number of the event loops
  • #​43252 - Properly fail when TLS reload config is invalid
  • #​43257 - Fix jar file reference close race condition
  • #​43261 - Quarkus is using an H2 version with a regression causing data loss
  • #​43263 - KafkaStreamsProducer no longer shuts down the injected executorservice
  • #​43265 - Downgrade H2 to 2.3.230
  • #​43266 - [3.15] Revert Gradle cache compatibility changes
  • #​43275 - Use the branch version to compile the quickstarts
  • #​43277 - Fix an OidcEndpoint typo in the OIDC doc
  • #​43279 - Downgrade the default pulsar devservice image to 3.2.4
  • #​43289 - Do not define quarkus.version as it makes Keycloak resolution fail

v3.14.3

Compare Source

Complete changelog
  • #​30087 - jbang does not persist Q:CONFIG keys nor build set keys
  • #​32831 - Hibernate Validator Failure When TZ Set to Non-UTC
  • #​41558 - Add documentation for vertx and qute integration
  • #​41559 - Add documentation for Vertx and Qute integration
  • #​42256 - Gradle early task configuration causes quarkus.container-image. properties to be ignored
  • #​42496 - Configuration Cache compatibility (QuarkusGenerateCode - QuarkusBuid)
  • #​42511 - TLS Reference guide grammar check and review
  • #​42724 - gRPC Server INTERNAL: HTTP status code 400 When Upgrading from 3.12.3 > 3.13.0
  • #​42751 - tls command not found despite the extension present in the application
  • #​42851 - classic resteasy-client: ensure sub-resources are also proxied
  • #​42875 - Compatibility with configuration cache for image tasks
  • #​42905 - Port resteasy fix for sub-resources
  • #​42908 - Cannot initialize file manager
  • #​42948 - Document generic synthetic bean creation
  • #​42990 - logout.backchannel.path fails when http.root-path is present - Again
  • #​42995 - Fix minor typo: Use correct syntax for TIP admonition
  • #​42998 - Error page and not found page now looks the same in prod mode
  • #​43000 - Fix registration of backchannel logout route
  • #​43009 - mention gradle dsl kts not supported in quarkus update
  • #​43010 - Fix error message when a REST Client throws an exception
  • #​43015 - REST: comment out useless 10K System.out.printl() in the DrainTest
  • #​43017 - DefaultJaxRsRolesAllowedImplMethodSecuredTest produces a large number of errors
  • #​43018 - Reduce log clutter in security tests
  • #​43019 - Properly escape log message additions
  • #​43020 - Store Quarkus version in native executable
  • #​43021 - Decorated stacktrace that is added to the log record is not properly decorated
  • #​43023 - Reduce Agroal pool logging
  • #​43025 - Support transitive extensions when searching for plugins
  • #​43028 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.0.Final to 2.2.1.Final
  • #​43029 - Bump mongo-client.version from 5.1.3 to 5.1.4
  • #​43040 - Excluding depencency from arc based on group id only results in NoSuchElementException
  • #​43041 - Update Vertx to version 4.5.10
  • #​43043 - Fix Arc dependency exclusion configuration
  • #​43044 - include sbom feature in LTS
  • #​43045 - Embed quarkus version in native executable as a global string symbol
  • #​43051 - Show exception cause during logging filter initialization
  • #​43052 - Show exception cause during logging filter initialization
  • #​43055 - Avoid publishing the docs module in Maven Central in extension template
  • #​43063 - Bump com.gradle:common-custom-user-data-maven-extension from 2 to 2.0.1
  • #​43066 - Add Application links on the welcome page
  • #​43070 - Add a note about let's encrypt challenge requiring the port 80 to be accessible
  • #​43071 - Quarkus CLI for extension setting old rest name
  • #​43082 - Fix guide URL in web-dependency-locator
  • #​43083 - Apply quarkus-rest-client-oidc-token-propagation name
  • #​43085 - [3.14] Fix Boolean serializer
  • #​43089 - Avoid using "Reactive" for Quarkus REST in security doc
  • #​43095 - Qute: fix unsatisfied exception when recording rendered results is off
  • #​43096 - Use a Quarkus-specific clock provider that is reinitialized at runtime
  • #​43107 - TLS registry named config and Quarkus Messaging Kafka or Kafka Client can lead to failed application startup
  • #​43108 - Use the shared JsonProvider when creating Jsonb instance
  • #​43109 - Documentation generation for configuration properties in OIDC module leaves out plenty of information
  • #​43112 - Fix visual studio code svg
  • #​43113 - Documentation is not rendering the VSCode icon
  • #​43115 - Config Doc - Configure OIDC Common annotation processor for legacy root
  • #​43116 - Kafka TLS Registry integration: include tls-configuration-name in Kafka config
  • #​43118 - Fix doc numeration level of lists extension methods
  • #​43126 - Allows users to exclude DefaultMismatchedInputException
  • #​43131 - Revert "Satisfy GraalVM's classpath needs for the deletion of org.h2.fulltext.FullTextLucene"
  • #​43132 - Fix obsolete name in integration tests pom.xml of quarkus extension codestart
  • #​43135 - The class CertificateReloadedEvent missing
  • #​43137 - The CDI event fired after a successful update of certificates was wrong in the documentation
  • #​43139 - [3.14] Initial support for SBOM generation and CycloneDX
  • #​43142 - Fix flaky OTel tests
  • #​43157 - [3.14] Make generated Jackson serializers to work with null values of boxed types
  • #​43160 - Add runtime properties to Quarkus builder
  • #​43168 - Update rest-data-panache docs to clarify experimental status
  • #​43169 - Fixes error if annotation processing directories do not exist
  • #​43194 - Fix javadoc for quarkus.bootstrap.incubating-model-resolver
  • #​43195 - Config Doc - Reset list status for passthrough maps

v3.14.2

Compare Source

Complete changelog
  • #​31375 - RuntimeException using VirtualThreads with Jacoco
  • #​31802 - Unauthenticated request with a request path that contains a semicolon results in a server exception when using OIDC
  • #​34395 - Spring Data API Extension Property Expressions with List not working
  • #​41854 - REST request fails after adding maven dependency to quarkus-opentelemetry
  • #​41927 - Fix off-by-one issue caused by ObservabilityIntegrationRecorder using its own method for getting path without prefix
  • #​42098 - Kotlin junit ParameterizedTest with list as argument, not working anymore (3.13.0.CR1)
  • #​42109 - Make sure arrays are always cloned as arrays
  • #​42136 - Fail OIDC build if a primitive type Claim is injected in Singleton
  • #​42205 - Enable comments (reasons) in the generated reflect-config.json and improve hierarchical registration tracing
  • #​42228 - Native image build fails with -Dquarkus.native.report-errors-at-runtime
  • #​42301 - Records that contain Enum are still unsupported with @ParameterizedTest even with Serializable in 3.13.0
  • #​42394 - Take @JsonProperty into account in the reflection free Jackson serializers
  • #​42466 - quarkus.knative.app-config-map misses adding the volumes to the ksvc template
  • #​42485 - Fix quarkus.knative.app-config-map misses adding the volumes to the ksvc template
  • #​42491 - Change dekorate template to use the intended knative object
  • #​42535 - Add "how to write dev services" documentation
  • #​42578 - OTEL + quarkus.http.test-timeout -> NullPointerException: Cannot invoke "io.vertx.core.spi.observability.HttpResponse.headers()" because "httpResponse" is null
  • #​42619 - Jackson build time serializers could use SerializableString field names
  • #​42651 - Use SerializableString field names + support for @JsonProperty in the reflection free Jackson serializers
  • #​42661 - Bump Micrometer to 1.13
  • #​42684 - Encode URL in OIDC cookie
  • #​42702 - Updates to Infinispan 15.0.8.Final
  • #​42703 - Update security docs
  • #​42705 - Fix for resolving entity fields based on collections and generics
  • #​42707 - Update OAuth2 docs because of change in Bearer token check change
  • #​42714 - Continuous testing exclude-tags or exclude-engines cannot be configured via pom.xml anymore in 3.13
  • #​42718 - Bump flyway.version from 10.17.1 to 10.17.2
  • #​42733 - Qute template exception don't print origin
  • #​42745 - Remove useless enum converter allocation
  • #​42752 - quarkuscli always return 1 for exitcode for plugin commands
  • #​42755 - Upload native build stats from a single GH runner
  • #​42761 - Qute: ignore template files that contain whitespace in its name
  • #​42766 - Use initial Quarkus Dev config for test tags and engines
  • #​42773 - Remove jakarta.json.Json usage for performance reasons
  • #​42774 - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true fails native build of StartStopTS microprofile application
  • #​42778 - Rest Client (formerly reactive) keep using DEFAULT_MAX_POOL_SIZE
  • #​42779 - QuarkusComponentTest: programmatic lookup improvements
  • #​42783 - Qute: ignore template files that contain whitespace in its name
  • #​42786 - Quarkus CLI Catalog wipes its content when a new plugin is added / removed
  • #​42787 - Qute: print origin if non-literal value used in bracket notation
  • #​42788 - Invalidate catalogs when adding/removing plugins
  • #​42793 - Quote directory variable to support directories with spaces
  • #​42794 - Avoid NullPointerExceptions when application fails to start
  • #​42806 - quarkus-websockets-next client connect to WSS not possible
  • #​42808 - quarkus-websockets-next client adds / to empty path
  • #​42810 - Register InetAddressResolverProvider service providers
  • #​42814 - OpenTelemetry traces and metrics config fallback to base
  • #​42815 - The configuration options missing the quarkus.oidc.credentials.*
  • #​42820 - Disable GrpcCliTest#testCommand due to CI failures
  • #​42821 - CDI: add cross-reference links to docs
  • #​42822 - Qute docs: clarify template record not annotated with @CheckedTemplate
  • #​42823 - Properly set PoolOptions for REST Client
  • #​42826 - WebSockets Next - client: support the wss scheme correctly
  • #​42828 - Duplicate annotation for class: interface org.jetbrains.annotations.NotNull
  • #​42830 - WebSockets Next: support endpoints with empty path
  • #​42832 - Respect exit code of cli commands
  • #​42833 - ArC - static methods interception: fix the set of copied annotations
  • #​42835 - Config Doc - Fix two scanning issues
  • #​42837 - ArC docs: mention @&#8203;Inject @All List<> in section about unused beans
  • #​42840 - Possible to handle routes for base URI without path from extensions
  • #​42844 - System properties config overrides in tests does not seem to take effect properly in quarkus 3.14.1
  • #​42846 - Updating selected OIDC/OpenID guides
  • #​42848 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.1 to 1.7.2
  • #​42853 - Config Doc - Also ignore FileNotFoundException
  • #​42856 - Always put Jackson first in documentation
  • #​42857 - quarkus-rest-client-jackson - Force property
  • #​42858 - ExtLogRecord creation is more costly following the update to SmallRye Common 2.4.0
  • #​42859 - Satisfy GraalVM's classpath needs for the deletion of org.h2.fulltext.FullTextLucene
  • #​42860 - Quarkus output class in incorrect folder on live reload (gradle, multimodule, kotlin)
  • #​42862 - Revert "QuarkusTestProfile overrides in a high ordinal application.properties"
  • #​42864 - Correct typo in messaging.adoc
  • #​42865 - kafka_version label is unkown in native mode
  • #​42866 - DevUI log timestamp difference, as it was reported in GMT
  • #​42867 - Dev mode error page stacktrace doesn't open problematic code IDE on click
  • #​42869 - Dev UI log view doesn't catch up with logs after application restart
  • #​42870 - Decorated stacktraces in dev mode are not provided when using tools like curl or postman
  • #​42871 - org.springframework.aot.hint.annotation.Reflective missing from our Spring compatibilty layer?
  • #​42877 - Quarkus CLI subcommand tls is missing help option despite showing help
  • #​42880 - Remove BOOTSTRAP config phase from documentation
  • #​42881 - Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 in /devtools/gradle
  • #​42883 - Fix Quarkus CLI TLS command help option
  • #​42884 - CompiledJavaVersionBuildStep may load a wrong class number with gradle
  • #​42885 - Bump wildfly-elytron.version from 2.5.1.Final to 2.5.2.Final
  • #​42889 - Fix some small Dev UI issues
  • #​42895 - Upgrade spring-api dependency
  • #​42896 - Possible to handle routes for base URI without path from extensions
  • #​42897 - Process classes from the application artifact instead of the module output directory
  • #​42898 - Fix Kafka kafka-version metrics tag missing in native
  • #​42899 - Use quarkus-rest instead of quarkus-resteasy as default extension in maven plugin
  • #​42901 - Add LGTM traces test / check
  • #​42911 - Fix OTel DelayedAttributes bean handling
  • #​42913 - Gradle - Correctly merge classes dir when using dev mode
  • #​42914 - Fix Jackson serializers generation for interfaces and boxed primitive types
  • #​42915 - Upgrading to 3.13.x+ causes parameterised tests using record argument to fail with LinkageError 'loader constraint violation'
  • #​42916 - Update to JBoss Marshalling 2.2.0.Final
  • #​42918 - Update SmallRye Common to 2.6.0
  • #​42919 - ContainerRequestFilter checking for annotation fails in native
  • #​42924 - Bump io.smallrye.common:smallrye-common-bom from 2.5.0 to 2.6.0
  • #​42926 - Bump hibernate-search.version from 7.2.0.Final to 7.2.1.Final
  • #​42927 - Add missing dot to GraalVM not found message
  • #​42928 - Property [autoIncrement] was not found for object type [liquibase.datatype.core.BigIntType]
  • #​42930 - Config Doc - Avoid annotations in primitive type name
  • #​42932 - Improve compatibility of the REST Client configuration
  • #​42936 - Add decorate to all contents types and added text base error response
  • #​42941 - Register all resource classes for reflection when ResourceInfo is used
  • #​42944 - Test: quarkus.http.port is not updated with random port activated through quarkus.http.test-port=0
  • #​42950 - Changed order of property resolution in tests
  • #​42958 - Signed OIDC UserInfo whith charset not recognized
  • #​42962 - Support OIDC signed UserInfo with charset content type parameters
  • #​42964 - Registering Liquibase BigIntType and Additional Classes for Reflection
  • #​42968 - Bump flyway.version from 10.17.2 to 10.17.3
  • #​42969 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.107 to 0.0.108
  • #​42977 - Quarkus REST client and Quarkus REST with abstract resource - NATIVE build fails
  • #​42980 - Prevent REST Client handling of abstract classes
  • #​42981 - gu install native-image instructions are not need anymore
  • #​42983 - Remove mentions to obsolete gu install native-image

v3.14.1

Compare Source

Complete changelog
  • #​42166 - LogManager error of type GENERIC_FAILURE: Handler with name 'console' is linked to a category but not configured.
  • #​42537 - REST usage fails with native when e.g. ContainerResponseFilter is used
  • #​42612 - MQTT dev services always start if another reactive messaging connector is present
  • #​42670 - Upgrade opentelemetry-semconv to 1.26.0-alpha
  • #​42672 - Add socket timeout config for the hotrod client
  • #​42698 - Fix config encryption CLI command in guide
  • #​42725 - Bump mssql-jdbc to 12.8.1
  • #​42738 - Fix OIDC Discord provider configuration
  • #​42742 - Bump org.postgresql:postgresql from 42.7.3 to 42.7.4
  • #​42746 - Fix MQTT dev services always start if there is another connector present
  • #​42753 - TLS - Prevent Duplicate Entries in .env File
  • #​42754 - Register resource classes for reflection when ContainerResponseFilter exists
  • #​42758 - Single enum converter
  • #​42759 - Save Objects::hash varargs array allocation on JarResource::hashCode
  • #​42784 - Quarkus CLI report error when using CLI plugins with flags
  • #​42785 - False error message on cli plug with flags
  • #​42789 - Fix logging categories doc example
  • #​42797 - Upgrade to SmallRye GraphQL 2.9.2

v3.14.0

Compare Source

Complete changelog
  • #​42367 - Setting quarkus.http.proxy.proxy-address-forwarding=true changes Host header to host
  • #​42449 - Gradle task quarkusGenerateCode with custom Microprofile converter causes java.util.ServiceConfigurationError
  • #​42539 - Added office 365 email configuration
  • #​42546 - Wrong callback URL in documentation for GitHub OIDC
  • #​42548 - Fixing documentation regarding OIDC with GitHub
  • #​42551 - Bump apicurio-registry.version from 2.5.10.Final to 2.6.2.Final
  • #​42561 - Properly handle case when quarkus-extension.yaml doesn't exist
  • #​42572 - Add keystore and truststore default format change
  • #​42584 - Custom Smallrye ConfigSourceInterceptor not loading class using Gradle
  • #​42585 - Do not try to create temp directory in test archives
  • #​42614 - Improve error message / exception "Unable to start the management interface" by mentioning the actual port number
  • #​42617 - Add host and port when error creating management interface
  • #​42622 - New Stork version aligning k8s client version
  • #​42624 - Try a new approach for caching Maven local repository
  • #​42633 - Bump quarkiverse-parent from 16 to 17
  • #​42648 - Use the Host header in a proxied responses instead of host
  • #​42649 - Extensions created with 9

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 5939519 to a284607 Compare March 30, 2022 13:59
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 337135e to f003ce8 Compare April 26, 2022 12:42
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from f003ce8 to b449a52 Compare May 4, 2022 12:10
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from b449a52 to fc9e45f Compare May 17, 2022 12:47
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from fc9e45f to 9b0589b Compare June 18, 2022 15:50
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 9b0589b to 928a876 Compare September 25, 2022 20:42
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 928a876 to abd1dfa Compare November 20, 2022 20:05
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from abd1dfa to 13650c6 Compare March 12, 2023 12:48
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 13650c6 to e0e47f5 Compare March 22, 2023 15:24
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from e0e47f5 to 2674192 Compare May 30, 2023 01:49
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v2 Update dependency io.quarkus:quarkus-maven-plugin to v3 May 30, 2023
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 5f40fbc to f10aecd Compare June 17, 2023 02:28
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from f10aecd to c163279 Compare June 30, 2023 05:35
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 8eb12f2 to abb440c Compare July 22, 2023 02:21
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from abb440c to e54ac28 Compare August 3, 2023 20:31
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 131f78f to 6a22bc4 Compare August 16, 2023 20:32
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 6a22bc4 to 511560e Compare August 29, 2023 05:13
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 511560e to 9fec2bd Compare September 6, 2023 05:32
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from d4530b6 to ddb329a Compare September 21, 2023 02:13
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from ddb329a to 9aa3c26 Compare October 5, 2023 05:25
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from f6ed0dc to 4894dcf Compare October 19, 2023 02:56
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 4894dcf to c60162b Compare November 9, 2023 02:08
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 8726dad to d7edb2e Compare November 22, 2023 20:23
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from bdb6521 to 5e58aa4 Compare February 28, 2024 11:50
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 5e58aa4 to b31bed5 Compare March 8, 2024 05:30
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from dcebdd7 to ed7ed9f Compare March 21, 2024 05:50
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 423bcd3 to 948931b Compare April 3, 2024 11:56
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 5367fc2 to 33a1af4 Compare April 19, 2024 02:36
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 33a1af4 to f3995cb Compare April 24, 2024 02:31
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from f3995cb to 1dfbc58 Compare May 22, 2024 17:38
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 1dfbc58 to 9fdfe40 Compare June 5, 2024 20:27
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from ea6e7ba to 76ce698 Compare June 19, 2024 20:27
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 76ce698 to 02c92f0 Compare July 3, 2024 17:59
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 02c92f0 to d71e26a Compare July 11, 2024 05:49
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from d71e26a to d76219f Compare July 19, 2024 02:34
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from d76219f to 1ddd6e5 Compare July 26, 2024 02:50
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 1ddd6e5 to fdaab3c Compare August 9, 2024 23:59
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from c6c232d to 99685c1 Compare August 29, 2024 05:39
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 99685c1 to 6f2971c Compare September 4, 2024 17:49
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 70a68f7 to 98dd45f Compare September 15, 2024 05:14
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from 203c498 to b6ed64d Compare September 26, 2024 17:47
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from b6ed64d to 1343a21 Compare October 23, 2024 23:45
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch 2 times, most recently from dacf99a to 23aaaaf Compare November 6, 2024 20:37
@renovate renovate bot force-pushed the renovate/major-quarkus-plugin.version branch from 23aaaaf to 210783c Compare November 14, 2024 14:45
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.

0 participants