Re: Exposing a webapp as an OSGi service?

2017-06-30 Thread Steinar Bang
> Steinar Bang : >> [2] - >> https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-itest/pax-web-itest-container/pax-web-itest-container-jetty/src/test/java/org/ops4j/pax/web/itest/jetty/WhiteboardServletAnnotatedIntegrationTest.java > I'm currently in the process of

Re: jersey-common not resolving javax.annotation even if it is already up

2017-06-30 Thread 'Achim Nierbeck' via OPS4J
Hi, which version of javax.annotation-api do you have installed? The exception clearly states it is looking for a version greater or equal to 1.2 but lesser then 2.0. If you have a 1.1.x version or lesser installed, that won't resolve. regards, Achim 2017-06-28 16:13 GMT+02:00 Umesh Rajani

Re: Version increase required; detected 6.1.0.SNAPSHOT, suggested 7.0.0

2017-06-30 Thread 'Achim Nierbeck' via OPS4J
Hi, well it doesn't matter that you are working on a snapshot version. Obviously the change you want to introduce is a major api breaking change. Therefore this change will require a version bump to 7.0 instead of 6.1. Take a look at semantic versioning for details about this, and also about

Re: Web PAX-EXAM: Do we have any simple web pax test example

2017-06-30 Thread Umesh Rajani
Hi, Here I'm using DS based comp. dev't, and I have one bundle 'vnc-mw-example-http' that registers servlet successfully but it fails for actual test saying context path not found. I'm getting this exception:

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-30 Thread nino martinez wael
ok great :) On Fri, Jun 30, 2017 at 11:47 AM, 'Christoph Läubrich' via OPS4J < ops4j@googlegroups.com> wrote: > The test are running fine now :-) > I'll try to prepare a release of a 4.0.0 Version for Wicket 7 then we can > move on to wicket 8 as a next step > > Am 28.06.2017 15:21, schrieb nino

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-30 Thread 'Christoph Läubrich' via OPS4J
The test are running fine now :-) I'll try to prepare a release of a 4.0.0 Version for Wicket 7 then we can move on to wicket 8 as a next step Am 28.06.2017 15:21, schrieb nino martinez wael: just made a single commit.. -- -- -- OPS4J - http://www.ops4j.org -

RE: Version increase required; detected 6.1.0.SNAPSHOT, suggested 7.0.0

2017-06-30 Thread Lukasz Lech
Hello, Yes, I’ve changed some interface, but I’m in snapshot version, and I assume, there are other API changes, compared to 6.0.x. How this check is supposed to work? I’ve added a new configuration parameter and I’ve extended org.ops4j.pax.web.service.spi.Configuration interface. It’s

Version increase required; detected 6.1.0.SNAPSHOT, suggested 7.0.0

2017-06-30 Thread Lukasz Lech
Hello, I'm trying to build current pax-web version (6.1.0.SNAPSHOT) against my custom changes, but I get the following error: [ERROR] org.ops4j.pax.web.service.spi: Version increase required; detected 6.1.0.SNAPSHOT, suggested 7.0.0 Do I have some error in local environment, or the pom.xml in