IUIE Release Notes: Version 7.0.2 (23 June 2016)
IUIE version 7.0.2 is a major release of the IUIE application with the following
updates/changes.
- [IUIE-1117] - IUIE Release - Maven changes
- [IUIE-1086] - Upgrade BIRT to version 4.5.0
- [IUIE-1088] - Integrate IUIE Webserve landing (aka Welcome page) into IE
- [IUIE-1140] - Change FROM value on "Add UserGroup" emails generated when requesting a new User Group
- [IUIE-1146] - Fix completed report email URLs to handle '&' character
- [IUIE-1170] - IUIE Login Button on Welcome Page doesn't line up correctly
- [IUIE-1176] - Setup deployment environment for PRD on escbs03
- [IUIE-1177] - Update BIRT shared report libraries in /birtReports/resources
- [IUIE-1178] - Prepare for and submit ESA deployment request
- [IUIE-1179] - Perform an artifact release of ie, iebirt, birt, and ie-common
- [IUIE-1181] - Verify rollback
Two corrections were made related to ojdbc connections:
- Utililies.getSystemConnection() had a custom way of generating a connection that had to be updated to the newer configuration.
- PublishBoundary.getDtaClsifForSqr() was closing the JDBC connection before results were read. This was corrected by placing the connection attempt in a try/catch and relocating the close to the finally block.