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-apache-httpclient to v2.15.3.Final #227

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-apache-httpclient 2.14.2.Final -> 2.15.3.Final age adoption passing confidence

Release Notes

quarkusio/quarkus

v2.15.3.Final

Compare Source

Complete changelog
  • #​30255 - Introduce a JSON Stream parser for the reactive rest client
  • #​30242 - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
  • #​30227 - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • #​30218 - OIDC documentation fixes
  • #​30200 - Ensure that Kotlin implementation of QuarkusApplication works properly
  • #​30195 - Log graphql.execution.AbortExecutionException when it occurs
  • #​30190 - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #​30187 - Bump xstream from 1.4.19 to 1.4.20
  • #​30183 - Fixing typos in security overview doc
  • #​30177 - Properly handle SSE comments in RESTEasy Reactive client and server code
  • #​30172 - Codestarts - Fix flattening of log levels
  • #​30169 - NullPointerException when sending SSE with comment only
  • #​30161 - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
  • #​30160 - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
  • #​30157 - Gradle quarkusDev: don't use test classes dir for app classes
  • #​30155 - Show how to verify smallrye-jwt issuer in a shared network
  • #​30154 - Remove remaining references to javax classes
  • #​30152 - Improve error handling of AbortExecutionException in smallrye-graphql extension
  • #​30146 - Properly segregate Json MessageBodyReader/Writer classes for server and client
  • #​30145 - GraphQL federation directives, which allow multiple values, do not match Apollo contract
  • #​30142 - When disabling name and version for label selectod in k8s, don't remove from labels
  • #​30138 - Keycloak Dev Services
  • #​30132 - Register REST Client body parameters for reflection
  • #​30119 - Enable/disable GraphQL Federation automatically (+ add a config property for it)
  • #​30100 - Setting add-version-to-label-selectors: false removes the app.kubernetes.io/version label
  • #​30078 - Quarkus Kotlin Native Reactive REST Client not working properly
  • #​30061 - Adding Kotlin Tests Breaks Kotlin/Java project
  • #​30044 - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
  • #​29998 - Bump to smallrye-config 2.13.1
  • #​29918 - smallrye-config: Converter throws IllegalStateException
  • #​29609 - Remove Reflection replacements, now supported by GraalVM

v2.15.2.Final

Compare Source

Complete changelog
  • #​30153 - Ensure that k8s client's ExecConfig works properly in native mode
  • #​30151 - quarkus-kubernetes-client fails to use ExecCredential when running in native mode
  • #​30143 - Make sure Federation annotations are in the index, add a test
  • #​30140 - Properly read the value of testcontainers.reuse.enable
  • #​30139 - Hibernate Validator - Normalize ClientProxy for bean metadata retrieval
  • #​30135 - Kafka Dev UI Fixes
  • #​30129 - GraphQL federation directives do not appear in the schema
  • #​30126 - Update the performance guide with respect to Quarkus default GraalVM GC
  • #​30116 - Change quarkus-cache extension status to stable
  • #​30074 - Update smallrye-health.adoc
  • #​30059 - testcontainers.reuse.enable always set to false
  • #​30058 - Ensure that Kotlin subclass of QuarkusApplication works properly
  • #​30054 - 2.15.1.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #​30039 - Do not close the managed ValidatorFactory
  • #​30034 - Updates Infinispan dependencies
  • #​30027 - Fix broken Feature#runtimeInitializedPackages method
  • #​30026 - Prevent repeated Quarkus Security exception handling that lead to duplicate headers during OIDC redirect
  • #​30011 - Duplicate Location headers during OIDC redirection
  • #​30001 - Fix AbstractMethodError when injecting generated resource
  • #​29981 - Pass missing properties to Hibernate Reactive startup
  • #​29977 - Reimplement CSRF feature as ServerRequestFilter with form read
  • #​29976 - Custom ObjectMapper in application affects Kafka UI Dev service
  • #​29965 - Bean Validation bug in Quarkus 3.0.0.Alpha2 but not in 3.0.0.Alpha1
  • #​29885 - AbstractMethodError after upgrading to 2.15.0.Final
  • #​29763 - CSRF not working on POST actions that require no form parameters

v2.15.1.Final

Compare Source

Complete changelog
  • #​29986 - Switch from system property to hadcoded line separator for Panache query
  • #​29984 - Kafka UI RPC creates own ObjectMapper
  • #​29976 - Custom ObjectMapper in application affects Kafka UI Dev service
  • #​29958 - Issue using keycloak admin client
  • #​29957 - HttpSecurityRecorder - drop duplicate IF condition
  • #​29950 - Websockets client - set the current security identity
  • #​29949 - Update musl and zlib versions in the documentation
  • #​29948 - Fix NPE in KeycloakDevServicesProcessor
  • #​29946 - NPE in KeycloakDevServicesProcessor again
  • #​29942 - Fix auth-server-url for keycloak
  • #​29933 - KeycloakTestClient does not supports grant_type = client_credentials
  • #​29926 - Bump Dekorate to version 3.1.3
  • #​29920 - Removed weird code tag and fixed formatting
  • #​29919 - WebSocket auth on VertxCurrentContext not working
  • #​29912 - Small improvements to the Deploying to Google Cloud guide
  • #​29906 - Fix some typos in the building native image documentation
  • #​29900 - Fix Mutiny documentation links
  • #​29899 - Openshift existing resources won't merge route spec
  • #​29896 - smallrye jwt 401 cannot be intercepted by ExceptionMapper
  • #​29894 - Support MariaDB Dev Services in reactive-mysql-client
  • #​29891 - Unable to start devservices for MariaDB
  • #​29889 - Fix category of kubernetes-dev-services.adoc
  • #​29884 - Redis - Geo commands may return unparseable doubles
  • #​29876 - Upgrade netty to 4.1.86
  • #​29874 - Use proper Openshift annotation for VCS
  • #​29873 - Openshift deployment has a typo in the VCS annotation
  • #​29857 - building-native-image / Using a scratch base image guide is not working
  • #​29856 - Remove calls to ad-m/github-push-action
  • #​29855 - Prevent false warning message about missing 'quarkus.debug.print-startup-times'
  • #​29851 - Ensure that new line chars don't break Panache projection
  • #​29850 - Drop ':z' bind option when using MacOS and Podman
  • #​29838 - StringIndexOutOfBoundsException in panache when using project and a linebreak before FROM
  • #​29827 - Improve header in README.md based on name and description
  • #​29825 - Deprecate @ServerRequestFilter(withBody) in favour of @WithFormRead
  • #​29816 - Fix the secret length check for PKCE and token encryption
  • #​29813 - AddNamespaceDecorator doesn't override already set namespaces
  • #​29810 - Updates to the Cassandra quickstart guide
  • #​29809 - quarkus.kubernetes.namespace property shouldn't provoke overriding of already set namespaces on resources
  • #​29800 - Modernize default ci.yml a bit
  • #​29799 - Ensure that multipart response has a boundary when RestResponse is used
  • #​29797 - Upgrade Maven Compiler Plugin to 3.10.1
  • #​29795 - Update to Vert.x 4.3.6
  • #​29794 - Missing boundary for MultipartFormDataOutput
  • #​29792 - Fix quarkus.knative.image-pull-policy property
  • #​29784 - Always store raw model into cache while loading workspace
  • #​29775 - Throw a CreationException if a normal scoped synthetic bean creates null
  • #​29774 - Remove QuarkusTestExtension.class from @​QuarkusIntegrationTest
  • #​29772 - Provide proper error message for missing URL with Keycloak Admin client bean
  • #​29766 - Test: Enable Backchannel logout test
  • #​29758 - CI should use -Dno-format to execute other plugins too
  • #​29755 - Fix combination of @​QuarkusMain and Kotlin native application
  • #​29754 - Kotlin QuarkusMain native build does not work
  • #​29748 - Bump mongo-client.version from 4.8.0 to 4.8.1
  • #​29747 - Updates to Infinispan 14.0.3.Final and covers more counters testing
  • #​29743 - Fix some minor issues on OIDC logout documentation
  • #​29742 - Fix security concept doc listed as tutorial on index
  • #​29741 - Adds the Java Version parameter to the Maven plugin documentation
  • #​29737 - Properly sort beans in DevUI beans page
  • #​29735 - Make @​Separator work with @​BeanParam as well
  • #​29733 - Bug with Infinispan counter since 2.14
  • #​29730 - Jakarta - Disable the MP REST Client Timeout tests for now
  • #​29727 - A concept guide is incorrectly listed as a tutorial content type on the new Documentation index page
  • #​29723 - Application beans are not shown first in Arc DevUI
  • #​29722 - Jakarta - Avoid hardcoded references to a javax class
  • #​29721 - Fix flaky SearchCommandsTest#testAggregation test
  • #​29720 - Check config before creating Kafka checkpoint state store beans
  • #​29717 - Redis - SearchCommandsTest.testAggregation is flaky
  • #​29716 - Ensure that file is written on disk for multipart when endpoint expects it
  • #​29685 - Resteasy client fails with "Unable to parse multipart response" while working with RestResponse class
  • #​29626 - Allow CORS same origin requests
  • #​29606 - Redis host not configured exception when using certain extensions with devservices disabled (using custom TestResources)
  • #​29590 - RR - use exception mappers on auth failure exceptions for proactive auth
  • #​29493 - Exclude Netty's reflection configuration files
  • #​29413 - Recent change introduced warnings while building native image of MongoDB Client (and possibly others)
  • #​23832 - Knative: Property quarkus.knative.revision-auto-scaling.container-concurrency is ignored
  • #​22444 - RESTEasy Reactive: make body-reading filters force reading the body
  • #​20938 - Resteasy Reactive Multipart fails if fileName is not set for a file part

v2.15.0.Final

Compare Source

Major changes
  • #​29598 - Add hibernate.query.in_clause_parameter_padding as a supported configuration parameter
  • #​29574 - Use -XX:ArchiveClassesAtExit for AppCDS creation in Java 17+
Complete changelog
  • #​29705 - Fix ClientProxyGenerator
  • #​29702 - Introduce support for the uri file in k8s service binding
  • #​29700 - Polish Kubernetes Service Binding
  • #​29688 - Fix wrong extension reference on WebauthN documentation
  • #​29683 - Allow using Gradle addExtension task without property file
  • #​29682 - Return allowed CORS headers in the letter case they were submitted in and update the test
  • #​29675 - Add a paragraph about tiered compilation in the snapstart guide
  • #​29671 - Introduce the UniAsserter API to the Hibernate Reactive documentation
  • #​29663 - gradle addExtension fails if you have no root properties file defined
  • #​29661 - Invalid JSON input request handling
  • #​29653 - Do not remove ConfigMappings marked as not removable via build item
  • #​29645 - OpenTelemetry instrumentation stops working for resteasy-reactive resources and JDBC after dev mode reload
  • #​29644 - Allow defining additional data passed to codestarts for project creation
  • #​29641 - ArC - introduce immutable bean archive index
  • #​29637 - SnapStart integration enhancement
  • #​29622 - Avoid Gradle internal API CompositeProjectComponentArtifactMetadata
  • #​29617 - Document RunOnVertxContext and UniAsserter
  • #​29598 - Add hibernate.query.in_clause_parameter_padding as a supported configuration parameter
  • #​29593 - IllegalAccessError on @QuarkusTest when using method in package private interface
  • #​29583 - @​ConfigMapping throws java.util.NoSuchElementException
  • #​29575 - Unexpected beans added to the index and affecting restarting the application
  • #​29574 - Use -XX:ArchiveClassesAtExit for AppCDS creation in Java 17+
  • #​29570 - Move Google Cloud Function extensions to stable
  • #​29567 - Bump flapdoodle.mongodb.version to 3.5.3
  • #​29550 - Introduce @​Separator annotation for query parameters
  • #​29549 - Allow to customize response body of 403 issued by HTTP policy
  • #​29528 - Resteasy Reactive support for multivalued parameters
  • #​29502 - No need to use response methods returning a Future, if not used (part II)
  • #​29459 - Take conditional annotation into account for @​ServerExceptionMapper
  • #​29316 - ServerJacksonMessageBodyReader and JacksonBasicMessageBodyReader "should" catch JsonProcessingException
  • #​29196 - Add "hibernate.query.in_clause_parameter_padding" as a supported configuration parameter
  • #​29043 - Parent first dependencies method in Class Loading Reference guide not working for applications
  • #​28792 - Fix vertx otel sdk reload in devmode
  • #​28372 - Add codestart data option in CLI and Maven plugin
  • #​27956 - Rest Client: Add property to skip hostname verification
  • #​27901 - RestClient Reactive - set HostnameVerifier or SSLContext
  • #​16208 - CORS Preflight responses missing Access-Control-Request-Headers
  • #​5751 - Allow quarkus-oidc to customize response body of 403

v2.14.3.Final

Compare Source

Complete changelog
  • #​29681 - Add spec.metadata.labels in Deployment resource for OpenShift
  • #​29674 - Revert "Reactive Rest Client closing connections after server failures"
  • #​29654 - Update the description copied from non-reactive variants
  • #​29651 - Add further details about podman
  • #​29643 - Upgrade to Jandex 3.0.5
  • #​29620 - VertxProcessor - skip synthetic methods annotated with ConsumeEvent
  • #​29596 - Infinispan - Fix loading of config file via URI in dev mode
  • #​29592 - [infinispan-client] cache configuration not available while bootstrapping dev mode
  • #​29591 - Fix typos around http(s) topic
  • #​29586 - Fix config editor when using HTTPS
  • #​29585 - @​ConsumeEvent annotated method is called twice per message when generic parent class has an abstract method for it
  • #​29577 - Follow the recommendation to add the name for the credential provider
  • #​29569 - Bump sshd-core version to 2.9.2
  • #​29562 - Improve Docker detection with Unix sockets
  • #​29561 - Fix a typo in the BC CredentialsProvider test
  • #​29554 - Update to Stork 1.3.3
  • #​29541 - Bump sshd-common version to 2.9.2
  • #​29534 - Make sure dependency node's repositories are used when resolving the artifact
  • #​29514 - Docs - Pulling up info on .dockerignore
  • #​29497 - Missing spec.template.metadata.labels in deployment
  • #​29469 - Response Body in ClientExceptionMapper is always null
  • #​29431 - DevUI - config editor doesn't work well over https, UI doesn't get updated
  • #​29426 - DOCKER_HOST-strategy in class isDockerWorking.java excludes expected "unix:"-path where it should include "unix:" - broken.
  • #​29365 - Prevent repeated processing of the same authentication failure exception
  • #​29239 - Fix AuthenticationRedirectException handling with disabled proactive security
  • #​29025 - io.quarkus...BootstrapMavenException resolving a wrong dependency version
  • #​28967 - Use failure handlers for security exceptions before JAX-RS chain starts
  • #​28489 - RESTEasy Reactive - provide way to customize response when JWT is invalid and proactive security enabled
  • #​28488 - Reactive Routes - failure handler can't intercept exception thrown for invalid JWT

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.

@sonarcloud
Copy link

sonarcloud bot commented Jan 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit 9b7c088 into main Jan 17, 2023
@kodiakhq kodiakhq bot deleted the renovate/io.quarkus-quarkus-apache-httpclient-2.x branch January 17, 2023 21:14
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