Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Select
The Anypoint Connector for Object Store enables you to manipulate object stores in Mule 3 apps. This connector provides access to default in-memory, custom, and persistent object stores.
Guide: 『Object Store Connector Guide』
Reference: Object Store Connector Reference
February 11, 2020
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
Object Store now correctly releases resources after the Dispose Store operation. (CONN-4804)
None.
July 24, 2019
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
Users weren’t able to install this connector. This issue has been fixed.
None.
July 23, 2019
Note: This release was replaced with version 2.2.3 of the connector.
June 13, 2019
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
Default value functionality fixed.
None.
June 8, 2018
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
Warning: This version behaves differently than previous versions when dealing with object store references and partitions. Previously, when setting an object store reference, the partition
name parameter was ignored. It is now used, and the connector tries to create that partition and use it.
Dispose Store
operation on CloudHub - The Dispose Store operation would not work under CloudHub with Object Store v2. This has been fixed.
Partitionable stores - Previously, the partition
parameter was ignored when the user provided an Object Store reference. This was changed, and the connector will attempt to create the partition in the given Object Store instance, if it is partitionable.
_defaultUserObjectStore
in standalone runtime - It does not allow creating partitions. If you set it as an objectstore-ref
, make sure not to set a partition name.
March 2, 2018
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
ClassCastException when target property is defined - The retrieve method used to fail with a ClassCastException when a "target" property was defined and the payload sent to the connector was non-serializable. This is no longer the case.
None.
February 3, 2017
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
New operation: Dispose store: Removes an object store partition. Before, the only way to remove an object store partition was by calling the disposePartition
function of the ObjectStoreManager
inside a Java custom component.
None.
None.
June 21, 2016
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
None.
When using a persistent object store, all entries were getting deleted, in error, at shutdown and re-deployment.
None.
May 18, 2016
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
All processors are executed inside a lock, thus providing consistency and avoiding data loss or corruption when working with transactions or concurrency, for example.
Processor retrieveWithLock was removed as a consequence of the lock implementation described above.
Updated connector support category to Select.
Added user manual describing the usage of the connector.
None.
August 3, 2015
Software | Version |
---|---|
Mule |
3.6, 3.7, 3.8, 3.9 |
ObjectStore |
2013 |
Java |
7 |
Anypoint Studio |
5 and 6 |
Added two new operations: retrieveWithLock
and retrieveStore
.
Previously, the retrieve operation did not modify the payload when the target property was set. This has been fixed.
Fixed an error that caused the connector to not validate its global parameters.
None.