>>>>> Tatu Saloranta <[email protected]>: > Anyway, I think one important area that is lacking wrt OSGi bundles is > that there is no testing to validate ability to properly load and > resolve dependencies. It would be great to have some sort of > integration testing to -- for example -- at least validate SNAPSHOT > sets before publishing. With that I'd be less hesitant to merge bigger > changes to build.
Integration tests verifying OSGi bundle loading, are possible to do using the pax exam framework https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/overview However: This worked fine for me during the java 8 days. Unfortunately in java 9+ I've had so many problems getting the tests to work that I eventually ended up disabling the integration tests. Karaf have working pax exam tests in java 9+ and I have tried replicating their setup, but so far without success (I also need to have the integration tests working on travis-ci). I'm hoping the pax exam/java 9+ stuff will stabilize at some point, so I can reenable the tests...:-/ So in short: integration tests like what you're requesting should be possible at some future time, but perhaps not right now. -- You received this message because you are subscribed to the Google Groups "jackson-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-dev/86y2xr40rf.fsf%40dod.no.
