quarkus-dapr
quarkus-dapr copied to clipboard
The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity
Refer to https://github.com/quarkiverse/quarkiverse/wiki/Migrating-to-Quarkus-3.x#upgrade
It could be similar with ```@RegisterRestClient``` in quarkus. such as ```java @RegisterDaprClient public interface someService { void invoke(String id); } ``` We need to process this annotation with injecting the...
Bumps `quarkus.version` from 3.9.1 to 3.9.4. Updates `io.quarkus:quarkus-bom` from 3.9.1 to 3.9.4 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.9.4 Complete changelog #39802 - Make sure pathFilter is applied to workspace...
Bumps `dapr.version` from 1.7.1 to 1.11.0. Updates `io.dapr:dapr-sdk` from 1.7.1 to 1.11.0 Release notes Sourced from io.dapr:dapr-sdk's releases. v1.10.0 Java SDK ADDED Support for Per Actor Type Configuration 729 ADDED...
Actually the Dev Services for Dapr uses by default the application port 8080, to the test work correctly, we need to add `quarkus.http.test-port=8080` configuration to works well. Would be great...
Error: ```shell ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-1) HTTP Request to //events failed ```
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. Commits 4984568 Prepare for release 4.12.0. ea720d3 [4.x] Add test for 103 handling (#8055) a6e54bf Avoid hanging on takeHeaders (incorrect 103 handling) when response...
Using the Quarkus version 3.6.5 when is added the Quarkus Dapr extension with the version 2.0.0 I am getting the following StackTrace: ```bash java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown...
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.12.0. Commits 4984568 Prepare for release 4.12.0. ea720d3 [4.x] Add test for 103 handling (#8055) a6e54bf Avoid hanging on takeHeaders (incorrect 103 handling) when response...
Bumps `quarkus.version` from 3.11.2 to 3.12.3. Updates `io.quarkus:quarkus-bom` from 3.11.2 to 3.12.3 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.12.3 Complete changelog #40349 - HandleRequestCollectionHelper for Quarkus Amazon Lambda #40464 -...