Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
roadmap [2019/10/30 13:45]
cirkval
roadmap [2019/11/27 13:35]
svandav [10.1]
Line 3: Line 3:
  
 ===== 10.0 ===== ===== 10.0 =====
 +
 +The goals of this version:
 +
 +Fix known issues with newer versions of currently used third party libraries (e.g. ModelMapper).
 +To be up to date. Some third party libraries cannot be used with our old devstack.
 +Remove obsolete deprecated classes and methods.
 +
 +**Why is migration good for you**:
 +
 +  * Frontend localization can be changed without refresh is needed.
 +  * Script textarea contains suggestion box (thx to newer library).
 +  * Frontend performance was increased.
 +  * More than 100 vulnerabilities are removed
 +
 Technology upgrade backend and frontend.  Technology upgrade backend and frontend. 
 +
 +Backend:
 <code> <code>
 Spring Boot 1.3.8.RELEASE => 2.1.7.RELEASE Spring Boot 1.3.8.RELEASE => 2.1.7.RELEASE
Line 9: Line 25:
 Spring Security 4.0.4.RELEASE => 5.1.6.RELEASE Spring Security 4.0.4.RELEASE => 5.1.6.RELEASE
 Spring Data 1.9.5.RELEASE => 2.1.10.RELEASE Spring Data 1.9.5.RELEASE => 2.1.10.RELEASE
-Hibernate 5.3.10.Final => 5.3.10.Final+Hibernate 4.3.11.Final => 5.3.10.Final
 Spring Data Rest removed at all Spring Data Rest removed at all
 Activiti 5.22.0 => 6.0.0 Activiti 5.22.0 => 6.0.0
Line 18: Line 34:
 Swagger 2.7.0 => 2.9.2 Swagger 2.7.0 => 2.9.2
 Forest index 0.3.0 => 1.1.1 Forest index 0.3.0 => 1.1.1
 +</code>
 +
 +Frontend:
 +<code>
 +React from 15.6 to 16.9.
 +React-router from 2.3 to 5.1.
 +React-redux from 4.4 to 7.1.
 +Redux from 3.5 to 4.0.
 +Redux-immutable from 1.3 to 4.0.
 +React-ace from 3.7 to 7.0.
 +Browserify from 13.0 to 16.5.
 </code> </code>
 Planned release 11/2019 Planned release 11/2019
    
 ===== 10.1 ===== ===== 10.1 =====
-Huge simplification of user interface with focus on user experience. Planned till 01/2019+ 
 + * Differential synchronization. 
 + * Export/import configuration of roles and systems. 
 + * IdMTool for release a projects. 
 + 
 + 
 + 
 +===== 10.2 ===== 
 + 
 + Huge simplification of user interface with focus on user experience. 
 + 
 +Planned till 03/2020
  
 ===== WISH list ===== ===== WISH list =====
  • by kolombom