Skip to content

Commit

Permalink
Dependencies: Update
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
tomas-muller committed Dec 9, 2024
1 parent 43a4b6d commit 35fdff3
Show file tree
Hide file tree
Showing 61 changed files with 123 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="3rd_party/gwt-dev-2.11.0.jar"/>
<classpathentry kind="lib" path="3rd_party/gwt-dev-2.12.1.jar"/>
<classpathentry kind="output" path="WebContent/WEB-INF/classes"/>
</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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed 3rd_party/sources/protobuf-java-4.28.2-sources.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions JavaSource/org/unitime/timetable/backup/TableData.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions JavaSource/org/unitime/timetable/filter/BusySessions.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
import org.unitime.timetable.gwt.command.client.GwtRpcResponseBoolean;
import org.unitime.timetable.gwt.command.server.GwtRpcImplementation;
import org.unitime.timetable.gwt.command.server.GwtRpcImplements;
import org.unitime.timetable.gwt.command.server.GwtRpcLogging;
import org.unitime.timetable.gwt.command.server.GwtRpcLogging.Level;
import org.unitime.timetable.gwt.shared.MenuInterface.IsSessionBusyRpcRequest;
import org.unitime.timetable.security.SessionContext;

Expand Down Expand Up @@ -151,6 +153,7 @@ public boolean isActive(String id) {
}

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

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35fdff3

Please sign in to comment.