This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f164b58044ea Camel-OCSF: Removed the non-existent
web_resource_activity (singular) entry from CLASSES_TO_GENERATE (#21600)
f164b58044ea is described below
commit f164b58044ea43598792d3ce78da29f47978566d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 25 11:47:19 2026 +0100
Camel-OCSF: Removed the non-existent web_resource_activity (singular) entry
from CLASSES_TO_GENERATE (#21600)
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',