Discussion:
apache wicket 8.0 or 8.x
kyrindorx
2018-09-29 11:35:36 UTC
Permalink
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-***@wicket.apache.org
For additional commands, e-mail: users-***@wicket.apache.org
Maxim Solodovnik
2018-09-29 12:13:53 UTC
Permalink
To change jquery version being used you can call
getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
inside you Application.init()
Post by kyrindorx
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.
- 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
---------------------------------------------------------------------
--
WBR
Maxim aka solomax
kyrindorx
2018-09-29 12:20:48 UTC
Permalink
@Maxim: Thx :)
Post by Maxim Solodovnik
To change jquery version being used you can call
getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
inside you Application.init()
Post by kyrindorx
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.
- 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-***@wicket.apache.org
For additional commands, e-mail: users-***@wicket.apache.org
Martin Grigorov
2018-10-01 11:42:55 UTC
Permalink
Wicket 9.x will use jQuery 3.x by default:
https://issues.apache.org/jira/browse/WICKET-6596
Post by kyrindorx
@Maxim: Thx :)
Post by Maxim Solodovnik
To change jquery version being used you can call
getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
Post by Maxim Solodovnik
inside you Application.init()
Post by kyrindorx
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.
- 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
---------------------------------------------------------------------
---------------------------------------------------------------------
Loading...