diff --git a/content/blog/post-00019.md b/content/blog/post-00019.md new file mode 100644 index 0000000..78f5707 --- /dev/null +++ b/content/blog/post-00019.md @@ -0,0 +1,28 @@ +--- +title: 'Strolch 2.0.9 released' +description: 'This is the first official release of the 2.x branch' +weight: -19 +date: 2023-07-18T08:11:00+02:00 +LastModifierDisplayName: "Robert von Burg" +LastModifierEmail: "eitch@eitchnet.ch" +--- + +## Strolch 2.0.9 released + +This is the first official release of the 2.x branch. + +------- + +### What's Changed +A lot has changed, but mainly the 2.x branch has the modules renamed, moved to JDK 17, Java EE 6, updated all dependencies, and we have reworked a lot under the hood: +* Major refactoring of the activity execution and controllers +* Reworked the LockHandler +* Updated to slf4j 2.x +* Added Qodana quality checker and resolved all issues: https://qodana.cloud/projects/AGgKR/reports/7x2NW +* Loads of convenience methods +* Report enhancements +* Added a supported languages REST API, to change the language on the login form +* Create SECURITY.md by @eitch in https://github.com/strolch-li/strolch/pull/27 +* Create SECURITY.md by @eitch in https://github.com/strolch-li/strolch/pull/28 + +**Full Changelog**: https://github.com/strolch-li/strolch/compare/1.8.10...2.0.9 \ No newline at end of file