File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/com/github/thmarx/cms/modules/search/extension Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.github.thmarx.cms.modules</groupId >
66 <artifactId >search-module</artifactId >
7- <version >1.0 .0</version >
7+ <version >1.1 .0</version >
88 <packaging >jar</packaging >
99 <properties >
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <module .id>search-module</module .id>
1212 <module .name>search module</module .name>
1313 <module .priority>NORMAL</module .priority>
1414
15- <cms .version>4.0 .0</cms .version>
15+ <cms .version>4.3 .0</cms .version>
1616 <maven .compiler.source>21</maven .compiler.source>
1717 <maven .compiler.target>21</maven .compiler.target>
1818 </properties >
Original file line number Diff line number Diff line change 2727import com .github .thmarx .cms .api .feature .features .EventBusFeature ;
2828import com .github .thmarx .cms .api .feature .features .SitePropertiesFeature ;
2929import com .github .thmarx .cms .api .module .CMSModuleContext ;
30+ import com .github .thmarx .cms .api .module .CMSRequestContext ;
3031import com .github .thmarx .cms .modules .search .SearchEngine ;
3132import com .github .thmarx .modules .api .ModuleLifeCycleExtension ;
3233import com .github .thmarx .modules .api .annotation .Extension ;
4041 */
4142@ Slf4j
4243@ Extension (ModuleLifeCycleExtension .class )
43- public class SearchLifecycleExtension extends ModuleLifeCycleExtension <CMSModuleContext > {
44+ public class SearchLifecycleExtension extends ModuleLifeCycleExtension <CMSModuleContext , CMSRequestContext > {
4445
4546 static SearchEngine searchEngine ;
4647
You can’t perform that action at this time.
0 commit comments