lichtin
lichtin
I'm using the @RolesAllowed and @DenyAll (for testing only) annotations, so that's the case you say Jersey should manage. I double-checked my implementation of the AuthorizationHandler interface is also registered...
I don't see this as a solution imho. ngx-text-diff should support Angular 6 and higher, there's no reason to restrict support to Angular 9 only. ngx-text-diff does not require any...
It's quite a showstopper to no longer have OsgiServletRegisterer available. Is it not possible to re-add it, even if later there is another solution? Right now I'm stuck and can't...
Yes of course. However, what I am saying is that whoever decided to remove it should please reconsider this decision. Using open-source often means that one is at the mercy...
Yes that static approach we are also using heavily. In this case we need to dynamically load Camel routes from XML configuration passed in at runtime.
Is it possible to use "wrap:" and refer to the original Camel JARs? Or how are the Karaf bundle variants created.
sorry to nag, it would help to know approx. timeframe. I'm glad to help if it makes sense
It's done programmatically via a method call, given a Camel context, such as ```JaxbHelper.loadRoutesDefinition(modelCamelContext, is);```
Patched the Manifest file and had to add the following to the "Import-Package" directive: `org.glassfish.jaxb.runtime.v2, org.apache.camel.model.app, org.apache.camel.model.cloud, org.apache.camel.model.config, org.apache.camel.model.errorhandler, org.apache.camel.model.loadbalancer, org.apache.camel.model.transformer, org.apache.camel.model.validator` to get above mentioned loadRoutesDefinition working.