Updated Architectural Decision Records (markdown)

Rsl1122 2018-10-27 19:56:21 +03:00
parent d5a5e32727
commit 91a53461d5
1 changed files with 5 additions and 1 deletions

@ -257,7 +257,7 @@ Patch system checks if the patch has been applied to the database, instead of re
Impact: More reliable database changes from version to version, allows patching after a patch fails.
### 4.5.0 (11 August 2018 - ?)
### 4.5.0 (11 August 2018 - 27 October 2018)
**Development Goal:** Remove use of `getInstance` methods
@ -265,6 +265,10 @@ Impact: More reliable database changes from version to version, allows patching
Impact: Code will be easier to maintain because class dependencies are clear. Changes revealed many points where Single Responsibility Principle is not followed, which will lead to further refactoring & easier to understand code down the line.
**Development Decision:** Move to LGPLv3 license from proprietary license
### Upcoming Goals
**Development Goal:** Split maven project into multiple modules to improve compile times and reduce artifacts back to one.
**Development Goal:** Remove usage of Bungee - Bukkit connection requirement