Re: apache wicket 8.0 or 8.x

2018-10-01 Thread Martin Grigorov
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  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  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-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
>
>


Re: apache wicket 8.0 or 8.x

2018-09-29 Thread kyrindorx



@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  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-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



Re: apache wicket 8.0 or 8.x

2018-09-29 Thread 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  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-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-- 
WBR
Maxim aka solomax