2025-06-25
Last updated
Last updated
This release addresses a few maintenance items and optimizations. See changelog for details.
RGS copy modules into project support jars, jaxb projects etc and recompile
[SS] Optimize jurisdiction query
[SS] RCKMS Output - Replace narrow non-breaking spaces in criteria label text with normal spaces
[CAT] Disable or hide 'Add Test Case' button when no Reporting Specification is selected
[Test Case Manager] Add support for Death criteria in criteria test cases
[DSS] Upgrade to latest Spring version (ver. 6.1)
[CAT] RS Editor - Normalize RS Name and Criteria Label text when saving
[CAT] Criteria Manager - Unable to edit on Add/Edit Predicate modal
[DSS] CVE remediation for 202506
[DSS-PFC] CVE remediation for 202506
[MTS] CVE remediation for 202506
PostgreSQL Database Change
This release requires enabling the "unaccent" extension in the PostgreSQL database. The following command must be executed, e.g. using "psql" or via the query interface, using a user account with elevated privileges (must have db create privileges)
CREATE EXTENSION unaccent WITH SCHEMA rckms;
Also note that because the extension is installed at the database level (but associated with the rckms schema), its addition may have implications to the DB refresh scripts (e.g. for onboard) if the CASCADE
option when dropping the existing schema/database is not currently being used. The extension will need to be dropped explicitly (when already present on future refreshes), OR utilize the CASCADE
option like DROP SCHEMA rckms CASCADE
.
Components that have an update in this release are notated with a highlighted background.
cat-rckms
CAT
202506.0
data-support-update-service
DSUS
30baf43
202506.0
decision-support-service
DSS
b07eaeb
202506.0
dss-preflight-container
DSS-PFC
cdbe576
202506.0
middle-tier-service
MTS
bbd8753
202506.0
opencds-update-service
OUS
6afc7ac
202506.0
rckms-reports-service
RRS
d1f4e5c
202506.0
rules-generation-service
RGS
5e2bc08
202506.0
shared-service
SS
edd3102
202506.0
ss-comparison-service
SSCS
5d0aefe
1.3.1
vmr-converter-service
VCS
f6a4357
202506.0
[RGS] CVE remediation for 202506
[VCS] CVE remediation for 202506
[CAT] Criteria Manager - Trim blank spaces from Name and Description in 'Add Criteria' modal
[CAT] Timebox eligible criteria in Timebox Duration modal appear in the list more than once
[CAT] Search fields in VS Editor and Code System Editor retain previous search values
[CAT/MTS] Reporting Specification search doesn't work with non-ascii characters
[CAT] Unable to save RS after entering a Start Date or End Date on the Details tab of the RS Editor