Now that wicket 6 final is out, will there be a wicket 6 compatible
"release" of wicket-cdi? Or is it already available on one of the maven
repos? Or should I get the source from github and build it myself if I want
to use wicket-cdi with wicket 6?


2012/7/16 Igor Vaynberg <igor.vaynb...@gmail.com>

> just pushed the wicket-6 branch
>
> -igor
>
> On Mon, Jul 16, 2012 at 1:04 AM, Jochen Mader <pflanzenmoer...@gmail.com>
> wrote:
> > Hehehehe, that was easy :)
> > It's just a couple of package-renames and fixing the
> > ConversationExpiryChecker to use the new way of getting the
> > AjaxRequestTarget:
> > AjaxRequestTarget target =
> RequestCycle.get().find(AjaxRequestTarget.class);
> >                 if (component instanceof Page ||target != null)
> > Took me like 3 minutes.
> > I just did a quick smoke test in Glassfish and so far things are looking
> good.
> > Will hopefully get some more time tomorrow evening to test a little more.
> > If I find any problems I will let you know.
> >
> > CU,
> >
> > Jochen
> >
> >
> > On Sun, Jul 15, 2012 at 11:45 PM, Jochen Mader
> > <pflanzenmoer...@gmail.com> wrote:
> >> Tried it out a few minutes ago.
> >> Looks a few things got moved into the core package (e.g.
> IPageRequestHandler).
> >> I had a quick look and so far I didn't find anything beyond renamed
> >> packages (but that's just a few minutes of looking).
> >> I might just give it a shot and try to get it running.
> >>
> >> CU
> >> Jochen
> >>
> >> On Sun, Jul 15, 2012 at 11:15 PM, Igor Vaynberg <
> igor.vaynb...@gmail.com> wrote:
> >>> havent had time to try it out on wicket 6 yet, is anything actually
> broken?
> >>>
> >>> -igor
> >>>
> >>> On Sun, Jul 15, 2012 at 11:40 PM, Jochen Mader
> >>> <pflanzenmoer...@gmail.com> wrote:
> >>>> To get that out of the way: I know that Wicket 6 won't be shipped with
> >>>> CDI directly :)
> >>>> I still would like to use Wicket 6 in Glassfish.
> >>>> Are there plans to port wicket-cdi to Wicket 6? I couldn't find
> >>>> anything on the 42lines git-repo on that issue.
> >>>> Help required?
> >>>>
> >>>> Thanks,
> >>>>
> >>>> Jochen
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to