Skip to content

Commit 35fdff3

Browse files
committed
Dependencies: Update
- Hibernate updated to 6.6.3 (was 6.6.1) - Struts2 updated to 6.7.0 (was 6.6.0) - Protocol Buffers to 4.29.1 (was 4.28.2) - GWT to 2.12.1 (was 2.11.0) - JGroups to 5.4.0 (was 5.3.13) - Jackson to 2.18.2 (was 2.18.0) - Commons IO to 2.18.0 (was 2.17.0) - Spring Security to 5.8.16 (was 5.8.15)
1 parent 43a4b6d commit 35fdff3

File tree

61 files changed

+123
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+123
-100
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<attribute name="optional" value="true"/>
1515
</attributes>
1616
</classpathentry>
17-
<classpathentry kind="lib" path="3rd_party/gwt-dev-2.11.0.jar"/>
17+
<classpathentry kind="lib" path="3rd_party/gwt-dev-2.12.1.jar"/>
1818
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
1919
</classpath>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

JavaSource/org/unitime/timetable/backup/TableData.java

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaSource/org/unitime/timetable/filter/BusySessions.java

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
import org.unitime.timetable.gwt.command.client.GwtRpcResponseBoolean;
4040
import org.unitime.timetable.gwt.command.server.GwtRpcImplementation;
4141
import org.unitime.timetable.gwt.command.server.GwtRpcImplements;
42+
import org.unitime.timetable.gwt.command.server.GwtRpcLogging;
43+
import org.unitime.timetable.gwt.command.server.GwtRpcLogging.Level;
4244
import org.unitime.timetable.gwt.shared.MenuInterface.IsSessionBusyRpcRequest;
4345
import org.unitime.timetable.security.SessionContext;
4446

@@ -151,6 +153,7 @@ public boolean isActive(String id) {
151153
}
152154

153155
@GwtRpcImplements(IsSessionBusyRpcRequest.class)
156+
@GwtRpcLogging(Level.ON_EXCEPTION)
154157
public static class Backend implements GwtRpcImplementation<IsSessionBusyRpcRequest, GwtRpcResponseBoolean> {
155158
private @Autowired Tracker unitimeBusySessions;
156159

JavaSource/org/unitime/timetable/onlinesectioning/OnlineSectioningLog.java

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)