Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAA6DD41D for ; Fri, 7 Sep 2012 13:33:01 +0000 (UTC) Received: (qmail 11152 invoked by uid 500); 7 Sep 2012 13:33:00 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 11034 invoked by uid 500); 7 Sep 2012 13:33:00 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 11026 invoked by uid 99); 7 Sep 2012 13:33:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 13:33:00 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of heapifyman@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 13:32:52 +0000 Received: by lagz14 with SMTP id z14so2237183lag.32 for ; Fri, 07 Sep 2012 06:32:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ko1Zrj5FTKdXPUFZS2j7GDTgxd04R0HBwxxUwLpzVBY=; b=PCThSPAB2CbC/g6bLsBcqwJQDksltsJeAh4K4eUTq5BNPmycBIsnUFlKvnMg8ErQvN 8PO7W4TO1VufS6UQa4FUWYunhSirisYeeWspytDYjfpHtxfGZyiE/xIy62jGP3qA4lEH o0SsMjB9ygtcdXAAUvRkVkb/E0Pac4u2GgusztE8Im9ZjNhPS4kl59buIWM5jWcLaDhw yGLtEwuuR9KBnaa7ghQv8lONDM7XND+jPdCTQRXnXsHW/9SC7lD1X8hjsyzrdkhZNMAX S3CiZg9NjQA9eyWCb6SEpTs/7V4cedzuB9rY25euGrTNCnaEI5GUwKw0wae2fo2Xdfqc 1bZA== MIME-Version: 1.0 Received: by 10.152.144.134 with SMTP id sm6mr5474834lab.5.1347024752189; Fri, 07 Sep 2012 06:32:32 -0700 (PDT) Received: by 10.112.106.231 with HTTP; Fri, 7 Sep 2012 06:32:31 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Sep 2012 15:32:31 +0200 Message-ID: Subject: Re: Wicket 6 and CDI From: heapifyman To: users@wicket.apache.org Content-Type: multipart/alternative; boundary=e89a8f234517dba00c04c91ca39d --e89a8f234517dba00c04c91ca39d Content-Type: text/plain; charset=UTF-8 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 > just pushed the wicket-6 branch > > -igor > > On Mon, Jul 16, 2012 at 1:04 AM, Jochen Mader > 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 > > 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.vaynberg@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 > >>> 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-unsubscribe@wicket.apache.org > >>>> For additional commands, e-mail: users-help@wicket.apache.org > >>>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > >>> For additional commands, e-mail: users-help@wicket.apache.org > >>> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > > For additional commands, e-mail: users-help@wicket.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > For additional commands, e-mail: users-help@wicket.apache.org > > --e89a8f234517dba00c04c91ca39d--