This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ocsf-add in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2be779b53361f54c91a8d326d809553e5e1a59e8 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 25 11:44:32 2026 +0100 Camel-OCSF: Removed the non-existent web_resource_activity (singular) entry from CLASSES_TO_GENERATE Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-ocsf/src/main/script/generate-ocsf-schemas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-ocsf/src/main/script/generate-ocsf-schemas.py b/components/camel-ocsf/src/main/script/generate-ocsf-schemas.py index ad1005d41517..dd3a291ee395 100644 --- a/components/camel-ocsf/src/main/script/generate-ocsf-schemas.py +++ b/components/camel-ocsf/src/main/script/generate-ocsf-schemas.py @@ -95,7 +95,6 @@ CLASSES_TO_GENERATE = [ 'scan_activity', # Application Activity (Category 6) - 'web_resource_activity', 'web_resources_activity', 'api_activity', 'datastore_activity',
