PengZheng opened a new pull request, #757: URL: https://github.com/apache/celix/pull/757
As observed, trying to scheduling event to an inactive framework will lead to test_package failure: ``` celix/3.0.0 (test package): RUN: ./use_components_ready_check Hello world from C bundle with id 2 Bundle 1: apache_celix_components_ready_check Bundle 2: hello Goodbye world from C bundle with id 2 [2024-06-24T09:03:00] [ info] [celix_framework] [framework_start:483] Celix framework started ERROR: celix/3.0.0 (test package): Error in test() method, line 149 self.run("./use_components_ready_check", ConanException: Error 1 while executing ``` This PR fixes this by only issuing a warning instead of returning error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org