lichtin
lichtin
Hi All Wanted to ask if anyone has the jax-rs-connector working properly in a Karaf 4.0.x environment? Specifically the issue is with authentication and authorization handlers. There's a class implementing...
Trying to upgrade to Angular 8 fails with Package "ngx-text-diff" has an incompatible peer dependency to "rxjs" (requires "~6.3.3", would install "6.6.3").
``` node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(20,9): error TS1086: An accessor cannot be declared in an ambient context. node_modules/ngx-text-diff/lib/ngx-text-diff.component.d.ts(21,9): error TS1086: An accessor cannot be declared in an ambient context. ``` I was hoping ngx-text-diff...
This section here should also catch UncheckedIOException ``` if (shouldDeleteRuntime()) { system.clear(); try { FileUtils.forceDelete(targetFolder); } catch (IOException e) { forceCleanup(); } } ``` as can be seen by this...
java.lang.IllegalArgumentException: invalid version "8.1.SNAPSHOT": non-numeric "SNAPSHOT" at org.osgi.framework.Version.parseInt(Version.java:169) at org.osgi.framework.Version.(Version.java:134) at org.ops4j.pax.exam.karaf.container.internal.adaptions.KarafManipulatorFactory.createManipulator(KarafManipulatorFactory.java:39) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.createVersionAdapter(KarafTestContainer.java:256) at org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer.start(KarafTestContainer.java:161) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.setUp(EagerSingleStagedReactor.java:86) at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.beforeClass(EagerSingleStagedReactor.java:136) at org.ops4j.pax.exam.spi.reactors.ReactorManager.beforeClass(ReactorManager.java:457) at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:97) at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93) at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)...
I'm trying to use Camel 4.8.2 however org.apache.camel.karaf:camel-dsl-support:jar:4.8.2 org.apache.camel.karaf:camel-xml-io-dsl:jar:4.8.2 are missing and not available from Maven Central
`Caused by: jakarta.xml.bind.JAXBException: "org.apache.camel.model.app" doesnt contain ObjectFactory.class or jaxb.index at org.glassfish.jaxb.runtime.v2.ContextFactory.createContext(ContextFactory.java:241) ~[!/:4.0.5 - cb19596] at org.glassfish.jaxb.runtime.v2.JAXBContextFactory.createContext(JAXBContextFactory.java:58) ~[!/:4.0.5 - cb19596] at jakarta.xml.bind.ContextFinder.find(ContextFinder.java:322) ~[!/:4.0.2] at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:392) ~[!/:4.0.2] at jakarta.xml.bind.JAXBContext.newInstance(JAXBContext.java:349) ~[!/:4.0.2] at org.apache.camel.xml.jaxb.DefaultModelJAXBContextFactory.newJAXBContext(DefaultModelJAXBContextFactory.java:44)...