Results 171 issues of James Netherton

I created a demo Maven project that is structured like: ``` ├── module-a ├── module-b ├── integration-tests │ ├── itest-a │ ├── itest-b │ ├── itest-c │ ├── itest-d │...

new feature

Is there any support in Azurite for the [storage blob change feed](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal)? If I try to use it, then I see the log message: ``` ERROR [com.azu.sto.blo.cha.Changefeed] (reactor-http-epoll-1) Changefeed has...

question
blob-storage

This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/camel-master-cron.yaml) for the [`camel-main`](https://github.com/apache/camel-quarkus/tree/camel-main) branch.

build/camel-main

This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/quarkus-master-cron.yaml) for the [`quarkus-main`](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch.

build/quarkus-main

Not sure what changed in Camel 3.18.1, but when `camel.main.route-controller-supervise-enabled = true`, the health checks for routes (id = `camel-routes`) and consumers (id = `camel-consumers`) do not show up in...

bug

The `observability` example already covers health. So we can move over anything that is worth keeping from the `health` example, and afterwards remove that project to reduce the maintenance overhead.

example

Regular offender for CI failures: ``` 2022-03-01T12:54:16.4609416Z org.awaitility.core.ConditionTimeoutException: org.apache.camel.quarkus.component.file.it.FileTest expected "Hello1" but was "" within 10 seconds. 2022-03-01T12:54:16.4610283Z at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164) 2022-03-01T12:54:16.4611019Z at org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86) 2022-03-01T12:54:16.4612118Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:939) 2022-03-01T12:54:16.4612630Z at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:645) 2022-03-01T12:54:16.4613190Z...

test

Class `HttpOperationFailedException` is a [potential](https://stackoverflow.com/questions/73279431/camel-quarkus-classnotfoundexception-httpoperationfailedexception) candidate for usage in `onException`. So it'd be nice to take the burden away from users of having to manually register that class for reflection...

Native image fails to build with: ``` 2022-08-08T07:12:11.8589416Z Fatal error: com.oracle.graal.pointsto.util.AnalysisError$ParsingError: Error encountered while parsing org.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory$Handler.getDOMImplementation(java.lang.String) 2022-08-08T07:12:11.8657001Z Parsing context: 2022-08-08T07:12:11.8657531Z at org.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory$Handler.getDOMImplementation(SVGDOMContentHandlerFactory.java:100) 2022-08-08T07:12:11.8658518Z at org.apache.fop.fo.extensions.svg.SVGDOMContentHandlerFactory$Handler.startElement(SVGDOMContentHandlerFactory.java:120) 2022-08-08T07:12:11.8659112Z at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:347) 2022-08-08T07:12:11.8659680Z at...

Native image fails to build with: ``` 2022-08-08T06:30:35.2659793Z Fatal error: com.oracle.graal.pointsto.util.AnalysisError$ParsingError: Error encountered while parsing com.microsoft.aad.msal4j.AbstractClientApplicationBase.getAuthenticationResultSupplier(com.microsoft.aad.msal4j.MsalRequest) 2022-08-08T06:30:35.2663238Z Parsing context: 2022-08-08T06:30:35.2664157Z at com.microsoft.aad.msal4j.AbstractClientApplicationBase.getAuthenticationResultSupplier(AbstractClientApplicationBase.java:140) 2022-08-08T06:30:35.2665540Z at com.microsoft.aad.msal4j.AbstractClientApplicationBase.executeRequest(AbstractClientApplicationBase.java:117) 2022-08-08T06:30:35.2666449Z at com.microsoft.aad.msal4j.AbstractClientApplicationBase.acquireTokenSilently(AbstractClientApplicationBase.java:78) 2022-08-08T06:30:35.2667490Z at...