bthdimension
bthdimension
In reference to [#734 ](https://github.com/Apicurio/apicurio-studio/issues/734), and specifically the last comment: > "If anyone really needs the UI to support the ability to change the enum type to something else, please...
**Apicurio Version:** Apicurio Studio 0.2.48.Final **How to reproduce:** 1. Define a data type "person" based on an example like this: ``` { "name": "John", "address": { "street": "Somestr.", "number": "22",...
**Citrus Version** 2.8.0, but the code causing the issue is still present in 3.0.0 **Expected behavior** When calling a Citrus HTTP Server, I expect it to handle complex but correctly...
**Citrus Version** 3.0.0 **Expected behavior** When a validation within an async container fails, I expect the whole test to fail. **Actual behavior** I can see the failures in the log,...
**Citrus Version** 2.8.0 **Question** Hi there, I was wondering, if it is possible to validate the result of a transform action in Citrus. I hoped for something like: ``` transform()...
**Citrus Version** 2.8.0 **Expected behavior** I'm using Citrus to test Camel routes in a similar fashion as described in the blog [Apache Camel Integration Testing - Part 2](https://citrusframework.org/news/2015/05/27/camel-testing-part-2/). The Camel...
**Citrus Version** 2.8.0 **Expected behavior** When validating XML payloads using the "payload()" method, I expect Citrus to respect the encoding set in the XML declaration. **Actual behavior** Citrus ignores the...
Currently, the operator offers 3Scale Backends and 3Scale Products (among others). However, there is no CRD for 3Scale Applications. The Application should be created in 3Scale by the operator when...
Hi, we'd like to use the operator to install Apicurio Registry. We use self-signed certificates, which means that we get an SSL Handshake exception when Apicurio Registry tries to connect...
When I do a streaming download using the aws adk, I get the following error: `software.amazon.awssdk.core.exception.SdkClientException: Failed to send the request: Response missing required ETag header.` The streaming is done...