Daan Kerkhofs

Results 4 issues of Daan Kerkhofs

## I'm submitting a ... (check one with "x") ``` [x] bug report [ ] feature request [ ] question ``` ## Expected Behavior No `IOException` when working with the...

bug

One of the functionalities Dynamic Extensions offers, is content bootstrapping: https://github.com/xenit-eu/dynamic-extensions-for-alfresco/blob/master/documentation/Extension_Point_Bootstrap_Content.md Content bootstrapping is easily achievable by using DE's `BootstrapService` and `ResourceHelper`. However these classes are available in the `annotations-runtime`...

**Actual behavior:** When annotating a webscript class with: `@WebScript(baseUri = /v1/test)` And annotating the actual webscript method with: `@Uri(value = "", method = HttpMethod.GET)` A request to `{{scheme}}://{{host}}:{{port}}/alfresco/service/v1/test` wil result...

nice to have

**version**: smallrye-reactive-messaging-aws-sqs:4.24.0 ### Observed behaviour Deserialization of SQS body/payload is tightly coupled to the `_classname` message attribute. Observations for deserialization to a `Message` instance: * If the _classname attribute is...