-
Type:
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Affects Version/s: 7.0.X
-
Fix Version/s: None
-
Component/s: Core Infrastructure > Registry API
-
Labels:None
-
Fix Priority:3
This issue happened constantly on 7.0.x CI tester. It causes service-builder-jdk8 failure.
The Detail message see here.
The Error message:
Task :apps:web-experience:journal:journal-api:baseline [exec] PACKAGE_NAME DELTA CUR_VER BASE_VER REC_VER WARNINGS [exec] = ================================================== ========== ========== ========== ========== ========== [exec] * com.liferay.journal.service MAJOR 1.3.4 1.3.4 2.0.0 VERSION INCREASE REQUIRED [exec] > class com.liferay.journal.service.JournalContentSearchLocalServiceUtil [exec] + method getJournalContentSearches(int,int) [exec] + access static [exec] + return java.util.List [exec] + method getJournalContentSearchesCount() [exec] + access static [exec] + return int [exec] - method getJournalContentSearchs(int,int) [exec] - access static [exec] - return java.util.List [exec] - method getJournalContentSearchsCount() [exec] - access static [exec] - return int [exec] > class com.liferay.journal.service.JournalContentSearchLocalServiceWrapper [exec] + method getJournalContentSearches(int,int) [exec] + return java.util.List [exec] + method getJournalContentSearchesCount() [exec] + return int [exec] - method getJournalContentSearchs(int,int) [exec] - return java.util.List [exec] - method getJournalContentSearchsCount() [exec] - return int [exec] > interface com.liferay.journal.service.JournalContentSearchLocalService [exec] + method getJournalContentSearches(int,int) [exec] + access abstract [exec] + annotated com.liferay.portal.kernel.transaction.Transactional [exec] + property propagation='SUPPORTS' [exec] + property readOnly=true