Skip to content

Commit

Permalink
Disable management API for transaction counter
Browse files Browse the repository at this point in the history
  • Loading branch information
IsuruMaduranga committed Nov 1, 2023
1 parent 38df071 commit 645d42c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ public ManagementInternalApi() {
resourcesList.add(new ApiResourceAdapter(PREFIX_SERVER_DATA, new MetaDataResource()));
resourcesList.add(new LogFilesResource(PREFIX_LOG_FILES));

// Disabling this API as this version of transaction counter is deprecated.
// resourcesList.add(new ApiResourceAdapter(PREFIX_TRANSACTION + PATH_PARAM_TRANSACTION, new RequestCountResource()));

resourcesList.add(new ExternalVaultResource(PREFIX_EXTERNAL_VAULTS
+ PATH_PARAM_EXTERNAL_VAULT_NAME));
resourcesList.add(new ApiResourceAdapter(PREFIX_DATA_SOURCES, new DataSourceResource()));
Expand Down
3 changes: 0 additions & 3 deletions integration/mediation-tests/tests-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
<module>tests-coordination</module>
<module>tests-userstore</module>

<!-- This implementation of transaction counter is deprecated -->
<!--<module>tests-transaction</module>-->

<!--<module>tests-wso2mb</module>-->
<!--<module>tests-sap</module>-->
</modules>
Expand Down

0 comments on commit 645d42c

Please sign in to comment.