Hi,
just a quick status about the current 1.5 integration. As expected, we
are facing a couple of instability because of the 1.5 integration. The
mains reasons are:
+ I've missed some hard coded dependencies in the code, like the jruby
support (fixed)
+ We are using grizzly 1.5-SNAPSHOT, so any changes in Grizzly can
potentially breaks v3 build. Until Grizzly 1.5.2 is released, those kind
of issues might happens. 1.5.2 vote on dev_at_grizzly will happens next
week. Once done, v3 will stick with a stable version and broken build
will stop. v3 cannot uses 1.5.1 as some bugs where discovered when
integrating the new code.
+ The branch GF_V3_PREWORK_BRANCH_GRIZZLY_1_0 has been created just
before I've integrated 1.5-SNAPSHOT. We can always use that branch if
major problems are discovered (I doubt, but I've created the branch just
for that purpose).
As soon as I'm confident the 1.5 integration is stable (which I'm not
right now), I will work to integrate new modules for comet, cometd,
jersey support (and eventually restlet and jetty). But for now I will
make sure nothing is broken, starting with the build (a change in
Grizzly directly impact v3).
One things we need to concentrate is to add unit tests to the build
(since we are using maven 2) so the build fail if something is broken.
Thanks!
-- Jeanfrancois