---------------------------------------------- 2.3.1 ----------------------------------------------- 2019-06-25 (BPM-3323) Printing the licence information requires an authenticated agent set in the client service. In case of the PIR, an agent is already before printing the licence information thus aborting the bootstrap. This is fixed now by only setting the agent if required and logging the agent off in case it has only been set for printing the licence information. Affected: Process Image Renderer ---------------------------------------------- 2.3.0 ----------------------------------------------- 2019-06-25 (BPM-3324) When retrieving the global registry dynamically based on URIs and using one connection communication, there may have been a deadlock preventing the retrieval of the global registry. This has been fixed now. Affected: Clients 2019-06-25 (BPM-3323) Console products will now properly display the time required for starting. Affected: Console Products 2019-06-18 (BPM-3044) Some configurations contained deprecated entries. Dumping the configuration did not use the configuration containing all entries. Affected: All (Configuration) 2019-05-23 (BPM-3322) File iteration follows symlinks again. This got lost due to switching to NIO. Affected: All (especially RuntimeRegistry) 2019-05-22 (BPM-3043) The dropins directory for extensions is now set properly for RAP. Affected: Webclient (RAP) 2019-05-21 (BPM-Fix,BPM-3098) Fixed some default values in a few distributed configuration templates. Affected: All (Configuration) 2019-05-21 (BPM-3251,BPM-3033) Fixed the pre-build suffix not being set properly in Eclipse products. Affected: Eclipse Products. 2019-05-21 (BPM-Fix,BPM-3286) File events handle null paths properly by logging them. Affected: Event Manager (File Events) 2019-05-21 (BPM-Fix,BPM-3252) Console products will print time restrictions on the licence as ISO format. Affected: Console Products ---------------------------------------------- 2.2.0 ----------------------------------------------- 2019-05-17 (BPM-3290) The logon dialogue sorts the org positions alphabetically but now also puts org positions with negative IDs at the end. Affected: Eclipse products 2019-05-17 (BPM-3275) The executable component for executable file no longer requires command line parameters Affected: Executable component for executable files (clients) 2019-05-17 (BPM-3265) The context menu of the reset activity wizard no longer throws a NullPointerException in case no node has been selected. Affected: Monitor 2019-05-17 (BPM-3235) The mailing worklist now supports %s:clusterName% and %s:serviceInstanceName% as worklist values. Affected: Worklist Manager (Server) 2019-05-17 (BPM-3240) The initial layout of the client uses more space for the right column. This only applies to the first start of the client. Affected: Client 2019-05-17 (BPM-3291) Time/dates within data elements are displayed as UTC as well as local datetime. Affected: Monitor 2019-05-17 (BPM-3286) The MarkInstanceStartEventHandler defers deletion until after the file event has been handled. Additionally, FileUDT closes the connection properly so that the file can deleted, moved or renamed. Previously there have been problems in Windows where the file handle has not been closed. The FileMarkHandler allows to replace files when renaming and moving. This can be configured, default is no replacing. Affected: Event Manager (AutomaticClient) 2019-05-17 (BPM-3252) The licence information displayed by all products and services is more complete. Affected: All 2019-05-16 (BPM-3299) Set and use ARFLOW_HOME appropriately in all batch files. Affected: Shell scripts (Console Applications) 2019-05-16 (BPM-3321) Fixed bug with database schema update of ActivityRepository from version 8 to 9 where identifiers or resources where not unique regarding id high, id low and branch. Affected: SQL Activity Repository Storage 2019-05-15 (BPM-3285) The conversion from XML to SQL process repository now works properly with the new configuration file structure in 2xx. Affected: Server (Tools) 2019-05-10 (BPM-3314) The WebForm adds JavaScript- (*.js) and CSS-files (*.css) from a resource directory (configured via activity or /de.aristaflow.form.WebForm/resources/) to the generated HTML. Affected: WebForm 2019-05-10 (BPM-3313) The WebForm provides direct JDBC access to DB2 on System i. Affected: WebForm, WebForm-Editor 2019-04-10 (BPM-3309) When converting an org policy query to SQL, the SQL no longer accumulates the complete columns but only the relevant ones. The missing columns are joined at the end. This prevents problems with comparison of CLOB columns preventing the accumulation. Affected: Org Model (Server) 2019-04-10 (BPM-3309) Adapted minimal value of sequence to Long.MIN_VALUE to prevent problems with Hibernate and Oracle. Affected: Oracle DB Access Provider (Server) 2019-04-02 (BPM-3312) The licence notification mail now contains cluster name, unique node name and local service URIs. This simplifies finding the affected server instance. Affected: Server (LicenceManager) 2019-04-02 (BPM-3301) Web Form Editor allows for window resizing properly. Affected: Web Form Designer (Process Template Editor) 2019-04-02 (BPM-3302) The PTE has an internal browser editor again. This allows for opening HTML files directly within the PTE. Affected: Process Template Editor 2019-03-12 (BPM-Fix,BPM-3276) Fixed problem where an exception lead to duplicate closing of the Netty connection. Affected: Netty communication (All) 2019-03-05 (BPM-3292) The JAX—WS execution environment is no longer working under Java 11 due to too many dependencies. It has been removed until further notice. Affected JAX-WS execution environment (Server, Clients) ---------------------------------------------- 2.1.0 ----------------------------------------------- 2019-02-27 (BPM-3221) The installer asks for a Java installation and sets this for all installed products. There is also JavaManager.exe which allows to change the JVM for all installed products later. An additional shell script allows for setting the JVM manually (especially for Linux) which applies to all console products and (only in Linux) services. Affected: Installer 2019-02-21 (BPM-2186, BPM-3276) Added a new communication service using Netty. It has the same variants as Mina. Netty is now the default communication instead of Mina. This has no problems with SSL and Java 11. Please make sure to switch to Netty in the next months. Mina will be removed in the future. Affected: All 2019-02-11 (BPM-3205) Removed library for javax.jws, JSR-181 is sufficient. Affected: All 2019-02-06 (BPM-3099) The WebForm now uses a UTC 00:00 timestamp for date values which do not have a time part. Before that change, if a user selected e. g. '17.09.2019' while using a German locale, the stored "date" was '16.09.2019 22:00 UTC' (i. e. '17.09.2019 00:00 CEST;). With the new behaviour, the result will be '17.09.2019 00:00 UTC;. This fits perfectly when e.g. storing that value into an SQL table with a DATE column, since UTC is used throughout the server. As a side effect, other parts of the UI not knowing about the date value being intended to be a date without time, will display the resulting '17.09.2019 00:00 UTC' in the corresponding locale / timezone of the user, resulting e.g. in '17.09.2019 02:00 CEST' for a German locale. Affected: WebForm 2019-01-31 (BPM-3289, BPM-3226) The overlay icons in the Activity Repository Editor have not been displayed properly, e. g. a changed ATD did not have the dirty overlay. Affected: Activity Repository Editor 2019-01-29 (BPM-2426) While an asynchronous redistribution of a SAR or a regular expression is running no more runnables redistributing the very same SAR or regular expression will be queued. This uses the new thread pool (BPM-3165). Affected: Server (WorklistManager) 2019-01-29 (BPM-2541) While an asynchronous update of a client worklist is pending no more runnables updating the very same client worklist will be queued. This uses the new thread pool (BPM-3165). Affected: Server (WorklistManager) 2019-01-29 (BPM-3165) Added a thread pool that accepts work related to specific objects but only one work at a time. This is required internally at various places, e. g. worklist manager, automatic client. Affected: All 2019-01-23 (BPM-3284) Fix problems with auto acceptance of SSL certificates together with Java 8 and newer JDKs. Affected: Server 2019-01-21 (BPM-2994) Fix shell scripts for tools (encrypt password, generate key pair) to use correct Commons Configuration library. Affected: 2019-01-17 (BPM-3277) There are constants for the pre-defined attributes in the organisational model which are the names of the corresponding columns. This includes constants for the columns of meta data. Affected: Organisational Model (All) ---------------------------------------------- 2.0.0 -----------------------------------------------