Skip to content

Commit

Permalink
Avoid empty deprecateNote in component json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Nov 11, 2023
1 parent 69faba2 commit 3894572
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "AS2",
"description": "Transfer data securely and reliably using the AS2 protocol (RFC4130).",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.22.0",
"label": "file",
"javaType": "org.apache.camel.component.as2.AS2Component",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Atmosphere Websocket",
"description": "Expose WebSocket endpoints using the Atmosphere framework.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.14.0",
"label": "http,networking",
"javaType": "org.apache.camel.component.atmosphere.websocket.WebsocketComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Azure Files",
"description": "Send and receive files to Azure storage file share",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "3.22.0",
"label": "cloud,file",
"javaType": "org.apache.camel.component.file.azure.FilesComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Box",
"description": "Upload, download and manage files, folders, groups, collaborations, etc. on box.com.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.14.0",
"label": "cloud,file,api",
"javaType": "org.apache.camel.component.box.BoxComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "FTP",
"description": "Upload and download files to\/from FTP servers.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "1.1.0",
"label": "file",
"javaType": "org.apache.camel.component.file.remote.FtpComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "FTPS",
"description": "Upload and download files to\/from FTP servers supporting the FTPS protocol.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.2.0",
"label": "file",
"javaType": "org.apache.camel.component.file.remote.FtpsComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "HTTP",
"description": "Send requests to external HTTP servers using Apache HTTP Client 5.x.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.3.0",
"label": "http",
"javaType": "org.apache.camel.component.http.HttpComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "HTTPS (Secure)",
"description": "Send requests to external HTTP servers using Apache HTTP Client 5.x.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.3.0",
"label": "http",
"javaType": "org.apache.camel.component.http.HttpComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Jetty",
"description": "Expose HTTP endpoints using Jetty 11.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "1.2.0",
"label": "http",
"javaType": "org.apache.camel.component.jetty11.JettyHttpComponent11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "JMS",
"description": "Sent and receive messages to\/from a JMS Queue or Topic.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "1.0.0",
"label": "messaging",
"javaType": "org.apache.camel.component.jms.JmsComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "JOLT",
"description": "JSON to JSON transformation using JOLT.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.16.0",
"label": "transformation",
"javaType": "org.apache.camel.component.jolt.JoltComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Netty HTTP",
"description": "Netty HTTP server and client using the Netty 4.x.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.14.0",
"label": "networking,http",
"javaType": "org.apache.camel.component.netty.http.NettyHttpComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "SCP",
"description": "Copy files to\/from remote hosts using the secure copy protocol (SCP).",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.10.0",
"label": "file",
"javaType": "org.apache.camel.component.scp.ScpComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "Servlet",
"description": "Serve HTTP requests by a Servlet.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "2.0.0",
"label": "http",
"javaType": "org.apache.camel.component.servlet.ServletComponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"title": "SFTP",
"description": "Upload and download files to\/from SFTP servers.",
"deprecated": false,
"deprecationNote": "",
"firstVersion": "1.1.0",
"label": "file",
"javaType": "org.apache.camel.component.file.remote.SftpComponent",
Expand Down

0 comments on commit 3894572

Please sign in to comment.