Skip to content

Commit

Permalink
Changed the Indexing handler from the default Indexing Handler to the…
Browse files Browse the repository at this point in the history
… API indexing handler to stop the indexing of old API revisions from happening. Changed the carbon apimgt version.
  • Loading branch information
Oshanath committed Dec 18, 2024
1 parent 17c90c5 commit 7a244f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@


<!-- This handler use to index APIs when there change in Api artifact-->
<handler class="org.wso2.carbon.registry.indexing.IndexingHandler">
<handler class="org.wso2.carbon.apimgt.impl.handlers.APIIndexingHandler">
<filter class = "org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher">
<property name="mediaType">application/vnd.wso2-api+xml</property>
</filter>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@

<!-- APIM Component Version -->

<carbon.apimgt.version>9.30.85</carbon.apimgt.version>
<carbon.apimgt.version>9.30.89</carbon.apimgt.version>

<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

Expand Down

0 comments on commit 7a244f7

Please sign in to comment.