Skip to content

Commit df0a036

Browse files
committed
feat: deprecate support for splunk and olingo4
1 parent c2dd47e commit df0a036

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

product/src/main/resources/camel-quarkus-product-source.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,13 @@
519519
"comment": "supported since CEQ 3.20.0"
520520
},
521521
"camel-quarkus-olingo4": {
522-
"jvm": "supported",
523-
"native": "supported",
524-
"comment": "supported since CEQ 3.20.0"
522+
"jvm": "deprecated",
523+
"native": "deprecated",
524+
"redhat-camel-support":[
525+
"supported",
526+
"deprecated"
527+
],
528+
"comment": "supported since CEQ 3.20.0, deprecated since CEQ 3.33.0"
525529
},
526530
"camel-quarkus-openai": {
527531
"jvm": "supported",
@@ -541,6 +545,10 @@
541545
"camel-quarkus-opentelemetry": {
542546
"jvm": "deprecated",
543547
"native": "deprecated",
548+
"redhat-camel-support":[
549+
"supported",
550+
"deprecated"
551+
],
544552
"comment": "tp since CEQ 2.13.1, supported since CEQ 3.8.0, deprecated since CEQ 3.33.0"
545553
},
546554
"camel-quarkus-opentelemetry2": {
@@ -654,9 +662,13 @@
654662
"comment": "supported/tp since CEQ 2.2.0, supported since CEQ 2.7.1"
655663
},
656664
"camel-quarkus-splunk": {
657-
"jvm": "supported",
658-
"native": "supported",
659-
"comment": "supported since CEQ 3.2.0"
665+
"jvm": "deprecated",
666+
"native": "deprecated",
667+
"redhat-camel-support":[
668+
"supported",
669+
"deprecated"
670+
],
671+
"comment": "supported since CEQ 3.2.0, deprecated since CEQ 3.33.0"
660672
},
661673
"camel-quarkus-splunk-hec": {
662674
"jvm": "supported",

0 commit comments

Comments
 (0)