Nikola Koevski
Nikola Koevski
* As part of adding support for WebSphere Liberty, we need to ensure that there is test coverage for the CDI implementations that Liberty provides and Camunda supports. Liberty provides...
* Add database configuration filenames for WAS Liberty in the DB profiles for H2 and PostgreSQL. Related to CAM-14741
Related to CAM-11760 The fix removes the issues when a database uses a non-`READ_COMMITTED` Transaction Isolation Level by default, by setting the Session's connection preference from our side. This is...
**Is your feature request related to a problem? Please describe.** With the `Camunda Value Mapper` docs removed, it is not clear how Variables are transformed into FEEL data types and...
**Describe the bug** An exception occurs when closing the broker client in the gateway. **To Reproduce** / **Expected behavior** The error doesn't occur. **Log/Stacktrace** Full Stacktrace ``` java.lang.IllegalStateException: Actor call...
**Summary** > Try to answer the following as best as possible - How often does the test fail? 1 - Does it block your work? No - Do we suspect...
**Describe the bug** The `8.4.0` CLI client (`zbctl`) is unable to send requests with authorization information to Zeebe `8.4.0` or older (ex. `8.3.0`). **To Reproduce** 1. Start Camunda 8 with...
**Describe the bug** A `NullPointerException` is thrown when a `Form` resource is transformed and the JSON of the form can't be properly parsed. A `JsonProcessingException` is thrown without a `Throwable`...
**Describe the bug** With https://github.com/camunda/zeebe/issues/14329 we fixed an issue that would cause failed jobs with `retries > 0` to not be re-activated after a migration, i.e. the jobs aren't placed...