Lukas Lowinger

Results 18 issues of Lukas Lowinger

### Describe the bug When running application via jar and via dev mode at the same time, then it doesn't fail with port 8080 conflict. ### Expected behavior It should...

kind/bug
area/devmode

Test CouchbaseUpdateTest is failing on RHEL8. ``` [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.099 s

Eg. this dependency https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/foundation/customized-log-component/pom.xml#L35 needs to have `-deployment` counterpart built first. Which is done via the virtualDependencies logic, which is missing.

According to https://camel.apache.org/components/3.18.x/controlbus-component.html#_endpoint_query_option_action there is more actions than we currently test.

test

We don't have coverage for those languages mentioned in https://camel.apache.org/components/3.18.x/controlbus-component.html#_endpoint_path_option_language.

test

**Describe the bug** 1) Superadmin creates shared filter with ID=128 2) User llowinge see that filter in filters list, but the filter is by default disabled 3) Superadmin tries to...

bug
Check: Test

Would be really great if this framework would contain E2E tests which could verify basic yaks workflow as it would create a contract between users and their expectations. **Scenario 1**...

documentation
enhancement

### Describe the feature here Currently we don't test SSL with elasticsearch component. After we will add support for Native, it could be good to test it.

enhancement
native
test
area/testing
area/native
area/elasticsearch

**Check list**: Your pull request: - [x] targets the `development` branch - [ ] uses the `999-SNAPSHOT` version of Quarkus - [ ] has tests (`mvn clean test`) - [...