Commit Graph

15 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 1a9f9a85ab
Add Jenkinsfile
zdm/envoy/pipeline/head This commit looks good Details
2021-12-03 16:35:43 +01:00
Kai S. K. Engelbart 837ed0106f
Bumped version to v0.2-beta 2020-09-27 17:13:38 +02:00
Kai S. K. Engelbart 1a17448724 Speed up build, move compiler configuration to parent POM 2020-07-18 13:32:49 +02:00
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 462b524455 Add missing Javadoc, remove unused resource folder 2020-06-08 08:39:58 +02:00
delvh 9b413f81ff Added Junit 5 as dependency 2020-04-02 09:06:10 +02:00
delvh 0d3316be4a 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
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 09b803ed4b Renamed MessageIdGenerator to IdGenerator, added IdGeneratorRequest
Also removed src/test/resources from pom.xml.
2020-01-28 17:01:02 +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 fd9f87b60e Added message schema 2019-09-28 14:20:25 +02:00