Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
December 13, 2023
This connector is now compatible with Java 17.
Software | Version |
---|---|
Mule |
4.1.1 and later |
Anypoint Studio |
7.1.1 and later |
OpenJDK |
8,11, and 17 |
April 21, 2021
Fixed a bug that caused the application to throw a generic MULE:UNKNOWN
Mule error instead of the connector specific Mule errors OS:KEY_NOT_FOUND
or OS:KEY_ALREADY_EXISTS
. (COBJCON-6)
March 22, 2021
Fixed a bug that caused the application to fail when the ObjectStore v2 rate limit was reached inside a parallel for-each. (COBJCON-5)
November 3, 2020
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)
April 13, 2020
Rely on underlying lock on store operation. (MULE-18232)
March 30, 2020
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)
January 31, 2019
Object Store operations should execute in the IO pool. (MULE-16409)
October 22, 2018
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)
May 17, 2018
Add name identifier to ObjectStoreManager injection to support CloudHub deployments. (MULE-14987)
January 27, 2018
ObjectStore connector does not work properly with MUnit tests when referencing a global. (MULE-14335)