This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/src/main/java/envoy/server
Kai S. K. Engelbart fd1d7e5473 Resolved JPA validation errors
These were partially caused by an old Hibernate validator which has now
been replaced by the EclipseLink validator for the current JPA standard.
Another error was caused by the use of non-standard JPQL in the user
search query which has now been replaced by a standardized one.
2020-06-11 11:17:22 +02:00
..
data Resolved JPA validation errors 2020-06-11 11:17:22 +02:00
net Added debugging statement when sending an object 2020-06-11 10:44:48 +02:00
processors Fixed issue regarding the sender of a message not getting an MSCEvent 2020-06-11 10:44:49 +02:00
Startup.java Started implementing group message status handling 2020-06-11 10:44:48 +02:00
package-info.java Added database support to forward messages (#30) 2020-03-23 22:12:27 +01:00