jonsalvas

Results 9 issues of jonsalvas

### OrientDB Version: 3.0.27 ### Java Version: 11 ### OS: 3.10.0-1127.18.2.el7.x86_64 ## Expected behavior vertex.save() saves the vertex correctly. ## Actual behavior java.lang.ClassCastException: class com.orientechnologies.orient.core.metadata.schema.OClassEmbedded cannot be cast to class...

**Describe the bug** A clear and concise description of what the bug is. According to the vue-test-utils documentation it is possible to register global stuff using `config.global.*`, so for instance...

bug

When I try to upgrade jaxb2-maven-plugin from 2.5.0 to 3.1.0 I receive the following error, while trying to generate an XSD out of Java code: `Execution xmlschemagen of goal org.codehaus.mojo:jaxb2-maven-plugin:3.1.0:schemagen...

When using multiple @Incoming annotations over a rabbitmq consumer like this: ``` public class TrackingEventConsumer { static final Logger LOG = Logger.getLogger(TrackingEventConsumer.class); @Incoming("tracking_events_k1_incoming") @Incoming("tracking_events_k2_incoming") public CompletionStage consume(Message message) { LOG.debug(String.format("consumed...

bug

First of all: Thanks for the awesome support for rabbitmq reactive messaging!! We are currently setting it up for our project and facing one issue while trying to configure producer/consumer....

**Describe the bug** The native build with quarkus-hazelcast-client and quarkus 2.15.3.Final requiring 22.3 graalvm image leads to the following error: ``` Error: Unsupported features in 21 methods Detailed message: Error:...

bug

Under Windows10 and VSCode 1.20.1 I receive the following error when trying to open the template preview: Failed template call.Error: could not resolve template path: GetFileAttributesEx c:\Dev\XXXXXXX\deploy\helm\helm\templates\deployment.yaml: The system cannot...

We use the existing failure management mechanism (described here https://smallrye.io/smallrye-reactive-messaging/4.20.0/rabbitmq/receiving-messages-from-rabbitmq/#failure-management) in order to allow retries of failed messages by putting it to a dead letter queue with a ttl. We...

rabbitmq

Now the reactive-messaging-rabbitmq plugin allows me configure queues and bind a channel to it in order to consume the messages from it. It is required to have an @incoming channel...

rabbitmq