Commit Graph

14 Commits

Author SHA1 Message Date
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
c40aab9ecb Send ContactOperationEvent to the added contact
+ Updated formatter
2020-06-11 10:44:48 +02:00
53764f1bba Configured the project to use Hibernate validation
This requires the Hibernate Tools (a part of JBoss Tools) to be
installed in Eclipse.
2020-04-09 14:15:39 +02:00
delvh
1302967fc4 Renamed classes with a two-letter initialism according to convention 2020-03-24 18:41:26 +01:00
delvh
9020598335 Added database support to forward messages (#30)
* Added server support for forwarding messages

* added newline at EOF for any file not having one at its end
2020-03-23 22:12:27 +01:00
delvh
a89f0939e8 Changed compiler compliance to 11, modularized all packages (#29)
* added package- and module-info.java, changed JRE from 8 to 11

* moved ObjectProcessor into the processors package

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 22:04:02 +01:00
c4b60dfab7 Clean-up, disabled SQL logging 2020-02-12 07:10:33 +01:00
delvh
dc6199806f Added EventProcessor and methods to handle MessageStatus changes
additionally cleaned up whole project, fixed some Javadoc errors and
added a few database and connection options.

Sorry for the huge commit, there was almost no time inbetween where a
commit would have been possible, as to solve every problem, a new
problem arose.
However, as of now, f/message_handling should be ready to be merged into
develop, besides that it could not be tested yet.
2020-01-11 18:28:48 +01:00
delvh
a58bb6716d configured JPA validation 2020-01-11 09:42:02 +01:00
0324f3a4fd LV-encoding messages, added JPA validation. 2020-01-06 17:40:19 +01:00
8f98c45d46 Adjusted comment templates. 2020-01-04 16:50:05 +02:00
delvh
b83ef8b4ef Updated Javadoc 2020-01-03 16:21:35 +01:00
e13438eefd Added basic lifecycle with object reading capabilities
* Added java-nio-server dependency
* Added ObjectMessageReader and ObjectMessageProcessor
* Added Startup class starting a Server instance
2019-12-28 15:48:39 +02:00
91b2d91af3 Added Maven project 2019-12-23 21:31:51 +01:00