qore
qore copied to clipboard
module-jni: some special Java classes are created with $ chars in the Qore class name
care needs to be taken that existing working code does not break - ex:
BasicProperties props = create_object("AMQP$BasicProperties__Builder").messageId("some-id").build();