File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
tmc-plugin/src/fi/helsinki/cs/tmc/actions Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<target name =" -check-mavenmodules" >
12
12
<uptodate property =" mavenmodules.uptodate"
13
- srcfile =" maven-wrapper/target/nbm/maven-wrapper-1.14 .nbm"
13
+ srcfile =" maven-wrapper/target/nbm/maven-wrapper-1.15 .nbm"
14
14
targetfile =" mavenmodules" />
15
15
</target >
16
16
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >fi.helsinki.cs.tmc</groupId >
6
6
<artifactId >maven-wrapper</artifactId >
7
- <version >1.14 </version >
7
+ <version >1.15 </version >
8
8
<packaging >nbm</packaging >
9
9
10
10
<name >TMC Maven Wrapper</name >
46
46
<dependency >
47
47
<groupId >${project.groupId} </groupId >
48
48
<artifactId >core</artifactId >
49
- <version >0.9.12 -SNAPSHOT</version >
49
+ <version >0.9.13 -SNAPSHOT</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >${project.groupId} </groupId >
105
105
<dependency >
106
106
<groupId >org.cometd.java</groupId >
107
107
<artifactId >cometd-java-client</artifactId >
108
- <version >3.0.3 </version >
108
+ <version >3.1.2 </version >
109
109
</dependency >
110
110
<dependency >
111
111
<groupId >org.cometd.java</groupId >
112
112
<artifactId >cometd-java-websocket-javax-client</artifactId >
113
- <version >3.0.3 </version >
113
+ <version >3.1.2 </version >
114
114
</dependency >
115
115
<dependency >
116
116
<groupId >org.slf4j</groupId >
121
121
<dependency >
122
122
<groupId >org.eclipse.jetty.websocket</groupId >
123
123
<artifactId >javax-websocket-client-impl</artifactId >
124
- <version >9.2.5.v20141112 </version >
124
+ <version >9.4.6.v20170531 </version >
125
125
</dependency >
126
126
127
127
</dependencies >
Original file line number Diff line number Diff line change @@ -52,7 +52,10 @@ public void run() {
52
52
CheckForNewExercisesOrUpdates .startTimer ();
53
53
CheckForNewReviews .startTimer ();
54
54
ReviewEventListener .start ();
55
- PushEventListener .start ();
55
+ // Push events are disabled for now since this spams threads and
56
+ // its functionality is rarely used since code reviews trigger
57
+ // an email notification.
58
+ // PushEventListener.start();
56
59
TmcSettings settings = TmcSettingsHolder .get ();
57
60
SpywareFacade .start ();
58
61
You can’t perform that action at this time.
0 commit comments