Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:compatibility [2018/05/30 11:39]
kopro created
devel:documentation:compatibility [2020/04/08 14:13]
fiserp [PostgreSQL]
Line 1: Line 1:
 +<- .:long-polling |  ^ .:start | Documentation ^ .:known issues | ->
 +====== Compatibility ======
  
 +===== Web browsers =====
 +
 +{{:devel:documentation:chrome_logo_png30.png?100 |}}
 +==== Google Chrome ====
 +=== Tested versions ===
 +  * Version 66.0.3359.181 (Official build) (64bit)
 +  * Version 70.0.3538.67 (Official build) (64bit)
 +  * Version 70.0.3538.102 (Official build) (64bit)
 +
 +----
 +
 +{{:devel:documentation:firefox-01.png?100 |}}
 +==== Firefox ====
 +=== Tested versions ===
 +  * Version 47.0
 +  * Version 63.0
 +
 +
 +----
 +
 +{{:devel:documentation:ie7windows.png?100 |}}
 +==== Internet Explorer ====
 +For now isn't possible use CzechIdM product with older version than 11. 
 +=== Tested versions ===
 +  * IE 11,
 +  * IE 11.345.17134.0
 +  * EDGE 42.17134.1.0
 +
 +=== Know issues ===
 +  * **Icons and fonts do not work** if your system or IE has downloading of fonts disabled (this is a security setting). You can enable it in IE or system settings (or through the AD domain GPO). See following pictures for how to do that: {{:devel:documentation:fontdisable01.png?linkonly | System settings }} or {{ :devel:documentation:fontdisable02.png?linkonly | IE settings}}. [[http://www.thewindowsclub.com/icons-fonts-missing-internet-explorer-11|Article about it]].
 + 
 +
 +----
 +
 +{{:devel:documentation:safari.png?90 |}}
 +==== Apple Safari ====
 +  * Safari 11.x
 +
 +
 +----
 +
 +===== Application servers =====
 +
 +Our product is primary developed and tested on [[http://tomcat.apache.org/|Apache Tomcat]] application server. We recommend to use this application server.
 +
 +==== Apache Tomcat ====
 +{{:devel:documentation:300px-tomcat-logo.svg.png?170 |}}
 +Apache Tomcat is currently tested on these versions:
 +  * 8.0.x
 +  * 8.5.x (recommended)
 +
 +You can download the Tomcat from [[https://tomcat.apache.org/download-80.cgi|its official webpage]].
 +
 +=== Known issues ===
 +
 +  * We don't register any issues with this application server.
 +
 +----
 +
 +==== JBoss WildfFly ====
 +
 +{{:devel:documentation:wildfly_logo_stacked_600px.png?150 |}}
 +
 +JBoss WildFly isn't currently fully tested, but main functionality works. JBoss WildFly tested versions:
 +  * 10.0.0 (Bug  with **date time format exception**.)
 +  * 11.0.0,
 +  * 12.0.0.
 +
 +You can download the application server from [[http://wildfly.org/downloads/|here]].
 +
 +=== Known issues ===
 +   * version 10.0.0 has bug with different versions of **fasterxml** library which leads to **date time format exception**. The solution is to replace JBoss' fasterxml library with a newer one. (We recomend to use fasterxml library from JBoss WildFly 12.0.0),
 +   * Loading connectors for ACC module is supported since CzechIdM 8.1.0 onwards.
 +
 +===== CzechIdM supported databases =====
 +==== PostgreSQL ====
 +{{:devel:documentation:psql.png?100 |}}
 +PostgreSQL is our first supported databases. CzechIdM application contains all required flyway scripts for run the database.
 +
 +Tested versions:
 +  * 9.6
 +  * 11
 +  * 12
 +
 +
 +=== Known issues ===
 +  * We don't register any issues with the PostgreSQL database.
 +
 +----
 +
 +==== Microsoft SQL Server ====
 +{{:devel:documentation:mssql.png?150 |}}
 +Microsoft SQL Server is second supported tabase. CzechIdM application contains all required flyway scripts for run the database. Please follow these [[tutorial:adm:mssql_database_support|instruction]] for setup CzechIdM and MsSQL.
 +
 +Tested version:
 +  * SQL Server 2017, version 14
 +
 +=== Know issues ===
 +  * Filtering by fulltext ID's doesn't work correctly. For example Events agenda and filter by ownerId and Id. On the agenda works ownerType.
 +  * Automatic roles by attribute works in MsSQL only with shorttext (String).
  • by laniko