You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by kyrindorx <ky...@gmail.com> on 2018/09/29 11:35:36 UTC

apache wicket 8.0 or 8.x

Hey all,

I started with a new little webpage with Apache Wicket 8.0. I would use 
Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery 
2.2.4 as distrib version in version 8.0.

So I have some questions about it:

- Can I use Bootstrap 4 or better go on with 3.3.7
- JQuery 2.2.4 is outdated EOL and will not get further updates.
- When will Apache Wicket shipping a new version of JQuery?

Greets
Kyrindor


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: apache wicket 8.0 or 8.x

Posted by Martin Grigorov <mg...@apache.org>.
Wicket 9.x will use jQuery 3.x by default:
https://issues.apache.org/jira/browse/WICKET-6596

On Sat, Sep 29, 2018 at 3:20 PM kyrindorx <ky...@gmail.com> wrote:

>
> @Maxim: Thx :)
>
>
> Am 29.09.2018 um 14:13 schrieb Maxim Solodovnik:
> > To change jquery version being used you can call
> >
> getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
> > inside you Application.init()
> >
> > On Sat, 29 Sep 2018 at 18:35, kyrindorx <ky...@gmail.com> wrote:
> >
> >> Hey all,
> >>
> >> I started with a new little webpage with Apache Wicket 8.0. I would use
> >> Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery
> >> 2.2.4 as distrib version in version 8.0.
> >>
> >> So I have some questions about it:
> >>
> >> - Can I use Bootstrap 4 or better go on with 3.3.7
> >> - JQuery 2.2.4 is outdated EOL and will not get further updates.
> >> - When will Apache Wicket shipping a new version of JQuery?
> >>
> >> Greets
> >> Kyrindor
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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
>
>

Re: apache wicket 8.0 or 8.x

Posted by kyrindorx <ky...@gmail.com>.
@Maxim: Thx :)


Am 29.09.2018 um 14:13 schrieb Maxim Solodovnik:
> To change jquery version being used you can call
> getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
> inside you Application.init()
>
> On Sat, 29 Sep 2018 at 18:35, kyrindorx <ky...@gmail.com> wrote:
>
>> Hey all,
>>
>> I started with a new little webpage with Apache Wicket 8.0. I would use
>> Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery
>> 2.2.4 as distrib version in version 8.0.
>>
>> So I have some questions about it:
>>
>> - Can I use Bootstrap 4 or better go on with 3.3.7
>> - JQuery 2.2.4 is outdated EOL and will not get further updates.
>> - When will Apache Wicket shipping a new version of JQuery?
>>
>> Greets
>> Kyrindor
>>
>>
>> ---------------------------------------------------------------------
>> 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


Re: apache wicket 8.0 or 8.x

Posted by Maxim Solodovnik <so...@gmail.com>.
To change jquery version being used you can call
getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
inside you Application.init()

On Sat, 29 Sep 2018 at 18:35, kyrindorx <ky...@gmail.com> wrote:

> Hey all,
>
> I started with a new little webpage with Apache Wicket 8.0. I would use
> Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery
> 2.2.4 as distrib version in version 8.0.
>
> So I have some questions about it:
>
> - Can I use Bootstrap 4 or better go on with 3.3.7
> - JQuery 2.2.4 is outdated EOL and will not get further updates.
> - When will Apache Wicket shipping a new version of JQuery?
>
> Greets
> Kyrindor
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

-- 
WBR
Maxim aka solomax