Hi Nino,

I just pushed a Wicket-8 supporting version of pax-wicket (https://ops4j1.jira.com/browse/PAXWICKET-486) to the master, the only thing that is needed is adjusting the karaf-test, can you help with that? I think it just needs to add some of the new dependencies, I added the following to the "normal" integration tests:

provision(mavenBundle().groupId("org.slf4j").artifactId("slf4j-api").versionAsInProject()), provision(mavenBundle().groupId("org.apache.commons").artifactId("commons-collections4").versionAsInProject()), provision(mavenBundle().groupId("org.ops4j.pax.url").artifactId("pax-url-wrap").versionAsInProject()), provision(wrappedBundle(mavenBundle().groupId("org.danekja").artifactId("jdk-serializable-functional").versionAsInProject())), provision(wrappedBundle(mavenBundle().groupId("com.github.openjson").artifactId("openjson").versionAsInProject())), provision(mavenBundle().groupId("org.slf4j").artifactId("slf4j-simple").versionAsInProject().start(false)),

can you take a look? As soon as this is done I think we can release a 5.0.0.RC1, we should release the final Version when Wicket has release Wicket8.

--
--
------------------
OPS4J - http://www.ops4j.org - [email protected]

--- You received this message because you are subscribed to the Google Groups "OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to