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-bom to v3.1.1.Final (main) - autoclosed #131

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 3.1.0.Final -> 3.1.1.Final age adoption passing confidence

Release Notes

quarkusio/quarkus

v3.1.1.Final

Compare Source

Complete changelog
  • #​33846 - Update Jackson to 2.15.2
  • #​33834 - Kafka serde discovery: handle channel names containing dot
  • #​33821 - DEV UI: Prevent NPE in JsonRpc#route after Quarkus app reloaded
  • #​33820 - DEV UI on reload logs NPE xception in JsonRpcRouter#route on line 200
  • #​33815 - Redis Hostname provider - do not call getHosts() twice
  • #​33811 - Only expose the Dev UI Routes if Vert.x HTTP is present
  • #​33804 - Dev Mode fails with Quarkus 3.1 and Kafka client (no vert.x http extension on the classpath)
  • #​33802 - Fix Dev UI v1 link in the guides
  • #​33799 - Fix message typo in OIDCRecorder
  • #​33769 - Fix detection of OpenTelemetry
  • #​33763 - When using RestMulti, don't require @Produces
  • #​33761 - Properly implement ClientRequestContext#setEntity
  • #​33758 - Update security-keycloak-admin-client.adoc
  • #​33756 - Prevent NPE in Jacoco report preparation when a workspace module has no sources
  • #​33753 - Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • #​33752 - Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • #​33746 - Quarkus 3.1 still throws an error if @Produces is not defined on a stream response
  • #​33741 - io.quarkus:quarkus-jacoco cannot import pom module dependecy
  • #​33738 - Quarkus 3.1 rest client uses wrong Messagewriter
  • #​33735 - Make Elasticsearch Java Client's withJson(...) methods work in native mode
  • #​33730 - Smallrye Reactive Messaging with Kafka Connector does not support channel names containing a dot
  • #​33720 - Normalize podman vs. podman.exe and Podman Desktop
  • #​33718 - Fix native query support in Hibernate Reactive
  • #​33713 - NamedNativeQuery not working in native image
  • #​33695 - Update rewrite-maven-plugin to 4.46.0
  • #​33689 - DevTool-cli Clarify --errors help message
  • #​33687 - Call after construct callbacks when creating outer instances/QuarkusTest
  • #​33680 - Fix dropped exception on JSON stream cancellation
  • #​33677 - Fix npe when vert.x delegate is called but not set yet
  • #​33671 - Mark test failure in time for callbacks to know about it
  • #​33670 - Guard against potential NPE in GrpcClientConfiguration
  • #​33667 - Do not include the Kafka Dev UI beans during the native build
  • #​33663 - Fix SSE response with legacy publisher in native mode
  • #​33660 - Dev UI small fixes
  • #​33659 - Add DevConsoleCORSFilter to Dev UI JsonRPC WebSocket
  • #​33657 - Security JPA Reactive - catch non-unique result exception properly
  • #​33652 - Endpoint with RestSseElementType doesn't produce events in native
  • #​33651 - Refer to 'microprofile_jwt' scope in OIDC docs
  • #​33649 - [Doc] Fix minor typo in devtool CLI
  • #​33647 - Incorrect test status in QuarkusTestAfterTestExecutionCallback and QuarkusTestAfterEachCallback for failing test
  • #​33645 - Ignore IndexDependencyBuildItem for missing dependencies
  • #​33643 - RolesAllowed and OIDC broken in 2.16.0-Final and 3.0.4-Final with KeyCloak
  • #​33639 - Upgrade to SmallRye Fault Tolerance 6.2.3
  • #​33631 - Hibernate Storing multiple items with @IdClass in one transaction fails
  • #​33627 - Do not bind the "grpc" container port when configured to use same server
  • #​33623 - Regression - Unable to build native binary when using quarkus-kafka-client extension
  • #​33614 - Reincorporate entries into jars' MANIFEST.MF
  • #​33613 - MANIFEST.MF don't contain information anymore since 3.1.x builds
  • #​33612 - Make repositories setup in quarkus-parent consistent with other poms
  • #​33608 - Propagate completion and error events in Redis pub/sub
  • #​33604 - Fix support of InputStream multipart without filename in REST Client
  • #​33601 - Rest client using multipart stopped working while migrating to Quarkus 3
  • #​33598 - Fix the Micrometer MP Metrics annotation transformation
  • #​33597 - Bump dekorate to 3.6.1
  • #​33595 - Skip manifest entry properties that are missing values
  • #​33594 - Invalid Mocks in @Nested Tests with @TestProfile after upgrade to Quarkus 3
  • #​33593 - GrpcClientConfiguration.inProcess results in NPE when config not present
  • #​33591 - Correct a typo in native-reference.adoc
  • #​33588 - Failed to stop Quarkus [Error Occurred After Shutdown] error when adjusting configuration through Dev UI
  • #​33587 - Dev UI - Configuration - unable to filter configuration properties defined in application.properties
  • #​33586 - Use 'target' as output dir for platform test classes loaded from JARs
  • #​33585 - NPE When Constructor Injecting a Microprofile Metric
  • #​33582 - Kubernetes to enforcing quarkus.kubernetes.replicas=0
  • #​33581 - Fix check to return existing marshaller if class is already bounded
  • #​33579 - Is it a Typo? seems like a bug in code. As it always returns false
  • #​33578 - Fix typo in grpc in-process runtime config
  • #​33573 - disableTrustManager is not used in ResteasyReactiveClientProvider
  • #​33569 - Pass disableTrustManager in ResteasyReactiveClientProvider
  • #​33538 - Dev UI new common component for no-service/data
  • #​33531 - Update Vert.x Mutiny bindings to version 3.4.1
  • #​33498 - Upgrade Hibernate ORM and Hibernate Reactive
  • #​33418 - Quarkus redis reactive pubsub disconnecting handler
  • #​33305 - OutputTargetBuildItem.getOutputDirectory() returning a strange value when running a test in the Platform
  • #​33300 - Register PGobject subtypes for reflection
  • #​33285 - Vertx race condition may not initialise OpenTelemetry
  • #​33206 - Using duration with hibernate and postgres interval leads to error in native mode
  • #​33072 - Quarkus Native on(GraalVM) issue with ElasticSearch Java Client: No deserializer found in 'co.elastic.clients.elasticsearch.core.UpdateByQueryRequest._DESERIALIZER'
  • #​32963 - Reactive Client - Mutiny Dropped Exception on Cancel (stream+json)
  • #​32926 - New Form editor in Configuration doesn't show up the key/value in application.properties
  • #​32234 - Dev UI 2 - Generalize No Dev Services element
  • #​29422 - DevUI - config editor doesn't notify user when something goes wrong
  • #​28971 - Quarkus Maven Plugin unable to handle maven exclusions

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.

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.50 🎉

Comparison is base (bfa2565) 69.00% compared to head (806c04f) 69.50%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #131      +/-   ##
============================================
+ Coverage     69.00%   69.50%   +0.50%     
  Complexity       50       50              
============================================
  Files            17       17              
  Lines           200      200              
  Branches          6        6              
============================================
+ Hits            138      139       +1     
+ Misses           59       58       -1     
  Partials          3        3              
Flag Coverage Δ
unittests 69.50% <ø> (+0.50%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@osoykan osoykan merged commit fbf61fe into main Jun 8, 2023
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.1.1.Final (main) Update dependency io.quarkus:quarkus-bom to v3.1.1.Final (main) - autoclosed Jun 8, 2023
@renovate renovate bot deleted the renovate/main-io.quarkus-quarkus-bom-3.x branch June 8, 2023 13:12
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