[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-07 Thread kbachl
Github user kbachl commented on the issue: https://github.com/apache/wicket/pull/273 @svenmeier thx for the info - I originally meant we should mention this maybe in the docs and also provide the library of jquery 3.3.1 with wicket 8 together? ---

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-07 Thread svenmeier
Github user svenmeier commented on the issue: https://github.com/apache/wicket/pull/273 @kbachl all jQuery 3.x should work fine. If you think Wicket should switch to v3 as default, you an open anothe issue. For me v2 is fine though. ---

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-07 Thread kbachl
Github user kbachl commented on the issue: https://github.com/apache/wicket/pull/273 @svenmeier maybe a bit off topic but what about version itself? jQuery 2 vs 3? - AFAIK wicket 8 should work with jQuery 3.3.1 out of the box? ---

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-06 Thread svenmeier
Github user svenmeier commented on the issue: https://github.com/apache/wicket/pull/273 @tremel thanks for your usage example. It seems to me we're mixing at least three topics in this pull request: - JavaScriptReferenceHeaderItem needs integrity and and crossOrigin ...

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-04 Thread tremel
Github user tremel commented on the issue: https://github.com/apache/wicket/pull/273 For a usage example and test I made [CORS.zip](https://github.com/apache/wicket/files/1874596/CORS.zip), a mofified quickstart showing a bootstrap 4 page with bootstrap css and jquery, popper and

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-03 Thread svenmeier
Github user svenmeier commented on the issue: https://github.com/apache/wicket/pull/273 @klopfdreh indeed, now is the time to reconsider the former decision :+1: ---

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-01 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/273 Hi, we are using a CORS enum for media tags already, maybe this is a good moment to use this class in there, too. @svenmeier I just told that if there are more places I remember