Release Notes for Oracle Insurance Gateway Patch 3.22.2.0.7
This document contains the release notes for Oracle Insurance Gateway Patch 3.22.2.0.7.
Version compatibility: Oracle Insurance Gateway Release 3.22.2.x is only compatible with other Oracle Health Insurance applications release version 3.22.2.x unless explicitly stated otherwise. |
In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
As per the Service Description, you are obligated to request a service upgrade within 90 days of this release being generally available (GA). In line with the Oracle Cloud Services Pillar document, Section 4.2.2 End of Life, this release will be EOL in 12 months. |
Enhancements
ID | Summary | Patch |
---|---|---|
AUT-2744 |
Improved memory management The Application Health Check status 429, informs the load-balancer or client programs that no new requests should be sent anymore, when the free memory goes below the threshold limit as set by the system properties. When the memory state becomes low, lower, or critical, then depending on the state either no new background processing tasks are started, or they are rejected, or terminated. Documentation Links: |
|
OIG-2617 |
Recover timed-out ayschronous exchanges This enhancement expands the recovery feature to timed-out exchanges to support scenarios where the recovery process by starting a new exchange is not possible or undesirable. Use Case: Premium Billing Integration An exchange is timed out during financial message transformation. At this point it is not possible to start a new exchange for the same integration because OHI Policies considers the financial messages as handled and will therefore not send the same financial messages to OIG again. Instead, the time out value for the dynamic logic is increased and the timed-out exchange is recovered. Documentation Links: |
Bug Fixes
BugDB | SR | Internal | BP | Summary |
---|---|---|---|---|
35452349 |
3-33108720861 |
OIG-3148 |
BP |
Failure in enabling dynamic logic cache across the cluster nodes |
Description: |
Dynamic logic executables cache wasn’t getting enabled across cluster nodes after CMT import. |
|||
Resolution: |
Ensured to have all the prerequisites available to enable cache in other nodes |
|||
35328581 |
OIG-3093 |
BP |
The number of items in shared Eclipselink caches is maximized |
|
Description: |
The shared Eclipselink caches could grow unlimited, which resulted in memory shortage. To prevent that, the number of items in such a cache is now limited using the system properties ohi.persistence.cache.size.default and ohi.persistence.cache.{0}.size. |
|||
Resolution: |
The number of items in shared caches is now limited using the system properties ohi.persistence.cache.size.default and ohi.persistence.cache.{0}.size. |
|||
35403886 |
3-33001662451 |
OIG-3112 |
BP |
Additional logging in token retriever code |
Description: |
Logger were missing in the code where PRODA token is retrieved |
|||
Resolution: |
Added logger to code catering to PRODA token retrieval. |