Commit 16a3f27 Sven Meier
committed
1 parent 996c5f4 commit 16a3f27 Copy full SHA for 16a3f27
File tree 5 files changed +6
-114
lines changed
wicket-dnd/src/main/java/wicketdnd
wicket-dnd-examples/src/main/java/wicketdnd/examples
5 files changed +6
-114
lines changed Original file line number Diff line number Diff line change 18
18
</licenses >
19
19
20
20
<properties >
21
- <wicket .version>8.12 .0</wicket .version>
22
- <wicketstuff .version>8.12 .0</wicketstuff .version>
21
+ <wicket .version>9.3 .0</wicket .version>
22
+ <wicketstuff .version>9.3 .0</wicketstuff .version>
23
23
<jetty .version>9.4.41.v20210516</jetty .version>
24
24
<slf4j .version>1.7.25</slf4j .version>
25
25
<log4j .version>1.2.17</log4j .version>
91
91
<groupId >org.apache.maven.plugins</groupId >
92
92
<artifactId >maven-compiler-plugin</artifactId >
93
93
<configuration >
94
- <source >1. 9</source >
95
- <target >1. 9</target >
94
+ <source >9</source >
95
+ <target >9</target >
96
96
<optimize >true</optimize >
97
97
<debug >true</debug >
98
98
</configuration >
Original file line number Diff line number Diff line change 34
34
import org .apache .wicket .markup .repeater .RepeatingView ;
35
35
import org .apache .wicket .model .PropertyModel ;
36
36
37
- import wicketdnd .IEBackgroundImageCacheFix ;
38
- import wicketdnd .IECursorFix ;
39
37
import wicketdnd .theme .HumanTheme ;
40
38
import wicketdnd .theme .WebTheme ;
41
39
import wicketdnd .theme .WindowsTheme ;
@@ -54,9 +52,6 @@ public class ExamplePage extends WebPage
54
52
55
53
public ExamplePage ()
56
54
{
57
- add (new IECursorFix ());
58
- add (new IEBackgroundImageCacheFix ());
59
-
60
55
add (new WebMarkupContainer ("performance" ) {
61
56
@ Override
62
57
protected void onConfigure ()
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ public WicketApplication()
30
30
protected void init ()
31
31
{
32
32
getMarkupSettings ().setStripWicketTags (true );
33
+
34
+ getCspSettings ().blocking ().disabled ();
33
35
}
34
36
35
37
public Class <ExamplePage > getHomePage ()
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments