Commit Graph

9 Commits

Author SHA1 Message Date
delvh
ffe1eb3ee1 Added Junit 5 as dependency 2020-04-02 09:06:10 +02:00
delvh
ac26e68746 deleted Contacts object, added contacts as part of Contact class
additionally:
* updated serialization method to not recurse endlessly
* refactored type of contacts from List to Set
2020-04-01 18:09:07 +02:00
ae7384c31a Updated maven-compiler-plugin to version 3.8.1 2020-03-07 18:47:09 +01:00
delvh
07e59a0d2d
Changed compiler compliance to 11, modularized all packages (#16)
* Created module- and package-info.java and changed JRE from 8 to 11

* Using JDK 11 as Build JDK and Maven build

Co-authored-by: Haramus Samsamus <kske@outlook.de>
2020-03-07 17:29:52 +01:00
40f6d41fff Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest
Also removed src/test/resources from pom.xml.
2020-01-28 17:01:02 +01:00
407a5bdbd8 Added helper methods to SerializationUtils.
Also exporting sources and Javadoc on build.
2020-01-06 17:41:23 +01:00
9dd3d9b225 Replaced sync XSD by custom objects
* Removed JAXB dependencies
* Added User, Message and TextMessage
* Changed version to 0.2-alpha in POM
2019-12-28 22:03:41 +02:00
a195ed2c7e Added MessageState enumeration and XJB file for message schema 2019-10-11 15:10:56 +02:00
4773eed28c Added message schema 2019-09-28 14:20:25 +02:00