You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
When I installed Alfresco Content Services Community 6.2 GA, the following log was output to catalina.out.
2020-01-04 22:20:47,357 WARN [heartbeat.datasender.HBDataSenderServiceBuilder] [localhost-startStop-1] Setting the Heartbeat sender cron with property 'heartbeat.sender.cronExpression' is no longer supported.
heartbeat.sender.cronExpression appears to be used in the following beans:
2020-10-09 12:16:19,061 WARN [org.alfresco.heartbeat.datasender.HBDataSenderServiceBuilder] [localhost-startStop-1] Setting the Heartbeat sender cron with property 'heartbeat.sender.cronExpression' is no longer supported.
Hi
When I installed Alfresco Content Services Community 6.2 GA, the following log was output to
catalina.out
.heartbeat.sender.cronExpression
appears to be used in the following beans:https://github.com/Alfresco/alfresco-repository/blob/76ebd2d850802268ecf072e55200f7fffcbb19ff/src/main/resources/alfresco/heartbeat/heartbeat-context.xml#L11
When I open the target source in Intellij IDEA, the following is DEPRECATED.
https://github.com/Alfresco/alfresco-repository/blob/3aa4d1bb14981bc25e8d76fb44e8a73531b63dd0/src/main/java/org/alfresco/heartbeat/HBDataSenderServiceFactory.java#L82
The text was updated successfully, but these errors were encountered: