Commit Graph

17 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 3023039f50 Refactor Maven Project Structure
- Convert client/, common/ and server/ to modules
- Add parent pom.xml
- Update templates and workflow
- Remove old documentation
2020-07-13 15:16:22 +02:00
Kai S. K. Engelbart 34337c3838 Move Envoy Common to common/ subdirectory 2020-07-13 11:42:20 +02:00
Kai S. K. Engelbart 5b568e8c43 Reworked Attachment
MessageAttachment is now called Attachment and contains its data inside
a byte array, as well as an AttachmentType.

Closes #20
2020-07-02 10:58:02 +02:00
Kai S. K. Engelbart 462b524455 Add missing Javadoc, remove unused resource folder 2020-06-08 08:39:58 +02:00
DieGurke 45e75dba41 Implemented GroupMessageStatusChangeEvent 2020-04-18 16:36:50 +02:00
Kai S. K. Engelbart cd33006aef Removed checked exception from LoginCredential constructor 2020-04-10 13:43:53 +02:00
DieGurke a3e7034713 Revised message related classes
Added GroupMessage class as subclass from Message and adjusted the
MessageBuilder
2020-03-26 18:55:48 +01:00
delvh 3b24d46886 Added groups
additionally added:
* serialVersionUID is now equal to 0L
* Renamed classes with a two-letter initialism according to convention
2020-03-24 19:06:56 +01:00
Kai S. K. Engelbart 9998234b3d Updated maven-compiler-plugin to version 3.8.1 2020-03-07 18:47:09 +01:00
delvh 5ff9253236 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
Kai S. K. Engelbart ba098d3545 Removed unnecessary instance variable from HandshakeRejectionEvent 2020-02-12 06:26:33 +01:00
Kai S. K. Engelbart e0fef6af54 Added boolean registration to LoginCredentials 2020-01-18 10:27:29 +01:00
Kai S. K. Engelbart 4a739f91d1 Added helper methods to SerializationUtils.
Also exporting sources and Javadoc on build.
2020-01-06 17:41:23 +01:00
Kai S. K. Engelbart cf05f8e1d3 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
Kai S. K. Engelbart 46e10fb1a0 Added MessageState enumeration and XJB file for message schema 2019-10-11 15:10:56 +02:00
Kai S. K. Engelbart e795a7cfe9 Updated message schema to support JAXB 2019-09-28 16:21:07 +02:00
Kai S. K. Engelbart fd9f87b60e Added message schema 2019-09-28 14:20:25 +02:00