yanavasileva
yanavasileva
After update to Spring Boot 3, [RestIT](https://github.com/camunda/camunda-bpm-platform/blob/master/qa/integration-tests-webapps/integration-tests/src/main/java/org/camunda/bpm/rest/RestIT.java) started to fail with `NoSuchFieldError: APPLICATION_HAL_JSON_TYPE`. Due to unresolved dependency issue (`javax/jakarta`), we decided to simplify the rest and avoid using the `MediaType`...
### Acceptance Criteria (Required on creation)\ - Remove Telemetry Settings page - Remove initial popup when initializeTelemetry = null - Adjust tests - Clean up `docs-manual` ### Hints ### Links...
### Acceptance Criteria (Required on creation) * `rest-assured` in the REST tests is updated to latest patch of version 5.3 ### Hints ### Links - https://github.com/camunda/camunda-bpm-platform/issues/2770 - https://github.com/camunda/camunda-bpm-platform/issues/3679 ### Breakdown...
### Acceptance Criteria (Required on creation) * After release of `7.22.0`, remove `telemetryEndpoint` and `telemetryReporterActivate` configuration property for `old-engine` test suite: * https://github.com/camunda/camunda-bpm-platform/blob/58a68573bae5053b88a0a3b89c82dca7a459a2a5/qa/test-old-engine/config/camunda.cfg.xml#L36-L37 ### Hints ### Links - follow up...
### Acceptance Criteria (Required on creation) * To test Camunda 7.22, we need to add it to our engine compatibility tests that run nightly. This involves: * Add the new...
### Context * WildFly 26 - manual installation of Camunda 7.22.0-alpha6 * Build [dataformat-configuration-in-process-application](https://github.com/camunda/camunda-bpm-examples/tree/master/spin/dataformat-configuration-in-process-application) with JDK 11: `mvn9 clean install -Pwildfly` * Deploy the application on WildFly #### Observed *...