adampoplawski
adampoplawski
Hello I have basic Rest Client ``` @Path("/extensions") @RegisterRestClient interface TestClient { @GET fun get(): String } ``` And basic test (I am trying to mock) ``` @QuarkusTest class InjectMockTest...
Hello When I generate new Quarkus project we get: `dependencies { implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")) implementation(enforcedPlatform("${quarkusPlatformGroupId}:quarkus-amazon-services-bom:${quarkusPlatformVersion}")) implementation("io.quarkiverse.amazonservices:quarkus-amazon-sns") } ` In Quarkus 3.10.0/3.10.1/3.11.0.CR1 version of quarkus-amazon-services is 2.14.0 not 2.15.0. Is that intended or...
### Terraform Version ```shell v1.6.6 ``` ### Use Cases Hello I would like to have the ability to not show some particular changes in terraform plan. The use case would...
Around April SQS support was added to Smallrye Reactive Messaging. I asked on Zulip if Quarkus integration is planned and were transferred here. Is this topic considered? For potential reference...