Object Store Connector Release Notes - Mule 4
Support Category: Select
1.2.2
December 13, 2023
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Software | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.1.1 and later |
OpenJDK |
8, 11, and 17 |
1.2.0
April 21, 2021
Fixed Issues
-
Fixed a bug that caused the application to throw a generic
MULE:UNKNOWN
Mule error instead of the connector specific Mule errorsOS:KEY_NOT_FOUND
orOS:KEY_ALREADY_EXISTS
. (COBJCON-6)
1.1.7
March 22, 2021
Fixed Issues
-
Fixed a bug that caused the application to fail when the ObjectStore v2 rate limit was reached inside a parallel for-each. (COBJCON-5)
1.1.6
November 3, 2020
Fixed Issues
-
Fixed a bug that caused two applications within the same domain couldn’t define top level object stores with the same name if the Object Store Connector dependency was declared in the domain. (MULE-18947)
1.1.5
April 13, 2020
Fixed Issues
-
Rely on underlying lock on store operation. (MULE-18232)
1.1.4
March 30, 2020
Fixed Issues
-
Fixed a race condition where ObjectStore store operation could throw ObjectAlreadyExistsException even when failIfPresent was set to false. (MULE-18232)
-
Avoid duplicated operations in order to improve performance. (MULE-16631)
1.1.3
January 31, 2019
Fixed Issues
-
Object Store operations should execute in the IO pool. (MULE-16409)
1.1.2
October 22, 2018
Fixed Issues
-
Message in exceptions references "null" as the ObjectStore name. (MULE-15285)
-
Top level ObjectStore throws NPE if used before application Start. (MULE-15210)
-
MUnit test fails with duplicated ObjectStore when running multiple suites. (MULE-15779)
1.1.1
May 17, 2018
Fixed Issues
-
Add name identifier to ObjectStoreManager injection to support CloudHub deployments. (MULE-14987)
1.1.0
January 27, 2018
Fixed Issues
-
ObjectStore connector does not work properly with MUnit tests when referencing a global. (MULE-14335)