-
Error while consuming 'textDocument/codeAction' with language server 'Tools for MicroProfile'
org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Internal error.
at org.eclipse.lsp4j.jsonrpc.Remote…
-
### Describe the feature here
Currently, `camel-quarkus-rest-openapi` only detects and handle OpenAPI specifications with a `.json` suffix. However, OpenAPI specifications may be represented either…
-
### Bug description
I want to retrieve data via `MyEntity` which extends Quarkus' PanacheEntity, however this doesn't work and I get the following exception:
> "exception": "jakarta.enterprise.con…
-
https://github.com/apache/camel-kafka-connector/issues/1675
-
Is there a known/recommended way of using mvnd with GitHub Actions?
-
When creating complex integrations, it's often needed to have some constants and objects that are contained in the specific jar of the component used. It would be nice if the tooling could be able to …
-
### Describe the bug
I cannot leverage Dev Services for MySQL when I develop my Quarkus application in FIPS-enabled environment. Quarkus JDBC MySQL extension works in FIPS-enabled environment (team…
-
Hello,
I'm using cvsanaly to parse the logs of one subversion repository, and I tried to run differents extensions (CommitLOC and Metric), they both run at infinite, with no error message. I tried wi…
-
### Describe the Bug
We support
```yaml
- from:
uri: timer:null
steps:
- set-body:
simple: test
```
but not
```yaml
- from:
uri: timer:null
steps:
- s…
-
Script Task can be used to call rest endpoints, is it possible to create a custom task which will execute a set of code based on passed arguments, for example calling a rest endpoint or calling Apache…