[camel] branch regen_bot updated (882d4c4 -> 9bb2de8)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. omit 882d4c4 Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d add 9bb2de8 Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d (#6326) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (882d4c4) \ N -- N -- N refs/heads/regen_bot (9bb2de8) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes:
[GitHub] [camel-spring-boot] oscerd merged pull request #396: [Github Actions] Periodic Sync Camel Spring Boot Main Branch
oscerd merged pull request #396: URL: https://github.com/apache/camel-spring-boot/pull/396 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] branch main updated: [create-pull-request] automated change
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-spring-boot.git The following commit(s) were added to refs/heads/main by this push: new 216a620 [create-pull-request] automated change 216a620 is described below commit 216a620a694a4c63c7da3df700292e4a80df7b5e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 23 00:58:03 2021 + [create-pull-request] automated change --- .../camel/springboot/catalog/components/mllp.json | 33 +++--- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json index eb19e43..684fbc5 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mllp.json @@ -33,29 +33,30 @@ "hostname": { "kind": "path", "displayName": "Hostname", "group": "common", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Hostname or IP for connection for the TCP connection. The default value is null, which means any local IP address" }, "port": { "kind": "path", "displayName": "Port", "group": "common", "label": "", "required": true, "type": "integer", "javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Port number for the TCP connection" }, "autoAck": { "kind": "parameter", "displayName": "Auto Ack", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only" }, +"charsetName": { "kind": "parameter", "displayName": "Charset Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Set the CamelCharsetName property on the exchange" }, "hl7Headers": { "kind": "parameter", "displayName": "Hl7 Headers", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only" }, "requireEndOfData": { "kind": "parameter", "displayName": "Require End Of Data", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable strict compliance to the MLLP standard. The MLLP standard specifies START_OF_BLOCKhl7 pa [...] "stringPayload": { "kind": "parameter", "displayName": "String Payload", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable converting the payload to a String. If enabled, HL7 Payloads received from external systems will [...] "validatePayload": { "kind": "parameter", "displayName": "Validate Payload", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the validation of HL7 Payloads If enabled, HL7 Payloads received from external systems will [...] +"acceptTimeout": { "kind": "parameter", "displayName": "Accept Timeout", "group": "consumer", "label": "advanced,consumer", "required": false, "type": "integer", "javaType": "int", "depreca
[GitHub] [camel-website] zregvart merged pull request #650: [CAMEL-13704] Add pull request template
zregvart merged pull request #650: URL: https://github.com/apache/camel-website/pull/650 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-website] branch main updated: [CAMEL-13704] Add pull request template
This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/main by this push: new bfb4013 [CAMEL-13704] Add pull request template bfb4013 is described below commit bfb40133b3444ff7be4b334b1838c6c45458b844 Author: manaswinidas AuthorDate: Sat Oct 23 11:00:20 2021 +0530 [CAMEL-13704] Add pull request template --- .github/pull_request_template.md | 7 +++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000..bb755de --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ + - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. + JIRA issue: + - [ ] Each commit in the pull request should have a meaningful subject line and body. + - [ ] Format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue. + - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. + - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). + - [ ] Make sure you read the [Contributing guidelines in README](https://github.com/apache/camel-website#readme) \ No newline at end of file
[GitHub] [camel-website] zregvart commented on pull request #650: [CAMEL-13704] Add pull request template
zregvart commented on pull request #650: URL: https://github.com/apache/camel-website/pull/650#issuecomment-950092417 Thank you -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-website] davsclaus closed issue #632: Remove outdated sub project versions in the documentation
davsclaus closed issue #632: URL: https://github.com/apache/camel-website/issues/632 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-website] davsclaus closed pull request #633: Remove outdated sub project versions in the documentation
davsclaus closed pull request #633: URL: https://github.com/apache/camel-website/pull/633 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch main updated: Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d (#6326)
This is an automated email from the ASF dual-hosted git repository. davsclaus 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 9bb2de8 Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d (#6326) 9bb2de8 is described below commit 9bb2de82b9e45b75a67f558060b62e6a26f0f2f2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 23 07:37:01 2021 +0200 Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d (#6326) Signed-off-by: GitHub Co-authored-by: jeremyross --- .../org/apache/camel/catalog/components/mllp.json | 32 +++--- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mllp.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mllp.json index 7018b95..d202a60 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mllp.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mllp.json @@ -33,30 +33,30 @@ "hostname": { "kind": "path", "displayName": "Hostname", "group": "common", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Hostname or IP for connection for the TCP connection. The default value is null, which means any local IP address" }, "port": { "kind": "path", "displayName": "Port", "group": "common", "label": "", "required": true, "type": "integer", "javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Port number for the TCP connection" }, "autoAck": { "kind": "parameter", "displayName": "Auto Ack", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the automatic generation of a MLLP Acknowledgement MLLP Consumers only" }, +"charsetName": { "kind": "parameter", "displayName": "Charset Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Set the CamelCharsetName property on the exchange" }, "hl7Headers": { "kind": "parameter", "displayName": "Hl7 Headers", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the automatic generation of message headers from the HL7 Message MLLP Consumers only" }, "requireEndOfData": { "kind": "parameter", "displayName": "Require End Of Data", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable strict compliance to the MLLP standard. The MLLP standard specifies START_OF_BLOCKhl7 pa [...] "stringPayload": { "kind": "parameter", "displayName": "String Payload", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable converting the payload to a String. If enabled, HL7 Payloads received from external systems will [...] "validatePayload": { "kind": "parameter", "displayName": "Validate Payload", "group": "common", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.mllp.MllpConfiguration", "configurationField": "configuration", "description": "Enable\/Disable the validation of HL7 Payloads If enabled, HL7 Payloads received from external systems will [...] +"acceptTimeout": { "kind": "parameter", "displayName": "Accept Timeout", "group": "consumer", "label": "advanced,consumer", "required": false, "type": "integer", "javaType": "int", "
[GitHub] [camel] davsclaus merged pull request #6326: Generated sources regen
davsclaus merged pull request #6326: URL: https://github.com/apache/camel/pull/6326 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-website] manaswinidas opened a new pull request #650: [CAMEL-13704] Add pull request template
manaswinidas opened a new pull request #650: URL: https://github.com/apache/camel-website/pull/650 JIRA issue: https://issues.apache.org/jira/browse/CAMEL-13704 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-quarkus] branch main updated: Updated CHANGELOG.md
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git The following commit(s) were added to refs/heads/main by this push: new 1dc2f7a Updated CHANGELOG.md 1dc2f7a is described below commit 1dc2f7a5258793d91d0485baf04cddb17f99495f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 23 03:11:12 2021 + Updated CHANGELOG.md --- CHANGELOG.md | 212 +++ 1 file changed, 112 insertions(+), 100 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19671ec..8f393ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,51 +2,21 @@ ## [Unreleased](https://github.com/apache/camel-quarkus/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.3.0...HEAD) - -**Fixed bugs:** - -- gRPC producers with TLS enabled do not work [\#2966](https://github.com/apache/camel-quarkus/issues/2966) - -**Closed issues:** - -- doc: rephrase the section about charsets in native mode [\#3219](https://github.com/apache/camel-quarkus/issues/3219) -- `ShiroProcessor` is missing reflective class configuration for `commons-beanutils` converters [\#3208](https://github.com/apache/camel-quarkus/issues/3208) -- Test AWS Kinesis with Quarkus client [\#3200](https://github.com/apache/camel-quarkus/issues/3200) -- Error: @antora/user-require-helper tried to access {requires} [\#3184](https://github.com/apache/camel-quarkus/issues/3184) -- AWS Aws2DdbQuarkusClientTest fails with real AWS [\#3174](https://github.com/apache/camel-quarkus/issues/3174) -- \[Quarkus 2.4.0\] Messaging tests fail with ambiguous dependencies for `org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme` [\#3173](https://github.com/apache/camel-quarkus/issues/3173) -- io.quarkus.deployment.builditem.CapabilityBuildItem\(name\) is deprecated [\#3172](https://github.com/apache/camel-quarkus/issues/3172) -- OpenAPI Java integration tests fail with Camel 3.13.0-SNAPSHOT [\#3171](https://github.com/apache/camel-quarkus/issues/3171) -- Test AWS S3 encryption using KMS [\#3169](https://github.com/apache/camel-quarkus/issues/3169) -- AWS S3 tests should delete all buckets they create [\#3167](https://github.com/apache/camel-quarkus/issues/3167) -- Aws2S3Test could fail with real AWS S3 service caused by bucket name conflicts [\#3163](https://github.com/apache/camel-quarkus/issues/3163) -- Split package usage warning with camel-quarkus [\#3159](https://github.com/apache/camel-quarkus/issues/3159) -- URL to the Kafka brokers must be configured with the brokers option in native mode [\#3157](https://github.com/apache/camel-quarkus/issues/3157) -- QuarkusKafkaClientFactoryDisabledViaPropertiesTest is broken [\#3154](https://github.com/apache/camel-quarkus/issues/3154) -- Unify package names for the for the test in camel-quarkus-examples [\#3152](https://github.com/apache/camel-quarkus/issues/3152) -- Register camel \<--\> CDI event bridges only when observers for the events are detected [\#3149](https://github.com/apache/camel-quarkus/issues/3149) -- Docs xref check failures [\#3143](https://github.com/apache/camel-quarkus/issues/3143) -- Google-Storage Extension: Cannot set serviceAccountKey because of Quarkiverse extension [\#3131](https://github.com/apache/camel-quarkus/issues/3131) -- \[Quarkus 2.4.0\] AWT packages forced to be runtime initialized [\#3130](https://github.com/apache/camel-quarkus/issues/3130) -- \[Camel 3.12\] enable autoCreate CI integration tests [\#3097](https://github.com/apache/camel-quarkus/issues/3097) -- \[Camel 3.11.2, 3.12.0\] Consider usage of `IgnoreSplitPackageBuildItem` [\#2997](https://github.com/apache/camel-quarkus/issues/2997) -- \[Camel 3.12\] Subclasses of ServiceCallConfiguration should not need to be registered for reflection [\#2955](https://github.com/apache/camel-quarkus/issues/2955) -- \[Camel 3.12\] UnmarshalTypeName should be renamed to unmarshalType [\#2874](https://github.com/apache/camel-quarkus/issues/2874) -- \[camel 3.12\] core: camel.threadpools.config\[\*\] properties should not need reflection anymore [\#2828](https://github.com/apache/camel-quarkus/issues/2828) -- Expand AWS Lambda test coverage [\#2749](https://github.com/apache/camel-quarkus/issues/2749) -- DigitalOcean native support [\#1594](https://github.com/apache/camel-quarkus/issues/1594) +[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.4.0...HEAD) **Merged pull requests:** - Upgrade Quarkus Qpid JMS to 0.29.0 [\#3221](https://github.com/apache/camel-quarkus/pull/3221) ([jamesnetherton](https://github.com/jamesnetherton)) - doc: rephrase the section about charsets in native mode to remove lin… [\#3220](https://github.com/apache/camel-quarkus/pull/3220) ([aldettinger](https://github.com/aldettinger)) +- Fix \#3206
[camel-k] branch main updated: Updated CHANGELOG.md
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new b44fa14 Updated CHANGELOG.md b44fa14 is described below commit b44fa141ade3c855d8a0fcb24b0754fa44959120 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 23 03:09:33 2021 + Updated CHANGELOG.md --- CHANGELOG.md | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894df9a..03c779a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - kamel install: cannot find k8s-certificates [\#2702](https://github.com/apache/camel-k/issues/2702) - Stale bot action failing [\#2698](https://github.com/apache/camel-k/issues/2698) - panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration [\#2697](https://github.com/apache/camel-k/issues/2697) +- Enable secondary integration platforms [\#2687](https://github.com/apache/camel-k/issues/2687) - Error: Object 'Kind' is missing in 'null' [\#2674](https://github.com/apache/camel-k/issues/2674) - Provide automatic PR creation to update "peripheral" go dependencies [\#2663](https://github.com/apache/camel-k/issues/2663) - Alow fixed custom labels in any pod [\#2642](https://github.com/apache/camel-k/issues/2642) @@ -22,9 +23,12 @@ - Should we move to go 1.16 / 1.17 ? [\#2579](https://github.com/apache/camel-k/issues/2579) - Read certificates from secrets to setup TLS config for route trait [\#2574](https://github.com/apache/camel-k/issues/2574) - kamel bind does not support --connect for ServiceBinding [\#2566](https://github.com/apache/camel-k/issues/2566) +- Investigate Camel K deployment on k3d [\#2518](https://github.com/apache/camel-k/issues/2518) - Issue when trying to configure env vars with annotations [\#2512](https://github.com/apache/camel-k/issues/2512) - kamel cli output redirection doesn't work for some commands [\#2495](https://github.com/apache/camel-k/issues/2495) +- Cron Trait - Should use max idle seconds to auto terminate instead of max messages [\#2439](https://github.com/apache/camel-k/issues/2439) - install: optional registry [\#2358](https://github.com/apache/camel-k/issues/2358) +- kamelet binding: make it possible to use normalized name [\#2296](https://github.com/apache/camel-k/issues/2296) - \[Doc\] Add documentation for architecture [\#2273](https://github.com/apache/camel-k/issues/2273) - Provide kustomize installation configuration for install of camel-k [\#1979](https://github.com/apache/camel-k/issues/1979) - operator: option to limit CRs the operator should handle [\#1943](https://github.com/apache/camel-k/issues/1943) @@ -34,12 +38,15 @@ **Merged pull requests:** +- fix refs to camel-quarkus docs to point to latest released version [\#2708](https://github.com/apache/camel-k/pull/2708) ([djencks](https://github.com/djencks)) - fix\(ci\): proper action/staleV3 configuration [\#2707](https://github.com/apache/camel-k/pull/2707) ([squakez](https://github.com/squakez)) +- chore\(dev\): add .editorconfig [\#2705](https://github.com/apache/camel-k/pull/2705) ([tadayosi](https://github.com/tadayosi)) - fix: Avoid operator panic when Quarkus fast-jar directory is empty [\#2704](https://github.com/apache/camel-k/pull/2704) ([astefanutti](https://github.com/astefanutti)) - fix: Use a single operator and CLI client globally [\#2703](https://github.com/apache/camel-k/pull/2703) ([astefanutti](https://github.com/astefanutti)) - fix\(script\): goldflag with empty space [\#2701](https://github.com/apache/camel-k/pull/2701) ([squakez](https://github.com/squakez)) - CI test dump improvements [\#2700](https://github.com/apache/camel-k/pull/2700) ([tadayosi](https://github.com/tadayosi)) - fix\(ci\): broken stale action [\#2699](https://github.com/apache/camel-k/pull/2699) ([squakez](https://github.com/squakez)) +- Fix \#2687: Allow multiple integration platforms in the same namespace [\#2695](https://github.com/apache/camel-k/pull/2695) ([nicolaferraro](https://github.com/nicolaferraro)) - chore\(runtime\): update to Camel K Runtime 1.10.0-SNAPSHOT [\#2694](https://github.com/apache/camel-k/pull/2694) ([tadayosi](https://github.com/tadayosi)) - chore: Bypass cache round-trips to reconcile integration status [\#2692](https://github.com/apache/camel-k/pull/2692) ([astefanutti](https://github.com/astefanutti)) - fix: Integration readiness status should account for updated replicas [\#2691](https://github.com/apache/camel-k/pull/2691) ([astefanutti](https://github.com/astefanutti))
[GitHub] [camel-quarkus] github-actions[bot] commented on issue #2926: [CI] - Quarkus Main Branch Build Failure
github-actions[bot] commented on issue #2926: URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-950042138 The [quarkus-main](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch build has failed: * Build ID: 1374494425-548-50d598eb-2abd-4434-acc2-790fcf5301c3 * Camel Quarkus Commit: 0dd0f25f248b1b552a27eef74ade8c168612b30f * Quarkus Main Commit: Unknown * Link to build: https://github.com/apache/camel-quarkus/actions/runs/1374494425 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-spring-boot] github-actions[bot] opened a new pull request #396: [Github Actions] Periodic Sync Camel Spring Boot Main Branch
github-actions[bot] opened a new pull request #396: URL: https://github.com/apache/camel-spring-boot/pull/396 Periodic Sync of Camel Spring Boot Main Branch with main Camel Main. see https://github.com/apache/camel-spring-boot/blob/main/.github/workflows/automatic-sync-main.yml -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] branch automatic-periodic-sync updated (befa4d2 -> a871e0d)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. omit befa4d2 [create-pull-request] automated change add cbba727 [create-pull-request] automated change add df337b7 Regen add 334f75a CAMEL-16934: camel-swagger-java and camel-openapi-java - Removed support for rendering API DOCs from other CamelContext discovered in the same JVM via JMX. add 84faea6 CAMEL-16934: camel-swagger-java and camel-openapi-java - Removed support for rendering API DOCs from other CamelContext discovered in the same JVM via JMX. add faa6a30 Regen add a7c2607 Upgrade the spring-boot integration tests module to use JUnit5. (#395) add e72334f update index/jsonpath syntax add 07ff16e remove empty *-common.json files and stop generating them add 37f8bc7 generated changes add 086b3c4 cause Antora error on unused starter json file add 417a99d stop generating unused README.adoc add a871e0d [create-pull-request] automated change This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (befa4d2) \ N -- N -- N refs/heads/automatic-periodic-sync (a871e0d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../springboot/catalog/components/hwcloud-obs.json | 1 + .../camel/springboot/catalog/components/mllp.json | 33 +- .../springboot/catalog/components/rest-api.json| 3 +- components-starter/README.adoc | 907 - .../camel-core-starter/src/main/docs/core.json | 30 +- .../RestConfigurationDefinitionProperties.java | 6 + .../camel-debezium-common-starter/pom.xml | 49 -- .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../src/main/resources/META-INF/spring.factories | 11 - .../camel-http-common-starter/pom.xml | 49 -- .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - components-starter/camel-hystrix-starter/pom.xml | 6 + .../src/test/resources/application.properties | 2 +- .../camel-jetty-common-starter/pom.xml | 49 -- .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - components-starter/pom.xml | 3 - .../modules/spring-boot/examples/json/core.json| 30 +- .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../modules/spring-boot/examples/json/jsonApi.json | 41 - .../modules/spring-boot/partials/starter.adoc | 2 +- docs/pom.xml | 1 - docs/spring-boot/modules/ROOT/pages/_list-old.adoc | 907 - docs/spring-boot/modules/ROOT/pages/list.adoc | 77 +- pom.xml| 2 +- tests/camel-itest-spring-boot/pom.xml | 43 +- .../camel/itest/springboot/ITestApplication.java | 43 +- .../camel/itest/springboot/ITestConfigBuilder.java | 5 + .../springboot/command/AbstractTestCommand.java| 16 +- .../springboot/command/ComponentTestCommand.java | 4 +- .../springboot/command/DataFormatTestCommand.java | 4 +- .../springboot/command/LanguageTestCommand.java| 4 +- .../itest/springboot/command/UnitTestCommand.java | 191 +++-- .../itest/springboot/command/UnitTestResult.java | 14 +- .../springboot/AbstractSpringBootTestSupport.java | 4 +- .../camel/itest/springboot/CamelActivemqTest.java | 8 +- .../camel/itest/springboot/CamelAhcTest.java | 9 +- .../camel/itest/springboot/CamelAhcWsTest.java | 8 +- .../camel/itest/springboot/CamelAmqpTest.java | 8 +- .../camel/itest/springboot/CamelAny23Test.java | 8 +-
[GitHub] [camel-k] github-actions[bot] commented on issue #2153: Extend config docs to reflect all possibilities coming from camel
github-actions[bot] commented on issue #2153: URL: https://github.com/apache/camel-k/issues/2153#issuecomment-950022420 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions! -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k] github-actions[bot] commented on issue #2167: Use environment independent `operator-sdk` CLI version
github-actions[bot] commented on issue #2167: URL: https://github.com/apache/camel-k/issues/2167#issuecomment-950022407 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions! -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k] github-actions[bot] commented on issue #2172: Refactoring dump function
github-actions[bot] commented on issue #2172: URL: https://github.com/apache/camel-k/issues/2172#issuecomment-950022389 This issue has been automatically marked as stale due to 90 days of inactivity. It will be closed if no further activity occurs within 15 days. If you think that’s incorrect or the issue should never stale, please simply write any comment. Thanks for your contributions! -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch regen_bot updated (da7be0e -> 882d4c4)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. discard da7be0e Regen for commit 96488ad31eaf1a889f2bf7845976261d5845760c add 8f441dc Bindy: Lower log severity for unmapped fields add 882d4c4 Regen for commit 8f441dc6928aa46a2718534cce455d4a6936769d This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (da7be0e) \ N -- N -- N refs/heads/regen_bot (882d4c4) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[camel] branch main updated: Bindy: Lower log severity for unmapped fields
This is an automated email from the ASF dual-hosted git repository. jeremyross 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 8f441dc Bindy: Lower log severity for unmapped fields 8f441dc is described below commit 8f441dc6928aa46a2718534cce455d4a6936769d Author: Jeremy Ross AuthorDate: Fri Oct 22 14:08:42 2021 -0500 Bindy: Lower log severity for unmapped fields Considering the user must explicitly allow skipped fields with the skipField option, this should not log at info. Changing to debug. --- .../main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java index 0c050d8..2403b7e 100644 --- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java +++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java @@ -160,7 +160,7 @@ public class BindyCsvFactory extends BindyAbstractFactory implements BindyFactor } if (annotatedFields.size() < maxpos) { -LOG.info("Potentially incomplete model: some csv fields may not be mapped to @DataField members"); +LOG.debug("Potentially incomplete model: some csv fields may not be mapped to @DataField members"); } }
[GitHub] [camel-website] github-actions[bot] commented on pull request #648: Please review and don't merge - Update indexer
github-actions[bot] commented on pull request #648: URL: https://github.com/apache/camel-website/pull/648#issuecomment-949883108 🚀 Preview is available at https://pr-648--camel.netlify.app -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-website] djencks merged pull request #648: Please review and don't merge - Update indexer
djencks merged pull request #648: URL: https://github.com/apache/camel-website/pull/648 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-website] branch main updated: update package.json with new extension versions, update util
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git The following commit(s) were added to refs/heads/main by this push: new e7b3fb4 update package.json with new extension versions, update util e7b3fb4 is described below commit e7b3fb47118419502a08d8aff53e45e63fe1c259 Author: David Jencks AuthorDate: Sat Oct 2 16:37:14 2021 -0700 update package.json with new extension versions, update util add comment about sb-statistics attribute add and use camel-quarkus 2.3.x: dont add camel-k 1.6.x with a comment on why --- antora-playbook.yml | 16 package.json | 4 ++-- util/jsonpath-util.js | 42 -- 3 files changed, 42 insertions(+), 20 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 82c560e..6b451c2 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -36,6 +36,8 @@ content: - url: https://github.com/apache/camel-k.git branches: - main +#Release-1.6.x does not work because there is no corresponding camel-k-runtime version for languages. +#- release-1.6.x - release-1.4.x start_path: docs @@ -50,11 +52,13 @@ content: - url: https://github.com/apache/camel-quarkus.git branches: - main -- release/2.0.0 +- 2.3.x +#- 2.2.x +#- release/2.0.0 start_path: docs - url: https://github.com/apache/camel-quarkus-examples.git - branches: HEAD + branches: main start_path: docs - url: https://github.com/apache/camel-kafka-connector.git @@ -94,11 +98,12 @@ output: asciidoc: attributes: requires@: "'util=util/jsonpath-util.js'" - #sb-statistics: on +#uncomment sb-statistics to see more info on camel spring boot list page such as non-spring-boot components. +#This also tests the output of unused camel-spring-boot json detection and fails the Antora build with errors. +#sb-statistics: on extensions: - ./extensions/table.js - ./extensions/inline-styles.js -- "@djencks/asciidoctor-antora-indexer" runtime: log: @@ -108,3 +113,6 @@ runtime: pipeline: extensions: - require: '@djencks/asciidoctor-jsonpath' +# trace: true +- require: '@djencks/asciidoctor-antora-indexer' +# trace: true diff --git a/package.json b/package.json index a5f75f7..f5d979b 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "@antora/cli": "^3.0.0-alpha.9", "@antora/site-generator-default": "^3.0.0-alpha.9", "@deadlinks/cargo-deadlinks": "github-release:deadlinks/cargo-deadlinks:0.8.0/deadlinks-linux", -"@djencks/asciidoctor-antora-indexer": "^0.0.7", -"@djencks/asciidoctor-jsonpath": "^0.0.4", +"@djencks/asciidoctor-antora-indexer": "^0.1.0-alpha.1", +"@djencks/asciidoctor-jsonpath": "^0.1.0-alpha.1", "@oclif/errors": "^1.3.4", "antora-ui-camel": "workspace:antora-ui-camel", "del": "^6.0.0", diff --git a/util/jsonpath-util.js b/util/jsonpath-util.js index c428408..df51c70 100644 --- a/util/jsonpath-util.js +++ b/util/jsonpath-util.js @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +const RESOURCEID_RX = /[^$]*\$json\/(.*)\.json/ + module.exports = { alias: (name, aliases) => { for (expr of (aliases || '').split(',')) { @@ -30,24 +49,15 @@ module.exports = { } }, - description2: (value) => { -try { - return module.exports.strong(value, 'Autowired') -+ module.exports.strong(value, 'Required') -+ module.exports.strong(value, 'Deprecated') -+ (value.description ? module.exports.escapeAttributes(value.description) + (value.description.endsWith('.') ? '' : '') : '') -+ (value.deprecatedNote ? `\n\nNOTE: ${value.deprecatedNote}` : '') -+ (value.enum ? `${['\n\nEnum values:\n'].concat(value.enum).join('\n* ')}` : '') -} catch (e) { - console.log('error', e) - return e.msg() -} - }, - escapeAttributes: (text) => { return text ? text.split('{').join('\\{') : text }, +
[camel] branch regen_bot updated (f1e7574 -> da7be0e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git. discard f1e7574 Regen for commit b9c3deb75424aa1a71abdd257a0ab41794fc165b add 96488ad point to current version, not latest from eip docs add da7be0e Regen for commit 96488ad31eaf1a889f2bf7845976261d5845760c This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (f1e7574) \ N -- N -- N refs/heads/regen_bot (da7be0e) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../src/main/docs/avro-component.adoc | 2 +- .../camel-aws/src/main/docs/aws-summary.adoc | 2 +- .../camel-azure/src/main/docs/azure-summary.adoc | 2 +- .../src/main/docs/debezium-summary.adoc| 2 +- .../camel-google/src/main/docs/google-summary.adoc | 2 +- .../src/main/docs/hazelcast-summary.adoc | 2 +- .../src/main/docs/hwcloud-summary.adoc | 2 +- .../camel-ignite/src/main/docs/ignite-summary.adoc | 2 +- .../src/main/docs/jsonApi-dataformat.adoc | 2 +- .../src/main/docs/kubernetes-summary.adoc | 2 +- .../src/main/docs/openstack-summary.adoc | 2 +- .../src/main/docs/paho-mqtt5-component.adoc| 2 +- .../camel-spring/src/main/docs/spring-summary.adoc | 2 +- core/camel-core-engine/src/main/docs/antora.yml| 4 --- .../docs/modules/eips/pages/aggregate-eip.adoc | 26 +++--- .../src/main/docs/modules/eips/pages/bean-eip.adoc | 8 ++--- .../docs/modules/eips/pages/channel-adapter.adoc | 4 +-- .../main/docs/modules/eips/pages/choice-eip.adoc | 6 ++-- .../modules/eips/pages/competing-consumers.adoc| 4 +-- .../docs/modules/eips/pages/content-enricher.adoc | 14 .../modules/eips/pages/content-filter-eip.adoc | 8 ++--- .../modules/eips/pages/correlation-identifier.adoc | 14 .../modules/eips/pages/dead-letter-channel.adoc| 26 +++--- .../main/docs/modules/eips/pages/delay-eip.adoc| 6 ++-- .../modules/eips/pages/durable-subscriber.adoc | 4 +-- .../docs/modules/eips/pages/dynamicRouter-eip.adoc | 6 ++-- .../main/docs/modules/eips/pages/enrich-eip.adoc | 4 +-- .../pages/enterprise-integration-patterns.adoc | 2 +- .../docs/modules/eips/pages/event-message.adoc | 28 +++ .../eips/pages/eventDrivenConsumer-eip.adoc| 2 +- .../modules/eips/pages/fault-tolerance-eip.adoc| 2 +- .../main/docs/modules/eips/pages/filter-eip.adoc | 6 ++-- .../src/main/docs/modules/eips/pages/from-eip.adoc | 4 +-- .../modules/eips/pages/guaranteed-delivery.adoc| 14 .../modules/eips/pages/idempotentConsumer-eip.adoc | 40 +++--- .../main/docs/modules/eips/pages/intercept.adoc| 24 ++--- .../main/docs/modules/eips/pages/kamelet-eip.adoc | 6 ++-- .../docs/modules/eips/pages/loadBalance-eip.adoc | 2 +- .../src/main/docs/modules/eips/pages/log-eip.adoc | 18 +- .../src/main/docs/modules/eips/pages/loop-eip.adoc | 4 +-- .../main/docs/modules/eips/pages/marshal-eip.adoc | 6 ++-- .../docs/modules/eips/pages/message-broker.adoc| 6 ++-- .../main/docs/modules/eips/pages/message-bus.adoc | 2 +- .../docs/modules/eips/pages/message-channel.adoc | 2 +- .../modules/eips/pages/message-dispatcher.adoc | 2 +- .../docs/modules/eips/pages/message-endpoint.adoc | 10 +++--- .../modules/eips/pages/message-expiration.adoc | 2 +- .../docs/modules/eips/pages/message-history.adoc | 6 ++-- .../docs/modules/eips/pages/message-router.adoc| 2 +- .../modules/eips/pages/message-translator.adoc | 14 .../src/main/docs/modules/eips/pages/message.adoc | 2 +- .../docs/modules/eips/pages/messaging-bridge.adoc | 6 ++-- .../docs/modules/eips/pages/messaging-gateway.adoc | 4 +-- .../docs/modules/eips/pages/messaging-mapper.adoc | 4 +-- .../docs/modules/eips/pages/multicast-eip.adoc | 6 ++-- .../main/docs/modules/eips/pages/normalizer.adoc | 4 +-- .../main/docs/modules/eips/pages/pipeline-eip.adoc | 4 +-- .../modules/eips/pages/point-to-point-channel.adoc | 12 +++ .../docs/modules/eips/pages/pollEnrich-eip.adoc| 8 ++--- .../docs/modules/eips/pages/polling-consumer.adoc | 6 ++-- .../main/docs/modules/eips/pages/process-eip.adoc | 6 ++-- .../eips/pages/publish-
[camel] branch camel-2.x updated: update to new indexer and jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new 2277d23 update to new indexer and jsonpath syntax 2277d23 is described below commit 2277d23f4f14f5a873b68119892508e1e7957c9d Author: David Jencks AuthorDate: Thu Sep 30 21:31:56 2021 -0700 update to new indexer and jsonpath syntax --- .../camel-micrometer/src/main/docs/micrometer-component.adoc | 3 ++- docs/components/modules/ROOT/pages/index.adoc| 9 - docs/components/modules/ROOT/pages/micrometer-component.adoc | 4 ++-- docs/components/modules/dataformats/pages/index.adoc | 6 ++ docs/components/modules/languages/pages/index.adoc | 6 ++ docs/components/modules/others/pages/index.adoc | 6 ++ 6 files changed, 14 insertions(+), 20 deletions(-) diff --git a/components/camel-micrometer/src/main/docs/micrometer-component.adoc b/components/camel-micrometer/src/main/docs/micrometer-component.adoc index 3857834..4d79edd 100644 --- a/components/camel-micrometer/src/main/docs/micrometer-component.adoc +++ b/components/camel-micrometer/src/main/docs/micrometer-component.adoc @@ -231,7 +231,8 @@ All Metrics specific headers are removed from the message once the Micrometer en Micrometer endpoint will catch all exceptions and write log entry using level `warn`. -== [[MicrometerComponent-counter]]Counter +[#MicrometerComponent-counter] +== Counter [source] diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 677712d..5030816 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -12,24 +12,23 @@ Below is the list of components that are provided by Apache Camel. Below is the list of core components that are provided by Apache Camel. -Number of Core Components: indexCount:[attributes=core] in indexUniqueCount:[attributes=core,unique=artifactid] JAR artifacts (indexCount:[attributes="core,deprecated"] deprecated) +Number of Core Components: indexCount:[attributes=core] in indexformatCount:[attributes=core,format=artifactid] JAR artifacts (indexCount:[attributes="core,deprecated"] deprecated) [{index-table-format}] |=== | Component | Artifact | Status | Since | Description |=== -indexTable::[attributes=core,cells="$xref,artifactid,deprecated,since,description"] +indexTable::[attributes=core,cellformats="$xref|artifactid|deprecated|since|description"] == Components Below is the list of non-core components that are provided by Apache Camel. -Number of Non-Core Components: indexCount:[attributes=!core] in indexUniqueCount:[attributes=!core,unique=artifactid] JAR artifacts (indexCount:[attributes="!core,deprecated"] deprecated) +Number of Non-Core Components: indexCount:[attributes=!core] in indexformatCount:[attributes=!core,format=artifactid] JAR artifacts (indexCount:[attributes="!core,deprecated"] deprecated) [{index-table-format}] |=== | Component | Artifact | Status | Since | Description |=== -//'relative=!nav.adoc' is a workaround for https://gitlab.com/antora/xref-validator/-/issues/9 -indexTable::[relative=!nav.adoc,attributes=!core,cells="$xref,artifactid,deprecated,since,description"] +indexTable::[attributes=!core,cellformats="$xref|artifactid|deprecated|since|description"] diff --git a/docs/components/modules/ROOT/pages/micrometer-component.adoc b/docs/components/modules/ROOT/pages/micrometer-component.adoc index 3ca71d5..1387a8e 100644 --- a/docs/components/modules/ROOT/pages/micrometer-component.adoc +++ b/docs/components/modules/ROOT/pages/micrometer-component.adoc @@ -232,8 +232,8 @@ tag `dynamic-key` with value `dynamic-value` in addition to the tag `key` with v All Metrics specific headers are removed from the message once the Micrometer endpoint finishes processing of exchange. While processing exchange Micrometer endpoint will catch all exceptions and write log entry using level `warn`. - -== [[MicrometerComponent-counter]]Counter +[#MicrometerComponent-counter] +== Counter [source] diff --git a/docs/components/modules/dataformats/pages/index.adoc b/docs/components/modules/dataformats/pages/index.adoc index a34a806..93b926f 100644 --- a/docs/components/modules/dataformats/pages/index.adoc +++ b/docs/components/modules/dataformats/pages/index.adoc @@ -1,14 +1,12 @@ -[list-of-camel-data-formats] = Data Formats Below is the list of data formats that are provided by Apache Camel. -Number of Data Formats: indexCount:[] in indexUniqueCount:[unique=artifactid] JAR artifacts (indexCount:[attributes=deprecated] deprecated) +Number of Data Formats: indexCount:[] in indexUniqueCount:[format=artifactid] JAR artifacts (indexCount:[attributes=deprecated] deprecated)
[camel] branch camel-3.7.x updated: point to current version, not latest from eip docs Fix links to user manual
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 1fbbc3b point to current version, not latest from eip docs Fix links to user manual 1fbbc3b is described below commit 1fbbc3b2389ffd0b7bb804cb1f740a6bbe2c132e Author: David Jencks AuthorDate: Wed Sep 29 19:55:17 2021 -0700 point to current version, not latest from eip docs Fix links to user manual update to new indexer and jsonpath syntax fix some spring-boot metadata problems simple-language.adoc copy, not sure how it was previously missed --- .../org/apache/camel/catalog/docs/aws-summary.adoc | 2 +- .../apache/camel/catalog/docs/aws2-summary.adoc| 2 +- .../apache/camel/catalog/docs/azure-summary.adoc | 2 +- .../apache/camel/catalog/docs/google-summary.adoc | 2 +- .../camel/catalog/docs/hazelcast-summary.adoc | 2 +- .../apache/camel/catalog/docs/ignite-summary.adoc | 2 +- .../camel/catalog/docs/kubernetes-summary.adoc | 2 +- .../camel/catalog/docs/openstack-summary.adoc | 2 +- .../apache/camel/catalog/docs/spring-summary.adoc | 2 +- .../src/main/docs/avro-component.adoc | 2 +- .../camel-aws-cw/src/main/docs/aws-summary.adoc| 2 +- .../camel-aws2-cw/src/main/docs/aws2-summary.adoc | 2 +- .../camel-azure/src/main/docs/azure-summary.adoc | 2 +- .../src/main/docs/google-summary.adoc | 2 +- .../camel-grape/src/main/docs/grape-component.adoc | 4 ++ .../src/main/docs/hazelcast-summary.adoc | 2 +- .../camel-ignite/src/main/docs/ignite-summary.adoc | 2 +- .../camel-joor/src/main/docs/joor-language.adoc| 2 +- .../src/main/docs/kubernetes-summary.adoc | 2 +- .../src/main/docs/openstack-summary.adoc | 2 +- .../camel-spring/src/main/docs/spring-summary.adoc | 2 +- .../docs/modules/eips/pages/aggregate-eip.adoc | 16 +++--- .../src/main/docs/modules/eips/pages/bean-eip.adoc | 14 ++--- .../docs/modules/eips/pages/channel-adapter.adoc | 4 +- .../main/docs/modules/eips/pages/choice-eip.adoc | 4 +- .../eips/pages/content-based-router-eip.adoc | 14 ++--- .../docs/modules/eips/pages/content-enricher.adoc | 62 +++--- .../modules/eips/pages/content-filter-eip.adoc | 18 +++ .../modules/eips/pages/correlation-identifier.adoc | 10 ++-- .../modules/eips/pages/dead-letter-channel.adoc| 58 ++-- .../docs/modules/eips/pages/dynamicRouter-eip.adoc | 4 +- .../pages/enterprise-integration-patterns.adoc | 4 +- .../docs/modules/eips/pages/event-message.adoc | 14 ++--- .../eips/pages/eventDrivenConsumer-eip.adoc| 14 ++--- .../main/docs/modules/eips/pages/filter-eip.adoc | 10 ++-- .../modules/eips/pages/guaranteed-delivery.adoc| 14 ++--- .../modules/eips/pages/idempotentConsumer-eip.adoc | 18 +++ .../main/docs/modules/eips/pages/intercept.adoc| 2 +- .../src/main/docs/modules/eips/pages/log-eip.adoc | 10 ++-- .../main/docs/modules/eips/pages/marshal-eip.adoc | 2 +- .../main/docs/modules/eips/pages/message-bus.adoc | 2 +- .../docs/modules/eips/pages/message-channel.adoc | 2 +- .../docs/modules/eips/pages/message-endpoint.adoc | 4 +- .../modules/eips/pages/message-expiration.adoc | 2 +- .../docs/modules/eips/pages/message-router.adoc| 6 +-- .../modules/eips/pages/message-translator.adoc | 26 - .../src/main/docs/modules/eips/pages/message.adoc | 4 +- .../docs/modules/eips/pages/messaging-gateway.adoc | 4 +- .../docs/modules/eips/pages/messaging-mapper.adoc | 2 +- .../docs/modules/eips/pages/multicast-eip.adoc | 2 +- .../docs/modules/eips/pages/otherwise-eip.adoc | 2 +- .../main/docs/modules/eips/pages/pipeline-eip.adoc | 4 +- .../modules/eips/pages/point-to-point-channel.adoc | 10 ++-- .../docs/modules/eips/pages/polling-consumer.adoc | 60 ++--- .../main/docs/modules/eips/pages/process-eip.adoc | 8 +-- .../eips/pages/publish-subscribe-channel.adoc | 12 ++--- .../docs/modules/eips/pages/requestReply-eip.adoc | 4 +- .../docs/modules/eips/pages/resequence-eip.adoc| 2 +- .../docs/modules/eips/pages/resilience4j-eip.adoc | 2 +- .../docs/modules/eips/pages/return-address.adoc| 2 +- .../main/docs/modules/eips/pages/rollback-eip.adoc | 2 +- .../docs/modules/eips/pages/service-activator.adoc | 4 +- .../src/main/docs/modules/eips/pages/toD-eip.adoc | 12 ++--- .../modules/eips/pages/transactional-client.adoc | 8 +-- .../docs/modules/eips/pages/unmarshal-eip.adoc | 6 +-- .../src/main/docs/modules/eips/pages/when-eip.adoc | 2 +- .../main/docs/modules/eips/pages/wireTap-eip.adoc | 42 +++ .../modules/ROOT/pages/avro-component.adoc | 2 +- .../components/modules/ROOT/pages/aws-summar
[camel] branch camel-3.11.x updated: point to current version, not latest from eip docs Fix links to user manual
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.11.x by this push: new f81f763 point to current version, not latest from eip docs Fix links to user manual f81f763 is described below commit f81f763096c0902706ea30fc6e2e7dbe18e9a0b3 Author: David Jencks AuthorDate: Wed Sep 29 19:55:17 2021 -0700 point to current version, not latest from eip docs Fix links to user manual update to new indexer and jsonpath syntax fix avra-rpc and paho-mqtt5 spring boot metadata --- .../org/apache/camel/catalog/docs/aws-summary.adoc | 2 +- .../apache/camel/catalog/docs/azure-summary.adoc | 2 +- .../camel/catalog/docs/debezium-summary.adoc | 2 +- .../apache/camel/catalog/docs/google-summary.adoc | 2 +- .../camel/catalog/docs/hazelcast-summary.adoc | 2 +- .../apache/camel/catalog/docs/hwcloud-summary.adoc | 2 +- .../apache/camel/catalog/docs/ignite-summary.adoc | 2 +- .../camel/catalog/docs/kubernetes-summary.adoc | 2 +- .../camel/catalog/docs/openstack-summary.adoc | 2 +- .../apache/camel/catalog/docs/spring-summary.adoc | 2 +- .../src/main/docs/avro-component.adoc | 2 +- .../camel-aws2-cw/src/main/docs/aws-summary.adoc | 2 +- .../src/main/docs/azure-summary.adoc | 2 +- .../src/main/docs/debezium-summary.adoc| 2 +- .../src/main/docs/google-summary.adoc | 2 +- .../src/main/docs/hazelcast-summary.adoc | 2 +- .../src/main/docs/hwcloud-summary.adoc | 2 +- .../camel-ignite/src/main/docs/ignite-summary.adoc | 2 +- .../src/main/docs/kubernetes-summary.adoc | 2 +- .../src/main/docs/openstack-summary.adoc | 2 +- .../src/main/docs/paho-mqtt5-component.adoc| 2 +- .../camel-spring/src/main/docs/spring-summary.adoc | 2 +- .../docs/modules/eips/pages/aggregate-eip.adoc | 16 +++--- .../src/main/docs/modules/eips/pages/bean-eip.adoc | 14 ++--- .../docs/modules/eips/pages/channel-adapter.adoc | 4 +- .../main/docs/modules/eips/pages/choice-eip.adoc | 7 +-- .../eips/pages/content-based-router-eip.adoc | 14 ++--- .../docs/modules/eips/pages/content-enricher.adoc | 62 +++--- .../modules/eips/pages/content-filter-eip.adoc | 18 +++ .../modules/eips/pages/correlation-identifier.adoc | 10 ++-- .../modules/eips/pages/dead-letter-channel.adoc| 58 ++-- .../docs/modules/eips/pages/dynamicRouter-eip.adoc | 4 +- .../pages/enterprise-integration-patterns.adoc | 4 +- .../docs/modules/eips/pages/event-message.adoc | 14 ++--- .../eips/pages/eventDrivenConsumer-eip.adoc| 14 ++--- .../main/docs/modules/eips/pages/filter-eip.adoc | 10 ++-- .../modules/eips/pages/guaranteed-delivery.adoc| 14 ++--- .../modules/eips/pages/idempotentConsumer-eip.adoc | 20 +++ .../main/docs/modules/eips/pages/intercept.adoc| 2 +- .../src/main/docs/modules/eips/pages/log-eip.adoc | 10 ++-- .../main/docs/modules/eips/pages/marshal-eip.adoc | 2 +- .../main/docs/modules/eips/pages/message-bus.adoc | 2 +- .../docs/modules/eips/pages/message-channel.adoc | 2 +- .../docs/modules/eips/pages/message-endpoint.adoc | 4 +- .../modules/eips/pages/message-expiration.adoc | 2 +- .../docs/modules/eips/pages/message-router.adoc| 6 +-- .../modules/eips/pages/message-translator.adoc | 26 - .../src/main/docs/modules/eips/pages/message.adoc | 4 +- .../docs/modules/eips/pages/messaging-gateway.adoc | 4 +- .../docs/modules/eips/pages/messaging-mapper.adoc | 2 +- .../docs/modules/eips/pages/multicast-eip.adoc | 2 +- .../docs/modules/eips/pages/otherwise-eip.adoc | 2 +- .../main/docs/modules/eips/pages/pipeline-eip.adoc | 4 +- .../modules/eips/pages/point-to-point-channel.adoc | 10 ++-- .../docs/modules/eips/pages/polling-consumer.adoc | 60 ++--- .../main/docs/modules/eips/pages/process-eip.adoc | 8 +-- .../eips/pages/publish-subscribe-channel.adoc | 12 ++--- .../docs/modules/eips/pages/requestReply-eip.adoc | 4 +- .../docs/modules/eips/pages/resequence-eip.adoc| 2 +- .../docs/modules/eips/pages/resilience4j-eip.adoc | 2 +- .../docs/modules/eips/pages/return-address.adoc| 2 +- .../main/docs/modules/eips/pages/rollback-eip.adoc | 2 +- .../docs/modules/eips/pages/service-activator.adoc | 4 +- .../src/main/docs/modules/eips/pages/toD-eip.adoc | 12 ++--- .../modules/eips/pages/transactional-client.adoc | 8 +-- .../docs/modules/eips/pages/unmarshal-eip.adoc | 6 +-- .../src/main/docs/modules/eips/pages/when-eip.adoc | 2 +- .../main/docs/modules/eips/pages/wireTap-eip.adoc | 42 +++ .../modules/ROOT/pages/avro-component.adoc | 2 +- .../components/modules/ROOT/pages/aws-summary
[GitHub] [camel] djencks merged pull request #6317: update to new indexer and jsonpath syntax
djencks merged pull request #6317: URL: https://github.com/apache/camel/pull/6317 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel] djencks merged pull request #6316: update to new indexer and jsonpath syntax
djencks merged pull request #6316: URL: https://github.com/apache/camel/pull/6316 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel] djencks merged pull request #6315: update to new indexer and jsonpath syntax
djencks merged pull request #6315: URL: https://github.com/apache/camel/pull/6315 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel] branch camel-3.12.x updated: update to new indexer and jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-3.12.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-3.12.x by this push: new f73a322 update to new indexer and jsonpath syntax f73a322 is described below commit f73a32216afb095d62b0d2802a223943c426155d Author: David Jencks AuthorDate: Wed Sep 29 19:55:42 2021 -0700 update to new indexer and jsonpath syntax fix avra-rpc and paho-mqtt5 spring boot metadata --- .../src/main/docs/avro-component.adoc | 2 +- .../camel-aws/src/main/docs/aws-summary.adoc | 2 +- .../camel-azure/src/main/docs/azure-summary.adoc | 2 +- .../src/main/docs/debezium-summary.adoc| 2 +- .../camel-google/src/main/docs/google-summary.adoc | 2 +- .../src/main/docs/hazelcast-summary.adoc | 2 +- .../src/main/docs/hwcloud-summary.adoc | 2 +- .../camel-ignite/src/main/docs/ignite-summary.adoc | 2 +- .../src/main/docs/kubernetes-summary.adoc | 2 +- .../src/main/docs/openstack-summary.adoc | 2 +- .../src/main/docs/paho-mqtt5-component.adoc| 2 +- .../camel-spring/src/main/docs/spring-summary.adoc | 2 +- .../docs/modules/eips/partials/eip-options.adoc| 2 +- docs/components/modules/ROOT/pages/index.adoc | 8 .../ROOT/partials/component-endpoint-options.adoc | 24 +++--- .../modules/dataformats/pages/index.adoc | 6 ++ .../dataformats/partials/dataformat-options.adoc | 2 +- docs/components/modules/languages/pages/index.adoc | 6 ++ .../languages/partials/language-options.adoc | 2 +- docs/components/modules/others/pages/index.adoc| 6 ++ dsl/src/main/docs/dsl.adoc | 2 +- 21 files changed, 38 insertions(+), 44 deletions(-) diff --git a/components/camel-avro-rpc/camel-avro-rpc-component/src/main/docs/avro-component.adoc b/components/camel-avro-rpc/camel-avro-rpc-component/src/main/docs/avro-component.adoc index 6d086dc..5a136c5 100644 --- a/components/camel-avro-rpc/camel-avro-rpc-component/src/main/docs/avro-component.adoc +++ b/components/camel-avro-rpc/camel-avro-rpc-component/src/main/docs/avro-component.adoc @@ -8,7 +8,7 @@ :component-header: Both producer and consumer are supported include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/avro.adoc[opts=optional] //Manually maintained attributes -:camel-spring-boot-name: avro +:camel-spring-boot-name: avro-rpc *Since Camel {since}* diff --git a/components/camel-aws/src/main/docs/aws-summary.adoc b/components/camel-aws/src/main/docs/aws-summary.adoc index dbe3526..f6443c0 100644 --- a/components/camel-aws/src/main/docs/aws-summary.adoc +++ b/components/camel-aws/src/main/docs/aws-summary.adoc @@ -11,4 +11,4 @@ storage service, email and queue services. The main reason to use AWS is its clo See the following for usage of each component: -indexDescriptionList::[attributes='group={doctitle}',descAttribute=description] +indexDescriptionList::[attributes='group={doctitle}',descriptionformat=description] diff --git a/components/camel-azure/src/main/docs/azure-summary.adoc b/components/camel-azure/src/main/docs/azure-summary.adoc index 8e262b1..34d00eb0 100644 --- a/components/camel-azure/src/main/docs/azure-summary.adoc +++ b/components/camel-azure/src/main/docs/azure-summary.adoc @@ -9,5 +9,5 @@ provide connectivity to Azure services from Camel. See the following for usage of each component: -indexDescriptionList::[attributes='group={doctitle}',descAttribute=description] +indexDescriptionList::[attributes='group={doctitle}',descriptionformat=description] diff --git a/components/camel-debezium/src/main/docs/debezium-summary.adoc b/components/camel-debezium/src/main/docs/debezium-summary.adoc index 209320c..df10733 100644 --- a/components/camel-debezium/src/main/docs/debezium-summary.adoc +++ b/components/camel-debezium/src/main/docs/debezium-summary.adoc @@ -10,4 +10,4 @@ Camel includes individual components for each Debezium connector which allows fo See the following for usage of each component: -indexDescriptionList::[attributes='group={doctitle}',descAttribute=description] \ No newline at end of file +indexDescriptionList::[attributes='group={doctitle}',descriptionformat=description] \ No newline at end of file diff --git a/components/camel-google/src/main/docs/google-summary.adoc b/components/camel-google/src/main/docs/google-summary.adoc index a0e540c..3541aa5 100644 --- a/components/camel-google/src/main/docs/google-summary.adoc +++ b/components/camel-google/src/main/docs/google-summary.adoc @@ -11,4 +11,4 @@ drive . The main reason to use Google is the G Suite features. See the following for usage of each component: -indexDescriptionList::[attributes='group={doctitle}',descAttribute=description] +indexDescriptionList::[attributes='group=
[camel] branch main updated: point to current version, not latest from eip docs
This is an automated email from the ASF dual-hosted git repository. djencks 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 96488ad point to current version, not latest from eip docs 96488ad is described below commit 96488ad31eaf1a889f2bf7845976261d5845760c Author: David Jencks AuthorDate: Wed Sep 29 19:55:17 2021 -0700 point to current version, not latest from eip docs update to new indexer and jsonpath syntax fix avra-rpc and paho-mqtt5 spring boot metadata fix case of jsonapi in camel-spring-boot-name --- .../src/main/docs/avro-component.adoc | 2 +- .../camel-aws/src/main/docs/aws-summary.adoc | 2 +- .../camel-azure/src/main/docs/azure-summary.adoc | 2 +- .../src/main/docs/debezium-summary.adoc| 2 +- .../camel-google/src/main/docs/google-summary.adoc | 2 +- .../src/main/docs/hazelcast-summary.adoc | 2 +- .../src/main/docs/hwcloud-summary.adoc | 2 +- .../camel-ignite/src/main/docs/ignite-summary.adoc | 2 +- .../src/main/docs/jsonApi-dataformat.adoc | 2 +- .../src/main/docs/kubernetes-summary.adoc | 2 +- .../src/main/docs/openstack-summary.adoc | 2 +- .../src/main/docs/paho-mqtt5-component.adoc| 2 +- .../camel-spring/src/main/docs/spring-summary.adoc | 2 +- core/camel-core-engine/src/main/docs/antora.yml| 4 --- .../docs/modules/eips/pages/aggregate-eip.adoc | 26 +++--- .../src/main/docs/modules/eips/pages/bean-eip.adoc | 8 ++--- .../docs/modules/eips/pages/channel-adapter.adoc | 4 +-- .../main/docs/modules/eips/pages/choice-eip.adoc | 6 ++-- .../modules/eips/pages/competing-consumers.adoc| 4 +-- .../docs/modules/eips/pages/content-enricher.adoc | 14 .../modules/eips/pages/content-filter-eip.adoc | 8 ++--- .../modules/eips/pages/correlation-identifier.adoc | 14 .../modules/eips/pages/dead-letter-channel.adoc| 26 +++--- .../main/docs/modules/eips/pages/delay-eip.adoc| 6 ++-- .../modules/eips/pages/durable-subscriber.adoc | 4 +-- .../docs/modules/eips/pages/dynamicRouter-eip.adoc | 6 ++-- .../main/docs/modules/eips/pages/enrich-eip.adoc | 4 +-- .../pages/enterprise-integration-patterns.adoc | 2 +- .../docs/modules/eips/pages/event-message.adoc | 28 +++ .../eips/pages/eventDrivenConsumer-eip.adoc| 2 +- .../modules/eips/pages/fault-tolerance-eip.adoc| 2 +- .../main/docs/modules/eips/pages/filter-eip.adoc | 6 ++-- .../src/main/docs/modules/eips/pages/from-eip.adoc | 4 +-- .../modules/eips/pages/guaranteed-delivery.adoc| 14 .../modules/eips/pages/idempotentConsumer-eip.adoc | 40 +++--- .../main/docs/modules/eips/pages/intercept.adoc| 24 ++--- .../main/docs/modules/eips/pages/kamelet-eip.adoc | 6 ++-- .../docs/modules/eips/pages/loadBalance-eip.adoc | 2 +- .../src/main/docs/modules/eips/pages/log-eip.adoc | 18 +- .../src/main/docs/modules/eips/pages/loop-eip.adoc | 4 +-- .../main/docs/modules/eips/pages/marshal-eip.adoc | 6 ++-- .../docs/modules/eips/pages/message-broker.adoc| 6 ++-- .../main/docs/modules/eips/pages/message-bus.adoc | 2 +- .../docs/modules/eips/pages/message-channel.adoc | 2 +- .../modules/eips/pages/message-dispatcher.adoc | 2 +- .../docs/modules/eips/pages/message-endpoint.adoc | 10 +++--- .../modules/eips/pages/message-expiration.adoc | 2 +- .../docs/modules/eips/pages/message-history.adoc | 6 ++-- .../docs/modules/eips/pages/message-router.adoc| 2 +- .../modules/eips/pages/message-translator.adoc | 14 .../src/main/docs/modules/eips/pages/message.adoc | 2 +- .../docs/modules/eips/pages/messaging-bridge.adoc | 6 ++-- .../docs/modules/eips/pages/messaging-gateway.adoc | 4 +-- .../docs/modules/eips/pages/messaging-mapper.adoc | 4 +-- .../docs/modules/eips/pages/multicast-eip.adoc | 6 ++-- .../main/docs/modules/eips/pages/normalizer.adoc | 4 +-- .../main/docs/modules/eips/pages/pipeline-eip.adoc | 4 +-- .../modules/eips/pages/point-to-point-channel.adoc | 12 +++ .../docs/modules/eips/pages/pollEnrich-eip.adoc| 8 ++--- .../docs/modules/eips/pages/polling-consumer.adoc | 6 ++-- .../main/docs/modules/eips/pages/process-eip.adoc | 6 ++-- .../eips/pages/publish-subscribe-channel.adoc | 12 +++ .../docs/modules/eips/pages/recipientList-eip.adoc | 6 ++-- .../docs/modules/eips/pages/requestReply-eip.adoc | 24 ++--- .../docs/modules/eips/pages/resequence-eip.adoc| 2 +- .../docs/modules/eips/pages/return-address.adoc| 4 +-- .../main/docs/modules/eips/pages/rollback-eip.adoc | 2 +- .../docs/modules/eips/pages/routingSlip-eip.adoc | 8 ++--- .../docs/modules/eips/pages/scatter-gather.adoc| 2 +- .../docs/mo
[GitHub] [camel] djencks merged pull request #6314: update to new indexer and jsonpath syntax
djencks merged pull request #6314: URL: https://github.com/apache/camel/pull/6314 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel] djencks merged pull request #6313: update to new indexer and jsonpath syntax
djencks merged pull request #6313: URL: https://github.com/apache/camel/pull/6313 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-quarkus] djencks merged pull request #3217: update to new indexer, jsonpath syntax
djencks merged pull request #3217: URL: https://github.com/apache/camel-quarkus/pull/3217 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-quarkus] 01/02: update to new indexer, jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch release/2.0.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 5e0636f30d6ed15187a2839a19dc60a6d6ec4e71 Author: David Jencks AuthorDate: Wed Sep 29 22:27:48 2021 -0700 update to new indexer, jsonpath syntax --- docs/antora.yml| 7 ++- .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 5 ++--- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 + docs/modules/ROOT/pages/reference/dataformats.adoc | 14 + .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 16 +-- docs/modules/ROOT/pages/reference/languages.adoc | 14 + docs/modules/ROOT/pages/reference/others.adoc | 14 + docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 +++-- .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 5 + docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +--- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 ++ .../runtime/src/main/doc/usage.adoc| 2 +- pom.xml| 3 ++- 20 files changed, 47 insertions(+), 97 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 092b06d..db0c944 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -22,6 +22,11 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: -cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} quarkus-version: 2.0.0.Final # replace ${quarkus.version} +# attributes used in xrefs to other Antora components +cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} +quarkus-examples-version: latest +# indexTable common +indexer-version: 3.11.x # replace ${camel.docs.components.version} +indexer-component: components diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc index 3f15b56..0f62f32 100644 --- a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc @@ -30,7 +30,7 @@ The data comes from the following sources: * `name`: comes from `pom.xml`'s `` -* `description`: taken from xref:latest@manual::camel-catalog.adoc[Camel Catalog]. If the given +* `description`: taken from xref:manual::camel-catalog.adoc[Camel Catalog]. If the given extension contains more than one component, language or data format, their descriptions are concatenated and a warning is issued in the log. The value from Camel Catalog can be overridden by setting a `` in the `pom.xml` of the given extension's runtime module. diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc index 64b4bc5..7bf21e9 100644 --- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc @@ -1,12 +1,11 @@ -[[ReleaseGuide-ReleaseGuide]] = Apache Camel Quarkus release process :page-aliases: release-guide.adoc The process is _mutatis mutandis_ the same as for the main Apache Camel repository - see the -xref:latest@manual::release-guide.adoc[Release guide] page of the Camel documentation. +xref:manual::release-guide.adoc[Release guide] page of the Camel documentation. Here, just a sketch of the repeating part, after you have performed the initial setup following the -xref:latest@manual::release-guide.adoc[Camel Release guide]. +xref:manual::release-guide.adoc[Camel Release guide]. == Pre release tasks diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 560813f..090a56e 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,6 +1,6 @@ = Apache Camel extensions for Quarkus -This project aims to bring the awesome integration capabilities of xref:latest@manual::index.adoc[Apache Camel] +This project aims to bring the awesome integration capabilities of xref:manual::index.adoc[Apache Camel] and its vast xref:{cq-camel-components}::index.adoc[component library] to the https://quarkus.io/[Quarkus runtime]. diff --git a/docs/modules/ROOT/pages/reference/components.adoc b/docs/modules/ROOT/pages/reference/components.adoc index ea36cc3..5952a59 100644 --- a/docs/mod
[camel-quarkus] 02/02: generated change in qute.json
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch release/2.0.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 4d277e9c20eaafeafe55681bfaf5a40c217c9a14 Author: David Jencks AuthorDate: Thu Oct 21 17:32:15 2021 -0700 generated change in qute.json --- .../src/generated/resources/org/apache/camel/component/qute/qute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json index f5680e3..7a2c22e 100644 --- a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json +++ b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json @@ -11,7 +11,7 @@ "supportLevel": "Preview", "groupId": "org.apache.camel.quarkus", "artifactId": "camel-quarkus-qute-component", -"version": "2.0.0-SNAPSHOT", +"version": "2.0.1-SNAPSHOT", "scheme": "qute", "extendsScheme": "", "syntax": "qute:resourceUri",
[camel-quarkus] branch release/2.0.0 updated (8177eb4 -> 4d277e9)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch release/2.0.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 8177eb4 fix attribute usage new 5e0636f update to new indexer, jsonpath syntax new 4d277e9 generated change in qute.json The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/antora.yml| 7 ++- .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 5 ++--- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 + docs/modules/ROOT/pages/reference/dataformats.adoc | 14 + .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 16 +-- docs/modules/ROOT/pages/reference/languages.adoc | 14 + docs/modules/ROOT/pages/reference/others.adoc | 14 + docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 +++-- .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 5 + docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +--- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 ++ .../runtime/src/main/doc/usage.adoc| 2 +- .../org/apache/camel/component/qute/qute.json | 2 +- pom.xml| 3 ++- 21 files changed, 48 insertions(+), 98 deletions(-) copy docs/modules/ROOT/{pages/reference/components.adoc => partials/reference/summary-table.adoc} (58%)
[GitHub] [camel-quarkus] djencks merged pull request #3215: update to new indexer,jsonpath syntax, fix some versions
djencks merged pull request #3215: URL: https://github.com/apache/camel-quarkus/pull/3215 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-quarkus] 04/05: disable partial website build on this branch, it is impractical to get it to work
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 1d5ded58bd58f44056c00a947e3044507764c705 Author: David Jencks AuthorDate: Thu Oct 21 10:17:36 2021 -0700 disable partial website build on this branch, it is impractical to get it to work --- docs/pom.xml | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 9c7cfda..79cae84 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -110,16 +110,17 @@ install --immutable - -antora-xref-check - -yarn - -verify - -run antora --fetch antora-playbook.yml --stacktrace - - + + + + + + + + + + +
[camel-quarkus] 01/05: update to new indexer, jsonpath syntax, fix some versions
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 51aa6122bcc07351c2d18186d3b3a3aa5319dfe4 Author: David Jencks AuthorDate: Wed Sep 29 22:16:21 2021 -0700 update to new indexer,jsonpath syntax, fix some versions --- docs/antora-playbook.yml | 2 -- docs/antora.yml| 9 +++-- .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 11 --- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 + docs/modules/ROOT/pages/reference/dataformats.adoc | 14 + .../ROOT/pages/reference/extensions/core.adoc | 2 +- .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 15 +- docs/modules/ROOT/pages/reference/languages.adoc | 14 + docs/modules/ROOT/pages/reference/others.adoc | 14 + docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 +++-- .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 10 ++ docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +--- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 ++ .../core/runtime/src/main/doc/configuration.adoc | 2 +- .../runtime/src/main/doc/usage.adoc| 2 +- pom.xml| 3 ++- 23 files changed, 53 insertions(+), 109 deletions(-) diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index 0450197..9e57db5 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -40,8 +40,6 @@ content: asciidoc: extensions: - "@djencks/asciidoctor-antora-indexer" - attributes: -eip-vc: latest@components ui: bundle: diff --git a/docs/antora.yml b/docs/antora.yml index 8ef0342..7871f94 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,12 +17,17 @@ name: camel-quarkus title: Camel Quarkus -version: latest +version: 2.2.x nav: - modules/ROOT/nav.adoc asciidoc: attributes: -cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} target-maven-version: 3.8.1 # replace ${target-maven-version} quarkus-version: 2.2.0.Final # replace ${quarkus.version} +# properties used in xrefs to other Antora components +cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} +quarkus-examples-version: latest +# indexTable common +indexer-version: 3.11.x # replace ${camel.docs.components.version} +indexer-component: components diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc index 3f15b56..0f62f32 100644 --- a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc @@ -30,7 +30,7 @@ The data comes from the following sources: * `name`: comes from `pom.xml`'s `` -* `description`: taken from xref:latest@manual::camel-catalog.adoc[Camel Catalog]. If the given +* `description`: taken from xref:manual::camel-catalog.adoc[Camel Catalog]. If the given extension contains more than one component, language or data format, their descriptions are concatenated and a warning is issued in the log. The value from Camel Catalog can be overridden by setting a `` in the `pom.xml` of the given extension's runtime module. diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc index cf64b61..5ce3cc6 100644 --- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc @@ -1,12 +1,11 @@ -[[ReleaseGuide-ReleaseGuide]] = Apache Camel Quarkus release process :page-aliases: release-guide.adoc The process is _mutatis mutandis_ the same as for the main Apache Camel repository - see the -xref:latest@manual::release-guide.adoc[Release guide] page of the Camel documentation. +xref:manual::release-guide.adoc[Release guide] page of the Camel documentation. Here, just a sketch of the repeating part, after you have performed the initial setup following the -xref:latest@manual::release-guide.adoc[Camel Release guide]. +xref:manual::release-guide.adoc[Camel Release guide]. == Pre release tasks @@ -167,11 +166,9 @@ Check the full [release announcement](https://camel.apache.org/bl
[camel-quarkus] 02/05: update groovy update script to not break antora.yml
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 6d93249efa51719c604c3b153fd9d52c3481d40f Author: David Jencks AuthorDate: Wed Oct 20 14:01:44 2021 -0700 update groovy update script to not break antora.yml --- tooling/scripts/update-antora-config.groovy | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tooling/scripts/update-antora-config.groovy b/tooling/scripts/update-antora-config.groovy index 36f96e2..cf3ab3b 100644 --- a/tooling/scripts/update-antora-config.groovy +++ b/tooling/scripts/update-antora-config.groovy @@ -59,12 +59,13 @@ replaceInFiles.each { path -> m.appendTail(newContent) String newContentString = newContent.toString() -if (path.getFileName().toString().equals('antora.yml')) { -final String versionReplacement = 'version: ' + (project.version.endsWith('-SNAPSHOT') ? 'latest' : project.version) -println ' - seting '+ versionReplacement -final Pattern versionPattern = ~'version: [^\\s]+' -newContentString = versionPattern.matcher(newContentString).replaceFirst(versionReplacement) -} +//This can only possibly work on main branch. +//if (path.getFileName().toString().equals('antora.yml')) { +//final String versionReplacement = 'version: ' + (project.version.endsWith('-SNAPSHOT') ? 'latest' : project.version) +//println ' - seting '+ versionReplacement +//final Pattern versionPattern = ~'version: [^\\s]+' +//newContentString = versionPattern.matcher(newContentString).replaceFirst(versionReplacement) +//} if (!newContentString.equals(content)) { println 'Updated ' + path
[camel-quarkus] 05/05: generated change in qute.json
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 6fe7528de6f0a029396dbf325585edc795fb40c8 Author: David Jencks AuthorDate: Thu Oct 21 10:19:57 2021 -0700 generated change in qute.json --- .../src/generated/resources/org/apache/camel/component/qute/qute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json index bc046b2..db5d20b 100644 --- a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json +++ b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json @@ -11,7 +11,7 @@ "supportLevel": "Preview", "groupId": "org.apache.camel.quarkus", "artifactId": "camel-quarkus-qute-component", -"version": "2.2.0-SNAPSHOT", +"version": "2.2.1-SNAPSHOT", "scheme": "qute", "extendsScheme": "", "syntax": "qute:resourceUri",
[camel-quarkus] branch 2.2.x updated (e434ab9 -> 6fe7528)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch 2.2.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from e434ab9 [maven-release-plugin] Set next development version 2.2.1-SNAPSHOT new 51aa612 update to new indexer,jsonpath syntax, fix some versions new 6d93249 update groovy update script to not break antora.yml new 29424ad set up for partial website build new 1d5ded5 disable partial website build on this branch, it is impractical to get it to work new 6fe7528 generated change in qute.json The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/.pnp.js | 1262 ++- docs/antora-playbook.yml | 31 +- docs/antora.yml|9 +- .../contributor-guide/extension-metadata.adoc |2 +- .../pages/contributor-guide/release-guide.adoc | 11 +- docs/modules/ROOT/pages/index.adoc |2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 +- docs/modules/ROOT/pages/reference/dataformats.adoc | 14 +- .../ROOT/pages/reference/extensions/core.adoc |2 +- .../reference/extensions/microprofile-health.adoc |2 +- docs/modules/ROOT/pages/reference/index.adoc | 15 +- docs/modules/ROOT/pages/reference/languages.adoc | 14 +- docs/modules/ROOT/pages/reference/others.adoc | 14 +- docs/modules/ROOT/pages/user-guide/cdi.adoc|9 +- .../ROOT/pages/user-guide/command-mode.adoc|2 +- .../pages/user-guide/defining-camel-routes.adoc|2 +- .../pages/user-guide/dependency-management.adoc| 10 +- docs/modules/ROOT/pages/user-guide/examples.adoc |4 +- .../modules/ROOT/pages/user-guide/native-mode.adoc |2 +- .../ROOT/pages/user-guide/observability.adoc |2 +- .../reference/summary-table.adoc} | 23 +- docs/package.json | 18 +- docs/pom.xml | 21 +- docs/util/jsonpath-util.js | 103 ++ docs/yarn.lock | 1278 ++-- .../core/runtime/src/main/doc/configuration.adoc |2 +- .../runtime/src/main/doc/usage.adoc|2 +- .../org/apache/camel/component/qute/qute.json |2 +- pom.xml|4 +- tooling/scripts/update-antora-config.groovy| 13 +- 30 files changed, 1452 insertions(+), 1437 deletions(-) copy docs/modules/ROOT/{pages/reference/components.adoc => partials/reference/summary-table.adoc} (58%) create mode 100644 docs/util/jsonpath-util.js
[camel-quarkus] 04/05: antora-playbook-dev.yml is broken and should be removed
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit c8f2755ce8675c5219069d84cfa4297629adb362 Author: David Jencks AuthorDate: Wed Oct 20 19:25:28 2021 -0700 antora-playbook-dev.yml is broken and should be removed --- docs/antora-playbook-dev.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml index 9001771..fbe056e 100644 --- a/docs/antora-playbook-dev.yml +++ b/docs/antora-playbook-dev.yml @@ -36,8 +36,6 @@ content: - docs/user-manual - docs/components - core/camel-core-engine/src/main/docs -branches: HEAD -start_path: docs/components #- url: ./../../camel-quarkus-examples - url: g...@github.com:apache/camel-quarkus-examples.git branches: HEAD
[camel-quarkus] 05/05: fix partial build of camel-quarkus. PR tests will not pass until many other related PRs are applied
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 2760618a4911a0127b23926f73a9bb64d78643c0 Author: David Jencks AuthorDate: Wed Oct 20 19:26:18 2021 -0700 fix partial build of camel-quarkus. PR tests will not pass until many other related PRs are applied --- docs/.pnp.js | 36 docs/antora-playbook.yml | 4 +++- docs/package.json | 4 ++-- docs/util/jsonpath-util.js | 35 --- docs/yarn.lock | 33 ++--- 5 files changed, 79 insertions(+), 33 deletions(-) diff --git a/docs/.pnp.js b/docs/.pnp.js index 60bc4cb..9db5fd9 100755 --- a/docs/.pnp.js +++ b/docs/.pnp.js @@ -39,8 +39,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [ ["@antora/cli", "npm:3.0.0-alpha.9"], ["@antora/site-generator-default", "npm:3.0.0-alpha.9"], -["@djencks/asciidoctor-antora-indexer", "npm:0.0.6"], -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["lite-server", "npm:2.5.4"], ["pino-pretty", "npm:5.1.3"] ], @@ -278,10 +278,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@djencks/asciidoctor-antora-indexer", [ -["npm:0.0.6", { - "packageLocation": "./.yarn/cache/@djencks-asciidoctor-antora-indexer-npm-0.0.6-4db3f3a720-70a23e1885.zip/node_modules/@djencks/asciidoctor-antora-indexer/", +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-antora-indexer-npm-0.1.0-alpha.1-015913d711-cbc7c0da4d.zip/node_modules/@djencks/asciidoctor-antora-indexer/", "packageDependencies": [ -["@djencks/asciidoctor-antora-indexer", "npm:0.0.6"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], ["camelcase-keys", "npm:6.2.2"], ["esprima", "npm:4.0.1"], ["picomatch", "npm:2.1.1"], @@ -291,16 +292,27 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@djencks/asciidoctor-jsonpath", [ -["npm:0.0.4", { - "packageLocation": "./.yarn/cache/@djencks-asciidoctor-jsonpath-npm-0.0.4-daa788a548-ba33c6567c.zip/node_modules/@djencks/asciidoctor-jsonpath/", +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-jsonpath-npm-0.1.0-alpha.1-7faec6e075-36431697f1.zip/node_modules/@djencks/asciidoctor-jsonpath/", "packageDependencies": [ -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["@antora/user-require-helper", "npm:2.0.0"], +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], ["@iarna/toml", "npm:2.2.5"], -["esprima", "npm:4.0.1"], ["js-yaml", "npm:4.1.0"], ["json5", "npm:2.2.0"], -["jsonpath", "npm:1.1.1"], +["jsonpath", "npm:1.1.1"] + ], + "linkType": "HARD", +}] + ]], + ["@djencks/asciidoctor-report-support", [ +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-report-support-npm-0.1.0-alpha.1-8796513cc6-12900388ef.zip/node_modules/@djencks/asciidoctor-report-support/", + "packageDependencies": [ +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], +["@antora/user-require-helper", "npm:2.0.0"], +["esprima", "npm:4.0.1"], ["static-eval", "npm:2.1.0"] ], "linkType": "HARD", @@ -968,8 +980,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["camel-quarkus-docs", "workspace:."], ["@antora/cli", "npm:3.0.0-alpha.9"], ["@antora/site-generator-default", "npm:3.0.0-alpha.9"], -["@djencks/asciidoctor-antora-indexer", "npm:0.0.6"], -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["lite-server", "npm:2.5.4"], ["pino-pretty", "npm:5.1.3"] ], diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index a9d5fed..6fb9cb9 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -51,9 +51,11 @@ content: - url: https://github.com/apache/camel-spring-boot.git branches: - camel-spring-boot-3.11.x # replace ${camel.
[camel-quarkus] 02/05: update groovy update script to not break antora.yml
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 7e4830a986cc53ea50d53958a99554e4f2dc6f14 Author: David Jencks AuthorDate: Wed Oct 20 14:01:44 2021 -0700 update groovy update script to not break antora.yml --- tooling/scripts/update-antora-config.groovy | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tooling/scripts/update-antora-config.groovy b/tooling/scripts/update-antora-config.groovy index 36f96e2..cf3ab3b 100644 --- a/tooling/scripts/update-antora-config.groovy +++ b/tooling/scripts/update-antora-config.groovy @@ -59,12 +59,13 @@ replaceInFiles.each { path -> m.appendTail(newContent) String newContentString = newContent.toString() -if (path.getFileName().toString().equals('antora.yml')) { -final String versionReplacement = 'version: ' + (project.version.endsWith('-SNAPSHOT') ? 'latest' : project.version) -println ' - seting '+ versionReplacement -final Pattern versionPattern = ~'version: [^\\s]+' -newContentString = versionPattern.matcher(newContentString).replaceFirst(versionReplacement) -} +//This can only possibly work on main branch. +//if (path.getFileName().toString().equals('antora.yml')) { +//final String versionReplacement = 'version: ' + (project.version.endsWith('-SNAPSHOT') ? 'latest' : project.version) +//println ' - seting '+ versionReplacement +//final Pattern versionPattern = ~'version: [^\\s]+' +//newContentString = versionPattern.matcher(newContentString).replaceFirst(versionReplacement) +//} if (!newContentString.equals(content)) { println 'Updated ' + path
[camel-quarkus] 03/05: generated change in the only json file
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 62691e28d982c1cceaec9a6741a14fa2f7cf4a5e Author: David Jencks AuthorDate: Wed Oct 20 19:03:05 2021 -0700 generated change in the only json file --- .../src/generated/resources/org/apache/camel/component/qute/qute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json index 353f134..ae2eb1f 100644 --- a/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json +++ b/extensions/qute/component/src/generated/resources/org/apache/camel/component/qute/qute.json @@ -11,7 +11,7 @@ "supportLevel": "Preview", "groupId": "org.apache.camel.quarkus", "artifactId": "camel-quarkus-qute-component", -"version": "2.3.0-SNAPSHOT", +"version": "2.3.1-SNAPSHOT", "scheme": "qute", "extendsScheme": "", "syntax": "qute:resourceUri",
[GitHub] [camel-quarkus] djencks merged pull request #3216: 2.3.x new indexer/jsonpath syntax
djencks merged pull request #3216: URL: https://github.com/apache/camel-quarkus/pull/3216 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-quarkus] branch 2.3.x updated (ae25dce -> 2760618)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from ae25dce [maven-release-plugin] Set next development version 2.3.1-SNAPSHOT new b3d935d update to new indexer,jsonpath syntax, fix some versions new 7e4830a update groovy update script to not break antora.yml new 62691e2 generated change in the only json file new c8f2755 antora-playbook-dev.yml is broken and should be removed new 2760618 fix partial build of camel-quarkus. PR tests will not pass until many other related PRs are applied The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/.pnp.js | 36 +- docs/antora-playbook-dev.yml | 2 - docs/antora-playbook.yml | 6 +- docs/antora.yml| 9 +- docs/build.txt | 1030926 + .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 11 +- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 +- docs/modules/ROOT/pages/reference/dataformats.adoc | 14 +- .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 15 +- docs/modules/ROOT/pages/reference/languages.adoc | 14 +- docs/modules/ROOT/pages/reference/others.adoc | 14 +- docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 +- .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 10 +- docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 +- docs/package-lock.json |4464 + docs/package.json | 4 +- docs/util/jsonpath-util.js | 35 +- docs/yarn.lock | 33 +- .../runtime/src/main/doc/usage.adoc| 2 +- .../org/apache/camel/component/qute/qute.json | 2 +- pom.xml| 3 +- tooling/scripts/update-antora-config.groovy| 13 +- 30 files changed, 1035528 insertions(+), 149 deletions(-) create mode 100644 docs/build.txt copy docs/modules/ROOT/{pages/reference/components.adoc => partials/reference/summary-table.adoc} (58%) create mode 100644 docs/package-lock.json
[camel-quarkus] 02/03: add warning comment to antora.yml update script: running it on a branch will break antora.yml
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 92a79ca3326dc7aad6286fedbd21c746f87d6c5f Author: David Jencks AuthorDate: Wed Oct 20 14:09:17 2021 -0700 add warning comment to antora.yml update script: running it on a branch will break antora.yml --- tooling/scripts/update-antora-config.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/scripts/update-antora-config.groovy b/tooling/scripts/update-antora-config.groovy index 63a642b..91958cb 100644 --- a/tooling/scripts/update-antora-config.groovy +++ b/tooling/scripts/update-antora-config.groovy @@ -59,6 +59,7 @@ replaceInFiles.each { path -> m.appendTail(newContent) String newContentString = newContent.toString() +//This can only work on main branch or during a release. Otherwise it will break antora.yml. if (path.getFileName().toString().equals('antora.yml')) { final String versionReplacement = 'version: ' + (project.version.endsWith('-SNAPSHOT') ? 'latest' : project.version) println ' - setting '+ versionReplacement
[GitHub] [camel-quarkus] djencks merged pull request #3214: update to new indexer,jsonpath syntax
djencks merged pull request #3214: URL: https://github.com/apache/camel-quarkus/pull/3214 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-quarkus] 01/03: update to new indexer,jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 71f3984d354cfb3ed6f5a0b809c7487135206463 Author: David Jencks AuthorDate: Wed Sep 29 22:23:01 2021 -0700 update to new indexer,jsonpath syntax attribute quarkus-examples-version needed --- docs/antora.yml| 7 ++- .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 10 +++--- docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 + docs/modules/ROOT/pages/reference/dataformats.adoc | 14 + .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 15 +- docs/modules/ROOT/pages/reference/languages.adoc | 14 + docs/modules/ROOT/pages/reference/others.adoc | 14 + docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 +++-- .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 10 ++ docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +--- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 ++ .../runtime/src/main/doc/usage.adoc| 2 +- pom.xml| 3 ++- 20 files changed, 49 insertions(+), 104 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 5c319a9..0d3237b 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -22,7 +22,12 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: -cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} target-maven-version: 3.8.1 # replace ${target-maven-version} quarkus-version: 2.4.0.Final # replace ${quarkus.version} +# attributes used in xrefs to other Antora components +cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref} +quarkus-examples-version: latest +# indexTable common +indexer-version: 3.12.x # replace ${camel.docs.components.version} +indexer-component: components diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc index 3f15b56..0f62f32 100644 --- a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc @@ -30,7 +30,7 @@ The data comes from the following sources: * `name`: comes from `pom.xml`'s `` -* `description`: taken from xref:latest@manual::camel-catalog.adoc[Camel Catalog]. If the given +* `description`: taken from xref:manual::camel-catalog.adoc[Camel Catalog]. If the given extension contains more than one component, language or data format, their descriptions are concatenated and a warning is issued in the log. The value from Camel Catalog can be overridden by setting a `` in the `pom.xml` of the given extension's runtime module. diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc index 0ef9e1e..6832542 100644 --- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc +++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc @@ -1,12 +1,11 @@ -[[ReleaseGuide-ReleaseGuide]] = Apache Camel Quarkus release process :page-aliases: release-guide.adoc The process is _mutatis mutandis_ the same as for the main Apache Camel repository - see the -xref:latest@manual::release-guide.adoc[Release guide] page of the Camel documentation. +xref:manual::release-guide.adoc[Release guide] page of the Camel documentation. Here, just a sketch of the repeating part, after you have performed the initial setup following the -xref:latest@manual::release-guide.adoc[Camel Release guide]. +xref:manual::release-guide.adoc[Camel Release guide]. == Pre release tasks @@ -164,11 +163,8 @@ from the local Maven repository and then checks that they are available in Maven As long as there are unavailable artifacts, the requests are re-tried with a (configurable) delay of 60 seconds. -[NOTE] - -https://github.com/quarkusio/quarkus-platform[Quarkus Platform] hosts the metadata and Maven BOMs necessary for +NOTE: https://github.com/quarkusio/quarkus-platform[Quarkus Platform] hosts the metadata and Maven BOMs necessary for https://code.quarkus.io/[code.quarkus.io] as well as for https://quarkus.io/guides/tooling[Quarkus tools]. - * Clone Quarkus Platform unless you have done
[camel-quarkus] branch main updated (81cfd60 -> 446734d)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git. from 81cfd60 Next is 2.5.0 new 71f3984 update to new indexer,jsonpath syntax new 92a79ca add warning comment to antora.yml update script: running it on a branch will break antora.yml new 446734d update indexer,jsonpath versions and util/jsonpath-util.js The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/.pnp.js | 36 ++ docs/antora.yml| 7 - .../contributor-guide/extension-metadata.adoc | 2 +- .../pages/contributor-guide/release-guide.adoc | 10 ++ docs/modules/ROOT/pages/index.adoc | 2 +- docs/modules/ROOT/pages/reference/components.adoc | 14 + docs/modules/ROOT/pages/reference/dataformats.adoc | 14 + .../reference/extensions/microprofile-health.adoc | 2 +- docs/modules/ROOT/pages/reference/index.adoc | 15 ++--- docs/modules/ROOT/pages/reference/languages.adoc | 14 + docs/modules/ROOT/pages/reference/others.adoc | 14 + docs/modules/ROOT/pages/user-guide/cdi.adoc| 9 ++ .../ROOT/pages/user-guide/command-mode.adoc| 2 +- .../pages/user-guide/defining-camel-routes.adoc| 2 +- .../pages/user-guide/dependency-management.adoc| 10 ++ docs/modules/ROOT/pages/user-guide/examples.adoc | 4 +-- .../modules/ROOT/pages/user-guide/native-mode.adoc | 2 +- .../ROOT/pages/user-guide/observability.adoc | 2 +- .../reference/summary-table.adoc} | 23 ++ docs/package.json | 4 +-- docs/util/jsonpath-util.js | 11 +++ docs/yarn.lock | 33 +--- .../runtime/src/main/doc/usage.adoc| 2 +- pom.xml| 3 +- tooling/scripts/update-antora-config.groovy| 1 + 25 files changed, 109 insertions(+), 129 deletions(-) copy docs/modules/ROOT/{pages/reference/components.adoc => partials/reference/summary-table.adoc} (58%)
[camel-quarkus] 03/03: update indexer, jsonpath versions and util/jsonpath-util.js
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git commit 446734d57413fd3dac298b134a696015d3c52432 Author: David Jencks AuthorDate: Wed Oct 20 20:00:09 2021 -0700 update indexer,jsonpath versions and util/jsonpath-util.js --- docs/.pnp.js | 36 docs/package.json | 4 ++-- docs/util/jsonpath-util.js | 11 +++ docs/yarn.lock | 33 ++--- 4 files changed, 59 insertions(+), 25 deletions(-) diff --git a/docs/.pnp.js b/docs/.pnp.js index b98fb70..9db5fd9 100755 --- a/docs/.pnp.js +++ b/docs/.pnp.js @@ -39,8 +39,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [ ["@antora/cli", "npm:3.0.0-alpha.9"], ["@antora/site-generator-default", "npm:3.0.0-alpha.9"], -["@djencks/asciidoctor-antora-indexer", "npm:0.0.7"], -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["lite-server", "npm:2.5.4"], ["pino-pretty", "npm:5.1.3"] ], @@ -278,10 +278,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@djencks/asciidoctor-antora-indexer", [ -["npm:0.0.7", { - "packageLocation": "./.yarn/cache/@djencks-asciidoctor-antora-indexer-npm-0.0.7-b6037c8242-d25279cdb2.zip/node_modules/@djencks/asciidoctor-antora-indexer/", +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-antora-indexer-npm-0.1.0-alpha.1-015913d711-cbc7c0da4d.zip/node_modules/@djencks/asciidoctor-antora-indexer/", "packageDependencies": [ -["@djencks/asciidoctor-antora-indexer", "npm:0.0.7"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], ["camelcase-keys", "npm:6.2.2"], ["esprima", "npm:4.0.1"], ["picomatch", "npm:2.1.1"], @@ -291,16 +292,27 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["@djencks/asciidoctor-jsonpath", [ -["npm:0.0.4", { - "packageLocation": "./.yarn/cache/@djencks-asciidoctor-jsonpath-npm-0.0.4-daa788a548-ba33c6567c.zip/node_modules/@djencks/asciidoctor-jsonpath/", +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-jsonpath-npm-0.1.0-alpha.1-7faec6e075-36431697f1.zip/node_modules/@djencks/asciidoctor-jsonpath/", "packageDependencies": [ -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["@antora/user-require-helper", "npm:2.0.0"], +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], ["@iarna/toml", "npm:2.2.5"], -["esprima", "npm:4.0.1"], ["js-yaml", "npm:4.1.0"], ["json5", "npm:2.2.0"], -["jsonpath", "npm:1.1.1"], +["jsonpath", "npm:1.1.1"] + ], + "linkType": "HARD", +}] + ]], + ["@djencks/asciidoctor-report-support", [ +["npm:0.1.0-alpha.1", { + "packageLocation": "./.yarn/cache/@djencks-asciidoctor-report-support-npm-0.1.0-alpha.1-8796513cc6-12900388ef.zip/node_modules/@djencks/asciidoctor-report-support/", + "packageDependencies": [ +["@djencks/asciidoctor-report-support", "npm:0.1.0-alpha.1"], +["@antora/user-require-helper", "npm:2.0.0"], +["esprima", "npm:4.0.1"], ["static-eval", "npm:2.1.0"] ], "linkType": "HARD", @@ -968,8 +980,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["camel-quarkus-docs", "workspace:."], ["@antora/cli", "npm:3.0.0-alpha.9"], ["@antora/site-generator-default", "npm:3.0.0-alpha.9"], -["@djencks/asciidoctor-antora-indexer", "npm:0.0.7"], -["@djencks/asciidoctor-jsonpath", "npm:0.0.4"], +["@djencks/asciidoctor-antora-indexer", "npm:0.1.0-alpha.1"], +["@djencks/asciidoctor-jsonpath", "npm:0.1.0-alpha.1"], ["lite-server", "npm:2.5.4"], ["pino-pretty", "npm:5.1.3"] ], diff --git a/docs/package.json b/docs/package.json index 4c7aea5..d77b31e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,8 +12,8 @@ "devDependencies": { "@antora/cli": "^3.0.0-alpha.9", "@antora/site-generator-default": "^3.0.0-alpha.9", -"@djencks/asciidoctor-antora-indexer": "^0.0.7", -"@djencks/asciidoctor-jsonpath": "^0.0.4", +"@djencks/asciidoctor-antora-indexer": "^0
[GitHub] [camel-k] djencks merged pull request #2710: fix refs to camel-quarkus docs to point to latest released version
djencks merged pull request #2710: URL: https://github.com/apache/camel-k/pull/2710 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-k] branch release-1.4.x updated: fix links to avoid versions
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch release-1.4.x in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/release-1.4.x by this push: new a86f3ae fix links to avoid versions a86f3ae is described below commit a86f3ae3f7aa0882e09124c67a961411cf8f7b5f Author: David Jencks AuthorDate: Mon Oct 18 13:25:14 2021 -0700 fix links to avoid versions --- docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc | 10 +- docs/modules/ROOT/pages/observability/integration.adoc | 6 +++--- docs/modules/traits/pages/quarkus.adoc | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc index 6fc7d62..52ffeb6 100644 --- a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc +++ b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc @@ -5,7 +5,7 @@ == Introduction This document guides you through the process of developing a new Kamelet that can be used by any Apache Camel subproject supporting the -Kamelet technology stack and shared with others via Kamelet catalogs, such as the official the Apache Camel xref:latest@camel-kamelets::index.adoc[Kamelet Catalog]. +Kamelet technology stack and shared with others via Kamelet catalogs, such as the official the Apache Camel xref:camel-kamelets::index.adoc[Kamelet Catalog]. We assume that the reader is familiar with the content of the xref:kamelets/kamelets-user.adoc[Kamelets User Guide] and with Camel K xref:installation/installation.adoc[installation] and general usage. @@ -111,7 +111,7 @@ spec: json: {} - to: "kamelet:sink" # <5> -<1> `keywords` is a path parameter in xref:latest@components::twitter-search-component.adoc[Camel Twitter-search] +<1> `keywords` is a path parameter in xref:components::twitter-search-component.adoc[Camel Twitter-search] <2> Some endpoint parameters are just mapped 1-1 <3> The Camel component `consumerKey` is named `apiKey` to reflect the actual name in the Twitter developer portal <4> The Camel Twitter component generates Java objects, so we marshal them to JSON @@ -458,7 +458,7 @@ Since the integration above produces useful data, its route could be technically as much as possible. We can think to store the time when the last update has been generated by the server and use it in subsequent queries to only obtain new events. This will not guarantee an "exactly once" semantics, because e.g. if the integration is restarted it will lose the in-memory state and start from the beginning, but it prevents sending an high amount of redundant data if the integration is kept alive. -To store the time when last result has been generated by the API, we can use one of the in-memory caches that Camel provides, such as xref:latest@components::caffeine-cache-component.adoc[camel-caffeine-cache]. +To store the time when last result has been generated by the API, we can use one of the in-memory caches that Camel provides, such as xref:components::caffeine-cache-component.adoc[camel-caffeine-cache]. WARNING: We're going to use an in-memory cache because we need to store a single value. When using stateful data repositories, such as caches, it's always a good practice to limit their size to a low value and avoid them to increase their size over time @@ -512,7 +512,7 @@ public class Earthquake extends RouteBuilder { <5> We put the current body in the claim check stack to use it for storing the "lastUpdate" field in the cache, then we restore the previous body <6> Individual records of the response are sent to the destination (which is "log:info" in this phase). In case an exception is thrown while processing a single entry, individual errors are sent to the route error handler and the processing continues -TIP: Don't be scared from the complexity of the route, as this is a complicated example by choice: most of the Kamelets in the xref:latest@camel-kamelets::index.adoc[Kamelet Catalog] don't use any processing logic or EIP +TIP: Don't be scared from the complexity of the route, as this is a complicated example by choice: most of the Kamelets in the xref:camel-kamelets::index.adoc[Kamelet Catalog] don't use any processing logic or EIP WARNING: When writing a route like this, you should always think to errors that might happen in various phases of the execution: here the "lastUpdate" value in the cache is updated after a successful invocation of the API but before the individual exchanges are sent to the destination, so that the source is protected by individual errors on the features (that are sent to the route error handler), @@ -939,7 +939,7 @@ In order to implement sending different kinds of data, the Kamelet should adapt We'll start by writing an end-to-end integration, then we'll convert it into a Kamelet. Th
[GitHub] [camel-k] djencks merged pull request #2709: fix refs to camel-quarkus docs to point to latest released version
djencks merged pull request #2709: URL: https://github.com/apache/camel-k/pull/2709 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-k] branch release-1.6.x updated (b3b9cb3 -> a63b11e)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch release-1.6.x in repository https://gitbox.apache.org/repos/asf/camel-k.git. from b3b9cb3 chore(builder): Self-defined Build spec add a63b11e fix refs to camel-quarkus docs to point to latest released version No new revisions were added by this update. Summary of changes: docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc | 10 +- .../ROOT/pages/observability/monitoring/integration.adoc | 6 +++--- docs/modules/ROOT/pages/troubleshooting/debugging.adoc | 2 +- docs/modules/traits/pages/quarkus.adoc | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-)
[GitHub] [camel-k] djencks merged pull request #2708: fix refs to camel-quarkus docs to point to latest released version
djencks merged pull request #2708: URL: https://github.com/apache/camel-k/pull/2708 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-k] branch main updated: fix refs to camel-quarkus docs to point to latest released version
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git The following commit(s) were added to refs/heads/main by this push: new c905cc1 fix refs to camel-quarkus docs to point to latest released version c905cc1 is described below commit c905cc11c23a53afa29e070211270bbe203e0ce4 Author: David Jencks AuthorDate: Mon Oct 18 13:18:41 2021 -0700 fix refs to camel-quarkus docs to point to latest released version --- docs/modules/ROOT/pages/architecture/runtime.adoc | 2 +- docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc | 10 +- .../ROOT/pages/observability/monitoring/integration.adoc | 6 +++--- docs/modules/ROOT/pages/troubleshooting/debugging.adoc | 2 +- docs/modules/traits/pages/quarkus.adoc | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/modules/ROOT/pages/architecture/runtime.adoc b/docs/modules/ROOT/pages/architecture/runtime.adoc index 3b975a1..133d952 100644 --- a/docs/modules/ROOT/pages/architecture/runtime.adoc +++ b/docs/modules/ROOT/pages/architecture/runtime.adoc @@ -14,7 +14,7 @@ https://github.com/apache/camel-k-runtime[Camel K runtime] is a java application Camel Quarkus is an Apache Camel subproject that will make your Camel Integration run with the technology offered by https://quarkus.io/[Quarkus] project. Thanks to it, you will be able to reduce resource footprint and have a faster startup, which is a fundamental aspect of cloud native development. -Learn more in the xref:latest@camel-quarkus::index.adoc[Camel Quarkus documentation section]. +Learn more in the xref:camel-quarkus::index.adoc[Camel Quarkus documentation section]. [[runtime-duties]] == Runtime main duties diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc index d70e31f..688c66c 100644 --- a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc +++ b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc @@ -5,7 +5,7 @@ == Introduction This document guides you through the process of developing a new Kamelet that can be used by any Apache Camel subproject supporting the -Kamelet technology stack and shared with others via Kamelet catalogs, such as the official the Apache Camel xref:latest@camel-kamelets::index.adoc[Kamelet Catalog]. +Kamelet technology stack and shared with others via Kamelet catalogs, such as the official the Apache Camel xref:camel-kamelets::index.adoc[Kamelet Catalog]. We assume that the reader is familiar with the content of the xref:kamelets/kamelets-user.adoc[Kamelets User Guide] and with Camel K xref:installation/installation.adoc[installation] and general usage. @@ -111,7 +111,7 @@ spec: json: {} - to: "kamelet:sink" # <5> -<1> `keywords` is a path parameter in xref:latest@components::twitter-search-component.adoc[Camel Twitter-search] +<1> `keywords` is a path parameter in xref:components::twitter-search-component.adoc[Camel Twitter-search] <2> Some endpoint parameters are just mapped 1-1 <3> The Camel component `consumerKey` is named `apiKey` to reflect the actual name in the Twitter developer portal <4> The Camel Twitter component generates Java objects, so we marshal them to JSON @@ -458,7 +458,7 @@ Since the integration above produces useful data, its route could be technically as much as possible. We can think to store the time when the last update has been generated by the server and use it in subsequent queries to only obtain new events. This will not guarantee an "exactly once" semantics, because e.g. if the integration is restarted it will lose the in-memory state and start from the beginning, but it prevents sending an high amount of redundant data if the integration is kept alive. -To store the time when last result has been generated by the API, we can use one of the in-memory caches that Camel provides, such as xref:latest@components::caffeine-cache-component.adoc[camel-caffeine-cache]. +To store the time when last result has been generated by the API, we can use one of the in-memory caches that Camel provides, such as xref:components::caffeine-cache-component.adoc[camel-caffeine-cache]. WARNING: We're going to use an in-memory cache because we need to store a single value. When using stateful data repositories, such as caches, it's always a good practice to limit their size to a low value and avoid them to increase their size over time @@ -512,7 +512,7 @@ public class Earthquake extends RouteBuilder { <5> We put the current body in the claim check stack to use it for storing the "lastUpdate" field in the cache, then we restore the previous body <6> Individual records of the response are sent to the destination (which is "log:info" in this phase). In case an exception is thrown while processing a single entry, ind
[GitHub] [camel-spring-boot] djencks merged pull request #394: Camel spring boot 3.7.x new indexer/jsonpath syntax
djencks merged pull request #394: URL: https://github.com/apache/camel-spring-boot/pull/394 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] 06/08: generated changes removing *-common-starters
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 2450ee370ede11be4cb56da920998878e1fe123a Author: David Jencks AuthorDate: Wed Oct 20 07:34:47 2021 -0700 generated changes removing *-common-starters --- tooling/camel-spring-boot-bom/pom.xml | 15 --- tooling/camel-spring-boot-dependencies/pom.xml | 15 --- 2 files changed, 30 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 9721518..7d85c72 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -508,11 +508,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -773,11 +768,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -878,11 +868,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version} diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 0a205d2..cd70daf 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -713,11 +713,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -978,11 +973,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -1083,11 +1073,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version}
[camel-spring-boot] branch camel-spring-boot-3.7.x updated (e10c333 -> 7e78c2f)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. from e10c333 generated copies of autoconfig metadata json files new 82819c7 update index/jsonpath syntax new b299058 remove empty spring-cloud* json files new d6f1e6e remove empty spring-boot.json files, leaving the meaningful one new a318b0a remove empty *-common.json files and stop generating them new 25d66ed CAMEL-17056 finish removing obsolete code new 2450ee3 generated changes removing *-common-starters new 4b9bb0e cause Antora error on unused starter json file new 7e78c2f stop generating unused README.adoc The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: components-starter/README.adoc | 915 - .../camel-debezium-common-starter/pom.xml | 53 -- .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../src/main/resources/META-INF/spring.factories | 11 - .../camel-http-common-starter/pom.xml | 53 -- .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../camel-jetty-common-starter/pom.xml | 53 -- .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../src/main/docs/spring-boot.json | 3 - .../src/main/docs/spring-cloud-consul.json | 3 - .../src/main/docs/spring-cloud-netflix.json| 3 - .../src/main/docs/spring-cloud.json| 3 - .../src/main/docs/spring-cloud-zookeeper.json | 3 - components-starter/pom.xml | 3 - .../src/main/docs/spring-cloud-consul.json | 3 - .../src/main/docs/spring-cloud-netflix.json| 3 - .../src/main/docs/spring-cloud-zookeeper.json | 3 - .../src/main/docs/spring-cloud.json| 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../spring-boot/examples/json/spring-boot.json | 3 - .../examples/json/spring-cloud-consul.json | 3 - .../examples/json/spring-cloud-netflix.json| 3 - .../examples/json/spring-cloud-zookeeper.json | 3 - .../spring-boot/examples/json/spring-cloud.json| 3 - .../modules/spring-boot/partials/starter.adoc | 2 +- docs/pom.xml | 1 - docs/spring-boot/modules/ROOT/pages/_list-old.adoc | 915 - docs/spring-boot/modules/ROOT/pages/list.adoc | 79 +- .../itest/springboot/CamelDebeziumCommonTest.java | 46 -- .../itest/springboot/CamelHttpCommonTest.java | 49 -- .../itest/springboot/CamelJettyCommonTest.java | 51 -- tooling/camel-spring-boot-bom/pom.xml | 15 - tooling/camel-spring-boot-dependencies/pom.xml | 15 - .../camel-spring-boot-docs-maven-plugin/pom.xml| 204 - .../camel/springboot/maven/ExtMvelHelper.java | 81 -- .../maven/UpdateDocComponentsListMojo.java | 633 -- .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/readme-components.mvel | 12 - .../src/main/resources/readme-dataformats.mvel | 12 - .../src/main/resources/readme-languages.mvel | 12 - .../src/main/resources/readme-others.mvel | 12 - ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - tooling/pom.xml| 1 - 55 files changed, 37 insertions(+), 4165 deletions(-) delete mode 100644 components-starter/README.adoc delete mode 100644 components-starter/camel-debezium-common-starter/pom.xml delete mode 100644 components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/reso
[camel-spring-boot] 05/08: CAMEL-17056 finish removing obsolete code
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 25d66ed175c18e4c96a33d018a092d3790065b4a Author: David Jencks AuthorDate: Tue Oct 19 22:14:06 2021 -0700 CAMEL-17056 finish removing obsolete code --- .../src/main/resources/META-INF/spring.factories | 11 --- 1 file changed, 11 deletions(-) diff --git a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories index b3607dd..f66c0fe 100644 --- a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories +++ b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories @@ -16,27 +16,16 @@ ## --- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.list.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.map.springboot.HazelcastMapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.map.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.replicatedmap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.queue.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.set.springboot.HazelcastSetComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.set.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.topic.springboot.HazelcastTopicComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.topic.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.seda.springboot.HazelcastSedaComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.seda.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.multimap.springboot.HazelcastMultimapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.multimap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.ringbuffer.springboot.HazelcastRingbufferComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.ringbuffer.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.instance.springboot.HazelcastInstanceComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.instance.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.atomicnumber.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentConverter,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentConverter,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentConverter,\
[camel-spring-boot] 02/08: remove empty spring-cloud* json files
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit b29905847f9d0f4efa5bcf4223c845fca65d200c Author: David Jencks AuthorDate: Mon Oct 18 12:05:31 2021 -0700 remove empty spring-cloud* json files --- .../src/main/docs/spring-cloud-consul.json | 3 --- .../src/main/docs/spring-cloud-netflix.json| 3 --- .../camel-spring-cloud-starter/src/main/docs/spring-cloud.json | 3 --- .../src/main/docs/spring-cloud-zookeeper.json | 3 --- core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json | 3 --- .../camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json | 3 --- .../src/main/docs/spring-cloud-zookeeper.json | 3 --- core/camel-spring-cloud/src/main/docs/spring-cloud.json| 3 --- .../modules/spring-boot/examples/json/spring-cloud-consul.json | 3 --- .../modules/spring-boot/examples/json/spring-cloud-netflix.json| 3 --- .../modules/spring-boot/examples/json/spring-cloud-zookeeper.json | 3 --- docs/components/modules/spring-boot/examples/json/spring-cloud.json| 3 --- 12 files changed, 36 deletions(-) diff --git a/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json b/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json b/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json b/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json b/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json b/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json b/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json b/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud/src/main/docs/spring-cloud.json b/core/camel-spring-cloud/src/main/docs/spring-cloud.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud/src/main/docs/spring-cloud.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json b/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/examples/json/spring-cloud-netflix.json b/docs/components
[camel-spring-boot] 01/08: update index/jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 82819c7e7127a356ce0274efea0922a541f41b71 Author: David Jencks AuthorDate: Sat Oct 16 14:56:47 2021 -0700 update index/jsonpath syntax set up unused sbname reporting --- .../modules/spring-boot/partials/starter.adoc | 2 +- docs/spring-boot/modules/ROOT/pages/list.adoc | 77 ++ 2 files changed, 35 insertions(+), 44 deletions(-) diff --git a/docs/components/modules/spring-boot/partials/starter.adoc b/docs/components/modules/spring-boot/partials/starter.adoc index f3ac705..c77f20d 100644 --- a/docs/components/modules/spring-boot/partials/starter.adoc +++ b/docs/components/modules/spring-boot/partials/starter.adoc @@ -29,5 +29,5 @@ The component supports {sbpropertiescount} options, which are listed below. | Name | Description | Default | Type |=== -jsonpathTable2::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] +jsonpathTable::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] endif::[] diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 79e20ad..1e260f7 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -1,35 +1,38 @@ = Component Starters -:cellformats: cells="$xref,=`$\{artifactid}-starter`,supportlevel,since,description" +:cellformats: cellformats="$xref|util.starterArtifactId(this)|supportlevel|since|description" :base-query: component=components,relative=*.adoc,exclude='*-summary.adoc,index.adoc' :base-attributes-query: {base-query},attributes=camel-spring-boot-name :base-deprecated-query: {base-query},attributes='camel-spring-boot-name,deprecated' :base-missing-query: {base-query},attributes=!camel-spring-boot-name +include::indexcount$[component=components,module=spring-boot,family=example,queries='existing='] +include::indexuniquecount$[component=components,module=*,attributes=camel-spring-boot-name,formats='used=camelSpringBootName'] + +ifeval::[{used} != {existing}] +:sb-statistics: true +There are unused json files. +endif::[] + ifdef::sb-statistics[] == Statistics -:used: indexUniqueCount:[component=components,module=*,attributes=camel-spring-boot-name,unique=camel-spring-boot-name] +There are {existing} spring boot starter json files. -Used json files: {used} +Of these {used} are used in components, dataformats, etc. -:existing: indexCount:[component=components,module=spring-boot,family=example] +=== Unused spring-boot-starter names -Existing json files: {existing} +[indexBlock, 'resourceid=$resourceid,sbname=util.extractSBName($resourceid)',component=components,module=spring-boot,family=example,requires={requires}] + -ifeval::[{used} == {existing}] -There are unused json files. -endif::[] +%include::indexcount$[component=components,module=*,attributes='camel-spring-boot-name={sbname}',queries='using='] + +%ifeval::[{using} == 0] +{sbname} +%endif::[] + -//[indexBlock, 'resourceid,json1=resourceid.slice(43),json2=(resourceid.slice(43)).slice(-5)',component=components,module=spring-boot,family=example] -// -//resourceid: {resourceid} -// -//json1: {json1} -// -//json2: {json2} -// //,json3=resourceid.slice(43).split(".")[0\] -// //json3: {json3} -// +== Camel Spring Boot endif::[] Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot Starters @@ -38,13 +41,13 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S :components-query: module=ROOT,{base-attributes-query} -Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},unique=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) +Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},format=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) [{index-table-format}] |=== | Component | Artifact | Support Level | Since | Description |=== -indexTable::[{components-query},{cellformats}] +indexTable::[{cellformats},{requires},{components-query}] ifdef::sb-statistics[] === Non-Spring-Boot Components @@ -53,20 +56,20 @@ ifdef::sb-statistics[] |=== | Component | Artifact | Support Level | Since | Description |=== -i
[camel-spring-boot] 07/08: cause Antora error on unused starter json file
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 4b9bb0e74e11ca5e4b025497111e18a8a149551e Author: David Jencks AuthorDate: Tue Oct 19 22:39:27 2021 -0700 cause Antora error on unused starter json file --- docs/spring-boot/modules/ROOT/pages/list.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 1e260f7..f6a34d7 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -16,6 +16,8 @@ endif::[] ifdef::sb-statistics[] == Statistics +include::Error-unused-starter-json-in-3.7.x.adoc[] + There are {existing} spring boot starter json files. Of these {used} are used in components, dataformats, etc.
[camel-spring-boot] 03/08: remove empty spring-boot.json files, leaving the meaningful one
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit d6f1e6e423df6ae77ba3090e3d9f1ee8088394e3 Author: David Jencks AuthorDate: Mon Oct 18 12:14:16 2021 -0700 remove empty spring-boot.json files, leaving the meaningful one --- .../camel-spring-boot-starter/src/main/docs/spring-boot.json | 3 --- docs/components/modules/spring-boot/examples/json/spring-boot.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/components-starter/camel-spring-boot-starter/src/main/docs/spring-boot.json b/components-starter/camel-spring-boot-starter/src/main/docs/spring-boot.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-boot-starter/src/main/docs/spring-boot.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/examples/json/spring-boot.json b/docs/components/modules/spring-boot/examples/json/spring-boot.json deleted file mode 100644 index da5f5f2..000 --- a/docs/components/modules/spring-boot/examples/json/spring-boot.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file
[camel-spring-boot] 04/08: remove empty *-common.json files and stop generating them
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.7.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit a318b0a324fd9704f2b981972af8a6f05ef64806 Author: David Jencks AuthorDate: Mon Oct 18 07:45:47 2021 -0700 remove empty *-common.json files and stop generating them remove bogus *-common starters and related tests --- .../camel-debezium-common-starter/pom.xml | 53 -- .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-http-common-starter/pom.xml | 53 -- .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-jetty-common-starter/pom.xml | 53 -- .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../itest/springboot/CamelDebeziumCommonTest.java | 46 - .../itest/springboot/CamelHttpCommonTest.java | 49 - .../itest/springboot/CamelJettyCommonTest.java | 51 -- ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - 23 files changed, 1026 deletions(-) diff --git a/components-starter/camel-debezium-common-starter/pom.xml b/components-starter/camel-debezium-common-starter/pom.xml deleted file mode 100644 index e63ec8e..000 --- a/components-starter/camel-debezium-common-starter/pom.xml +++ /dev/null @@ -1,53 +0,0 @@ - - -http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> - 4.0.0 - -org.apache.camel.springboot -components-starter -3.7.7-SNAPSHOT - - camel-debezium-common-starter - jar - Camel SB Starters :: Debezium :: Common - Spring-Boot Starter for Camel Debezium Common support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-debezium-common - ${camel-version} - - - - org.apache.camel.springboot - camel-core-starter - - - org.apache.camel.springboot - camel-spring-boot-starter - - - - diff --git a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json b/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt b/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt deleted file mode 100644 index 6b0b127..000 --- a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 -http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall me
[camel-spring-boot] 07/08: cause Antora error on unused starter json file
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 1a098c8f4e5d8a41d0e5236da26718b140c94051 Author: David Jencks AuthorDate: Tue Oct 19 22:39:27 2021 -0700 cause Antora error on unused starter json file --- docs/spring-boot/modules/ROOT/pages/list.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 1e260f7..568e0f5 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -16,6 +16,8 @@ endif::[] ifdef::sb-statistics[] == Statistics +include::Error-unused-starter-json-in-3.11.x.adoc[] + There are {existing} spring boot starter json files. Of these {used} are used in components, dataformats, etc.
[camel-spring-boot] 04/08: CAMEL-17056 finish removing obsolete code
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 34755dcbdfb19e153c393b08524d99fe01d4b708 Author: David Jencks AuthorDate: Tue Oct 19 22:14:06 2021 -0700 CAMEL-17056 finish removing obsolete code --- .../src/main/resources/META-INF/spring.factories | 11 --- 1 file changed, 11 deletions(-) diff --git a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories index b3607dd..f66c0fe 100644 --- a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories +++ b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories @@ -16,27 +16,16 @@ ## --- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.list.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.map.springboot.HazelcastMapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.map.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.replicatedmap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.queue.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.set.springboot.HazelcastSetComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.set.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.topic.springboot.HazelcastTopicComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.topic.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.seda.springboot.HazelcastSedaComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.seda.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.multimap.springboot.HazelcastMultimapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.multimap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.ringbuffer.springboot.HazelcastRingbufferComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.ringbuffer.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.instance.springboot.HazelcastInstanceComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.instance.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.atomicnumber.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentConverter,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentConverter,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentConverter,\
[camel-spring-boot] 05/08: generated changes removing *-common-starters
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 34808771ba679ff5fc2402e632e06801c9a6fa34 Author: David Jencks AuthorDate: Wed Oct 20 07:23:12 2021 -0700 generated changes removing *-common-starters --- tooling/camel-spring-boot-bom/pom.xml | 15 --- tooling/camel-spring-boot-dependencies/pom.xml | 17 + 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index a917a3e..956528e 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -425,11 +425,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -700,11 +695,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -840,11 +830,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version} diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 545b73b..b2a9efe 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -828,11 +828,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -1103,11 +1098,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -1243,11 +1233,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version} @@ -4986,4 +4971,4 @@ provided - \ No newline at end of file +
[camel-spring-boot] 01/08: update index/jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 5d8037c1a0be0237622255d7b370a3055772c753 Author: David Jencks AuthorDate: Sat Oct 16 14:56:47 2021 -0700 update index/jsonpath syntax set up unused sbname reporting --- .../modules/spring-boot/partials/starter.adoc | 2 +- docs/spring-boot/modules/ROOT/pages/list.adoc | 77 ++ 2 files changed, 35 insertions(+), 44 deletions(-) diff --git a/docs/components/modules/spring-boot/partials/starter.adoc b/docs/components/modules/spring-boot/partials/starter.adoc index f3ac705..c77f20d 100644 --- a/docs/components/modules/spring-boot/partials/starter.adoc +++ b/docs/components/modules/spring-boot/partials/starter.adoc @@ -29,5 +29,5 @@ The component supports {sbpropertiescount} options, which are listed below. | Name | Description | Default | Type |=== -jsonpathTable2::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] +jsonpathTable::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] endif::[] diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 79e20ad..1e260f7 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -1,35 +1,38 @@ = Component Starters -:cellformats: cells="$xref,=`$\{artifactid}-starter`,supportlevel,since,description" +:cellformats: cellformats="$xref|util.starterArtifactId(this)|supportlevel|since|description" :base-query: component=components,relative=*.adoc,exclude='*-summary.adoc,index.adoc' :base-attributes-query: {base-query},attributes=camel-spring-boot-name :base-deprecated-query: {base-query},attributes='camel-spring-boot-name,deprecated' :base-missing-query: {base-query},attributes=!camel-spring-boot-name +include::indexcount$[component=components,module=spring-boot,family=example,queries='existing='] +include::indexuniquecount$[component=components,module=*,attributes=camel-spring-boot-name,formats='used=camelSpringBootName'] + +ifeval::[{used} != {existing}] +:sb-statistics: true +There are unused json files. +endif::[] + ifdef::sb-statistics[] == Statistics -:used: indexUniqueCount:[component=components,module=*,attributes=camel-spring-boot-name,unique=camel-spring-boot-name] +There are {existing} spring boot starter json files. -Used json files: {used} +Of these {used} are used in components, dataformats, etc. -:existing: indexCount:[component=components,module=spring-boot,family=example] +=== Unused spring-boot-starter names -Existing json files: {existing} +[indexBlock, 'resourceid=$resourceid,sbname=util.extractSBName($resourceid)',component=components,module=spring-boot,family=example,requires={requires}] + -ifeval::[{used} == {existing}] -There are unused json files. -endif::[] +%include::indexcount$[component=components,module=*,attributes='camel-spring-boot-name={sbname}',queries='using='] + +%ifeval::[{using} == 0] +{sbname} +%endif::[] + -//[indexBlock, 'resourceid,json1=resourceid.slice(43),json2=(resourceid.slice(43)).slice(-5)',component=components,module=spring-boot,family=example] -// -//resourceid: {resourceid} -// -//json1: {json1} -// -//json2: {json2} -// //,json3=resourceid.slice(43).split(".")[0\] -// //json3: {json3} -// +== Camel Spring Boot endif::[] Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot Starters @@ -38,13 +41,13 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S :components-query: module=ROOT,{base-attributes-query} -Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},unique=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) +Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},format=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) [{index-table-format}] |=== | Component | Artifact | Support Level | Since | Description |=== -indexTable::[{components-query},{cellformats}] +indexTable::[{cellformats},{requires},{components-query}] ifdef::sb-statistics[] === Non-Spring-Boot Components @@ -53,20 +56,20 @@ ifdef::sb-statistics[] |=== | Component | Artifact | Support Level | Since | Description |=== -
[GitHub] [camel-spring-boot] djencks merged pull request #393: Camel spring boot 3.11.x new indexer/jsonpath syntax
djencks merged pull request #393: URL: https://github.com/apache/camel-spring-boot/pull/393 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] 03/08: remove empty *-common.json files and stop generating them
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 4ec1d7e42a5a24e097fab761442f7e66e0bd1147 Author: David Jencks AuthorDate: Mon Oct 18 07:45:47 2021 -0700 remove empty *-common.json files and stop generating them remove bogus *-common starters and related tests --- .../camel-debezium-common-starter/pom.xml | 49 - .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-http-common-starter/pom.xml | 49 - .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-jetty-common-starter/pom.xml | 49 - .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../itest/springboot/CamelDebeziumCommonTest.java | 46 - .../itest/springboot/CamelHttpCommonTest.java | 49 - .../itest/springboot/CamelJettyCommonTest.java | 51 -- ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - 23 files changed, 1014 deletions(-) diff --git a/components-starter/camel-debezium-common-starter/pom.xml b/components-starter/camel-debezium-common-starter/pom.xml deleted file mode 100644 index 279cb57..000 --- a/components-starter/camel-debezium-common-starter/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - -http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> - 4.0.0 - -org.apache.camel.springboot -components-starter -3.11.4-SNAPSHOT - - camel-debezium-common-starter - jar - Camel SB Starters :: Debezium :: Common - Spring-Boot Starter for Camel Debezium Common support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-debezium-common - ${camel-version} - - - - org.apache.camel.springboot - camel-core-starter - - - - diff --git a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json b/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt b/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt deleted file mode 100644 index 6b0b127..000 --- a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 -http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited
[camel-spring-boot] 05/06: cause Antora error on unused starter json file
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 4bd87c7804366151964a64edd89fd42d82fc2719 Author: David Jencks AuthorDate: Tue Oct 19 22:39:27 2021 -0700 cause Antora error on unused starter json file --- docs/spring-boot/modules/ROOT/pages/list.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 7760442..0af618a 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -16,6 +16,8 @@ endif::[] ifdef::sb-statistics[] == Statistics +include::Error-unused-starter-json-in-3.12.x.adoc[] + There are {existing} spring boot starter json files. Of these {used} are used in components, dataformats, etc.
[camel-spring-boot] 04/06: generated changes removing *-common-starters
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 6922336b575ba12ed6410cb3959b979167025792 Author: David Jencks AuthorDate: Wed Oct 20 06:31:52 2021 -0700 generated changes removing *-common-starters --- tooling/camel-spring-boot-bom/pom.xml | 15 --- tooling/camel-spring-boot-dependencies/pom.xml | 15 --- 2 files changed, 30 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index f9b1e00..16f3695 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -430,11 +430,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -705,11 +700,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -860,11 +850,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version} diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 8d0706e..84a2603 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -838,11 +838,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -1113,11 +1108,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -1268,11 +1258,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version}
[camel-spring-boot] 03/06: CAMEL-17056 finish removing obsolete code
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 0605c0aba32fcdd4d1ed2ef9ae638e504e87d453 Author: David Jencks AuthorDate: Tue Oct 19 22:14:06 2021 -0700 CAMEL-17056 finish removing obsolete code --- .../src/main/resources/META-INF/spring.factories | 11 --- 1 file changed, 11 deletions(-) diff --git a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories index b3607dd..f66c0fe 100644 --- a/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories +++ b/components-starter/camel-hazelcast-starter/src/main/resources/META-INF/spring.factories @@ -16,27 +16,16 @@ ## --- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.list.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.map.springboot.HazelcastMapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.map.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.replicatedmap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.queue.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.set.springboot.HazelcastSetComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.set.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.topic.springboot.HazelcastTopicComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.topic.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.seda.springboot.HazelcastSedaComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.seda.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.multimap.springboot.HazelcastMultimapComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.multimap.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.ringbuffer.springboot.HazelcastRingbufferComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.ringbuffer.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.instance.springboot.HazelcastInstanceComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.instance.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.atomicnumber.springboot.HazelcastAtomicnumberComponentAutoConfiguration,\ -org.apache.camel.component.hazelcast.atomicnumber.springboot.customizer.HazelcastInstanceCustomizer,\ org.apache.camel.component.hazelcast.list.springboot.HazelcastListComponentConverter,\ org.apache.camel.component.hazelcast.replicatedmap.springboot.HazelcastReplicatedmapComponentConverter,\ org.apache.camel.component.hazelcast.queue.springboot.HazelcastQueueComponentConverter,\
[camel-spring-boot] 01/06: update index/jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 14b9a4828d814a0ed1debc49fb20ced6616a1f14 Author: David Jencks AuthorDate: Sat Oct 16 14:56:47 2021 -0700 update index/jsonpath syntax set up unused sbname reporting --- .../modules/spring-boot/partials/starter.adoc | 2 +- docs/spring-boot/modules/ROOT/pages/list.adoc | 75 ++ 2 files changed, 34 insertions(+), 43 deletions(-) diff --git a/docs/components/modules/spring-boot/partials/starter.adoc b/docs/components/modules/spring-boot/partials/starter.adoc index f3ac705..c77f20d 100644 --- a/docs/components/modules/spring-boot/partials/starter.adoc +++ b/docs/components/modules/spring-boot/partials/starter.adoc @@ -29,5 +29,5 @@ The component supports {sbpropertiescount} options, which are listed below. | Name | Description | Default | Type |=== -jsonpathTable2::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] +jsonpathTable::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] endif::[] diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index d5a1e18..7760442 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -1,35 +1,38 @@ = Component Starters -:cellformats: cells="$xref,=`$\{artifactid}-starter`,supportlevel,since,description" +:cellformats: cellformats="$xref|util.starterArtifactId(this)|supportlevel|since|description" :base-query: component=components,relative=*.adoc,exclude='*-summary.adoc,index.adoc' :base-attributes-query: {base-query},attributes=camel-spring-boot-name :base-deprecated-query: {base-query},attributes='camel-spring-boot-name,deprecated' :base-missing-query: {base-query},attributes=!camel-spring-boot-name +include::indexcount$[component=components,module=spring-boot,family=example,queries='existing='] +include::indexuniquecount$[component=components,module=*,attributes=camel-spring-boot-name,formats='used=camelSpringBootName'] + +ifeval::[{used} != {existing}] +:sb-statistics: true +There are unused json files. +endif::[] + ifdef::sb-statistics[] == Statistics -:used: indexUniqueCount:[component=components,module=*,attributes=camel-spring-boot-name,unique=camel-spring-boot-name] +There are {existing} spring boot starter json files. -Used json files: {used} +Of these {used} are used in components, dataformats, etc. -:existing: indexCount:[component=components,module=spring-boot,family=example] +=== Unused spring-boot-starter names -Existing json files: {existing} +[indexBlock, 'resourceid=$resourceid,sbname=util.extractSBName($resourceid)',component=components,module=spring-boot,family=example,requires={requires}] + -ifeval::[{used} == {existing}] -There are unused json files. -endif::[] +%include::indexcount$[component=components,module=*,attributes='camel-spring-boot-name={sbname}',queries='using='] + +%ifeval::[{using} == 0] +{sbname} +%endif::[] + -//[indexBlock, 'resourceid,json1=resourceid.slice(43),json2=(resourceid.slice(43)).slice(-5)',component=components,module=spring-boot,family=example] -// -//resourceid: {resourceid} -// -//json1: {json1} -// -//json2: {json2} -// //,json3=resourceid.slice(43).split(".")[0\] -// //json3: {json3} -// +== Camel Spring Boot endif::[] Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot Starters @@ -38,13 +41,13 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S :components-query: module=ROOT,{base-attributes-query} -Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},unique=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) +Number of Camel components: indexCount:[{components-query}] in indexUniqueCount:[{components-query},format=artifactid] JAR artifacts (indexCount:[module=ROOT,{base-deprecated-query}] deprecated) [{index-table-format}] |=== | Component | Artifact | Support Level | Since | Description |=== -indexTable::[{components-query},{cellformats}] +indexTable::[{cellformats},{requires},{components-query}] ifdef::sb-statistics[] === Non-Spring-Boot Components @@ -53,20 +56,20 @@ ifdef::sb-statistics[] |=== | Component | Artifact | Support Level | Since | Description |=== -
[camel-spring-boot] 02/08: remove empty spring-cloud* json files
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit ec14e86e26f0fcdf7564c21f64d484501749c16c Author: David Jencks AuthorDate: Mon Oct 18 12:05:31 2021 -0700 remove empty spring-cloud* json files --- .../src/main/docs/spring-cloud-consul.json | 3 --- .../src/main/docs/spring-cloud-netflix.json| 3 --- .../camel-spring-cloud-starter/src/main/docs/spring-cloud.json | 3 --- .../src/main/docs/spring-cloud-zookeeper.json | 3 --- core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json | 3 --- .../camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json | 3 --- .../src/main/docs/spring-cloud-zookeeper.json | 3 --- core/camel-spring-cloud/src/main/docs/spring-cloud.json| 3 --- .../modules/spring-boot/examples/json/spring-cloud-consul.json | 3 --- .../modules/spring-boot/examples/json/spring-cloud-netflix.json| 3 --- .../modules/spring-boot/examples/json/spring-cloud-zookeeper.json | 3 --- docs/components/modules/spring-boot/examples/json/spring-cloud.json| 3 --- 12 files changed, 36 deletions(-) diff --git a/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json b/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-consul-starter/src/main/docs/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json b/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-netflix-starter/src/main/docs/spring-cloud-netflix.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json b/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-starter/src/main/docs/spring-cloud.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json b/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-spring-cloud-zookeeper-starter/src/main/docs/spring-cloud-zookeeper.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json b/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-consul/src/main/docs/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json b/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-netflix/src/main/docs/spring-cloud-netflix.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json b/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud-zookeeper/src/main/docs/spring-cloud-zookeeper.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/core/camel-spring-cloud/src/main/docs/spring-cloud.json b/core/camel-spring-cloud/src/main/docs/spring-cloud.json deleted file mode 100644 index da5f5f2..000 --- a/core/camel-spring-cloud/src/main/docs/spring-cloud.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json b/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json deleted file mode 100644 index da5f5f2..000 --- a/docs/components/modules/spring-boot/examples/json/spring-cloud-consul.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/examples/json/spring-cloud-netflix.json b/docs/component
[camel-spring-boot] branch camel-spring-boot-3.11.x updated (ada9de2 -> 3dc318c)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch camel-spring-boot-3.11.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. from ada9de2 generated copies of autoconfig metadata json files new 5d8037c update index/jsonpath syntax new ec14e86 remove empty spring-cloud* json files new 4ec1d7e remove empty *-common.json files and stop generating them new 34755dc CAMEL-17056 finish removing obsolete code new 3480877 generated changes removing *-common-starters new 8356482 generated version update 3.11.3-SNAPSHOT to 3.11.4-SNAPSHOT in catalog new 1a098c8 cause Antora error on unused starter json file new 3dc318c stop generating unused README.adoc The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../springboot/catalog/components/activemq.json| 2 +- .../springboot/catalog/components/ahc-ws.json | 2 +- .../springboot/catalog/components/ahc-wss.json | 2 +- .../camel/springboot/catalog/components/ahc.json | 2 +- .../camel/springboot/catalog/components/amqp.json | 2 +- .../springboot/catalog/components/arangodb.json| 2 +- .../camel/springboot/catalog/components/as2.json | 2 +- .../springboot/catalog/components/asterisk.json| 2 +- .../springboot/catalog/components/atlasmap.json| 2 +- .../camel/springboot/catalog/components/atmos.json | 2 +- .../catalog/components/atmosphere-websocket.json | 2 +- .../camel/springboot/catalog/components/atom.json | 2 +- .../springboot/catalog/components/atomix-map.json | 2 +- .../catalog/components/atomix-messaging.json | 2 +- .../catalog/components/atomix-multimap.json| 2 +- .../catalog/components/atomix-queue.json | 2 +- .../springboot/catalog/components/atomix-set.json | 2 +- .../catalog/components/atomix-value.json | 2 +- .../camel/springboot/catalog/components/avro.json | 2 +- .../catalog/components/aws-secrets-manager.json| 2 +- .../springboot/catalog/components/aws2-athena.json | 2 +- .../springboot/catalog/components/aws2-cw.json | 2 +- .../springboot/catalog/components/aws2-ddb.json| 2 +- .../catalog/components/aws2-ddbstream.json | 2 +- .../springboot/catalog/components/aws2-ec2.json| 2 +- .../springboot/catalog/components/aws2-ecs.json| 2 +- .../springboot/catalog/components/aws2-eks.json| 2 +- .../catalog/components/aws2-eventbridge.json | 2 +- .../springboot/catalog/components/aws2-iam.json| 2 +- .../catalog/components/aws2-kinesis-firehose.json | 2 +- .../catalog/components/aws2-kinesis.json | 2 +- .../springboot/catalog/components/aws2-kms.json| 2 +- .../springboot/catalog/components/aws2-lambda.json | 2 +- .../springboot/catalog/components/aws2-mq.json | 2 +- .../springboot/catalog/components/aws2-msk.json| 2 +- .../springboot/catalog/components/aws2-s3.json | 2 +- .../springboot/catalog/components/aws2-ses.json| 2 +- .../springboot/catalog/components/aws2-sns.json| 2 +- .../springboot/catalog/components/aws2-sqs.json| 2 +- .../springboot/catalog/components/aws2-sts.json| 2 +- .../catalog/components/aws2-translate.json | 2 +- .../catalog/components/azure-cosmosdb.json | 2 +- .../catalog/components/azure-eventhubs.json| 2 +- .../catalog/components/azure-storage-blob.json | 2 +- .../catalog/components/azure-storage-datalake.json | 2 +- .../catalog/components/azure-storage-queue.json| 2 +- .../catalog/components/bean-validator.json | 2 +- .../camel/springboot/catalog/components/bean.json | 2 +- .../springboot/catalog/components/beanstalk.json | 2 +- .../springboot/catalog/components/bonita.json | 2 +- .../camel/springboot/catalog/components/box.json | 2 +- .../springboot/catalog/components/braintree.json | 2 +- .../springboot/catalog/components/browse.json | 2 +- .../catalog/components/caffeine-cache.json | 2 +- .../catalog/components/caffeine-loadcache.json | 2 +- .../springboot/catalog/components/chatscript.json | 2 +- .../camel/springboot/catalog/components/chunk.json | 2 +- .../camel/springboot/catalog/components/class.json | 2 +- .../springboot/catalog/components/cm-sms.json | 2 +- .../camel/springboot/catalog/components/cmis.json | 2 +- .../springboot/catalog/components/coap+tcp.json| 2 +- .../camel/springboot/catalog/components/coap.json | 2 +- .../springboot/catalog/components/coaps+tcp.json | 2 +- .../camel/springboot/catalog/components/coaps.json | 2 +- .../springboot/catalog/components/cometd.json | 2 +-
[camel-spring-boot] branch camel-spring-boot-3.12.x updated (0e6eb70 -> a45eb32)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. from 0e6eb70 generated copies of autoconfig metadata json files new 14b9a48 update index/jsonpath syntax new f0d8a97 remove empty *-common.json files and stop generating them new 0605c0a CAMEL-17056 finish removing obsolete code new 6922336 generated changes removing *-common-starters new 4bd87c7 cause Antora error on unused starter json file new a45eb32 stop generating unused README.adoc The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: components-starter/README.adoc | 907 - .../camel-debezium-common-starter/pom.xml | 49 -- .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../src/main/resources/META-INF/spring.factories | 11 - .../camel-http-common-starter/pom.xml | 49 -- .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../camel-jetty-common-starter/pom.xml | 49 -- .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../modules/spring-boot/partials/starter.adoc | 2 +- docs/pom.xml | 1 - docs/spring-boot/modules/ROOT/pages/_list-old.adoc | 907 - docs/spring-boot/modules/ROOT/pages/list.adoc | 77 +- .../itest/springboot/CamelDebeziumCommonTest.java | 46 -- .../itest/springboot/CamelHttpCommonTest.java | 49 -- .../itest/springboot/CamelJettyCommonTest.java | 51 -- tooling/camel-spring-boot-bom/pom.xml | 15 - tooling/camel-spring-boot-dependencies/pom.xml | 15 - .../camel-spring-boot-docs-maven-plugin/pom.xml| 204 - .../camel/springboot/maven/ExtMvelHelper.java | 80 -- .../maven/UpdateDocComponentsListMojo.java | 633 -- .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/readme-components.mvel | 12 - .../src/main/resources/readme-dataformats.mvel | 12 - .../src/main/resources/readme-languages.mvel | 12 - .../src/main/resources/readme-others.mvel | 12 - ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - tooling/pom.xml| 1 - 41 files changed, 36 insertions(+), 4093 deletions(-) delete mode 100644 components-starter/README.adoc delete mode 100644 components-starter/camel-debezium-common-starter/pom.xml delete mode 100644 components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/spring.provides delete mode 100644 components-starter/camel-http-common-starter/pom.xml delete mode 100644 components-starter/camel-http-common-starter/src/main/docs/http-common.json delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/spring.provides delete mode 100644 components-starter/camel-jetty-common-starter/pom.xml delete mode 100644 components-starter/camel-jetty-common-starter/src/main/docs/jetty-common.json delete mode 100644 components-starter/camel-jetty-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-jetty-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-jetty-common-starter/src
[GitHub] [camel-spring-boot] djencks merged pull request #392: Camel spring boot 3.12.x new indexer/jsonpath syntax
djencks merged pull request #392: URL: https://github.com/apache/camel-spring-boot/pull/392 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] 02/06: remove empty *-common.json files and stop generating them
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch camel-spring-boot-3.12.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit f0d8a974dfbde131d4c113d7b75b9e06f5a3ce93 Author: David Jencks AuthorDate: Mon Oct 18 07:45:47 2021 -0700 remove empty *-common.json files and stop generating them remove bogus *-common starters and related tests --- .../camel-debezium-common-starter/pom.xml | 49 - .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-http-common-starter/pom.xml | 49 - .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-jetty-common-starter/pom.xml | 49 - .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../itest/springboot/CamelDebeziumCommonTest.java | 46 - .../itest/springboot/CamelHttpCommonTest.java | 49 - .../itest/springboot/CamelJettyCommonTest.java | 51 -- ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - 23 files changed, 1014 deletions(-) diff --git a/components-starter/camel-debezium-common-starter/pom.xml b/components-starter/camel-debezium-common-starter/pom.xml deleted file mode 100644 index abe28f1..000 --- a/components-starter/camel-debezium-common-starter/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - -http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> - 4.0.0 - -org.apache.camel.springboot -components-starter -3.12.1-SNAPSHOT - - camel-debezium-common-starter - jar - Camel SB Starters :: Debezium :: Common - Spring-Boot Starter for Camel Debezium Common support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-debezium-common - ${camel-version} - - - - org.apache.camel.springboot - camel-core-starter - - - - diff --git a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json b/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt b/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt deleted file mode 100644 index 6b0b127..000 --- a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 -http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited
[GitHub] [camel-spring-boot] djencks merged pull request #391: Main new indexer/jsonpath syntax
djencks merged pull request #391: URL: https://github.com/apache/camel-spring-boot/pull/391 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[camel-spring-boot] 04/05: cause Antora error on unused starter json file
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 086b3c40f6e4dc62c4e4e496fc563a7d518b8777 Author: David Jencks AuthorDate: Tue Oct 19 22:39:27 2021 -0700 cause Antora error on unused starter json file --- docs/spring-boot/modules/ROOT/pages/list.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index 7760442..d001f08 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -16,6 +16,8 @@ endif::[] ifdef::sb-statistics[] == Statistics +include::Error-unused-starter-json.adoc[] + There are {existing} spring boot starter json files. Of these {used} are used in components, dataformats, etc.
[camel-spring-boot] branch main updated (a7c2607 -> 417a99d)
This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git. from a7c2607 Upgrade the spring-boot integration tests module to use JUnit5. (#395) new e72334f update index/jsonpath syntax new 07ff16e remove empty *-common.json files and stop generating them new 37f8bc7 generated changes new 086b3c4 cause Antora error on unused starter json file new 417a99d stop generating unused README.adoc The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: components-starter/README.adoc | 907 - .../camel-debezium-common-starter/pom.xml | 49 -- .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../camel-http-common-starter/pom.xml | 49 -- .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - .../camel-jetty-common-starter/pom.xml | 49 -- .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/META-INF/spring.provides| 17 - components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../modules/spring-boot/examples/json/jsonApi.json | 41 - .../modules/spring-boot/partials/starter.adoc | 2 +- docs/pom.xml | 1 - docs/spring-boot/modules/ROOT/pages/_list-old.adoc | 907 - docs/spring-boot/modules/ROOT/pages/list.adoc | 77 +- .../itest/springboot/CamelDebeziumCommonTest.java | 46 -- .../itest/springboot/CamelHttpCommonTest.java | 49 -- .../itest/springboot/CamelJettyCommonTest.java | 51 -- tooling/camel-spring-boot-bom/pom.xml | 15 - tooling/camel-spring-boot-dependencies/pom.xml | 15 - .../camel-spring-boot-docs-maven-plugin/pom.xml| 204 - .../camel/springboot/maven/ExtMvelHelper.java | 80 -- .../maven/UpdateDocComponentsListMojo.java | 633 -- .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 - .../src/main/resources/readme-components.mvel | 12 - .../src/main/resources/readme-dataformats.mvel | 12 - .../src/main/resources/readme-languages.mvel | 12 - .../src/main/resources/readme-others.mvel | 12 - ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - tooling/pom.xml| 1 - 41 files changed, 36 insertions(+), 4123 deletions(-) delete mode 100644 components-starter/README.adoc delete mode 100644 components-starter/camel-debezium-common-starter/pom.xml delete mode 100644 components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-debezium-common-starter/src/main/resources/META-INF/spring.provides delete mode 100644 components-starter/camel-http-common-starter/pom.xml delete mode 100644 components-starter/camel-http-common-starter/src/main/docs/http-common.json delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-http-common-starter/src/main/resources/META-INF/spring.provides delete mode 100644 components-starter/camel-jetty-common-starter/pom.xml delete mode 100644 components-starter/camel-jetty-common-starter/src/main/docs/jetty-common.json delete mode 100644 components-starter/camel-jetty-common-starter/src/main/resources/META-INF/LICENSE.txt delete mode 100644 components-starter/camel-jetty-common-starter/src/main/resources/META-INF/NOTICE.txt delete mode 100644 components-starter/camel-jetty-common-starter/src/main/resources/META-INF/spring.provides delete mode 100644 docs/components/modules/
[camel-spring-boot] 01/05: update index/jsonpath syntax
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit e72334f4914e296b14c54a90a18e345ba27d1524 Author: David Jencks AuthorDate: Sat Oct 16 14:56:47 2021 -0700 update index/jsonpath syntax set up unused sbname reporting remove jsonApi.json with wrong name case --- .../modules/spring-boot/examples/json/jsonApi.json | 41 .../modules/spring-boot/partials/starter.adoc | 2 +- docs/spring-boot/modules/ROOT/pages/list.adoc | 75 ++ 3 files changed, 34 insertions(+), 84 deletions(-) diff --git a/docs/components/modules/spring-boot/examples/json/jsonApi.json b/docs/components/modules/spring-boot/examples/json/jsonApi.json deleted file mode 100644 index 729b89a..000 --- a/docs/components/modules/spring-boot/examples/json/jsonApi.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "groups": [ -{ - "name": "camel.dataformat.jsonapi", - "type": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration", - "sourceType": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration" -}, -{ - "name": "camel.dataformat.jsonapi.customizer", - "type": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties", - "sourceType": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration", - "sourceMethod": "getCustomizer()" -} - ], - "properties": [ -{ - "name": "camel.dataformat.jsonapi.customizer.enabled", - "type": "java.lang.Boolean", - "sourceType": "org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon$CustomizerProperties" -}, -{ - "name": "camel.dataformat.jsonapi.data-format-types", - "type": "java.lang.Class[]", - "description": "The classes to take into account for the marshalling", - "sourceType": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration" -}, -{ - "name": "camel.dataformat.jsonapi.enabled", - "type": "java.lang.Boolean", - "description": "Whether to enable auto configuration of the jsonApi data format. This is enabled by default.", - "sourceType": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration" -}, -{ - "name": "camel.dataformat.jsonapi.main-format-type", - "type": "java.lang.Class", - "description": "The classes to take into account while unmarshalling", - "sourceType": "org.apache.camel.component.jsonapi.springboot.JsonApiDataFormatConfiguration" -} - ], - "hints": [] -} \ No newline at end of file diff --git a/docs/components/modules/spring-boot/partials/starter.adoc b/docs/components/modules/spring-boot/partials/starter.adoc index f3ac705..c77f20d 100644 --- a/docs/components/modules/spring-boot/partials/starter.adoc +++ b/docs/components/modules/spring-boot/partials/starter.adoc @@ -29,5 +29,5 @@ The component supports {sbpropertiescount} options, which are listed below. | Name | Description | Default | Type |=== -jsonpathTable2::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] +jsonpathTable::spring-boot:example$json/{camel-spring-boot-name}.json[query='nodes$.properties[?(!(@.name.endsWith("customizer.enabled")))]', cellformats='util.boldLink(value.name, "sb_option")|util.description(value)|util.valueAsString(value.defaultValue)|util.javaSimpleName(value.type)', {requires}] endif::[] diff --git a/docs/spring-boot/modules/ROOT/pages/list.adoc b/docs/spring-boot/modules/ROOT/pages/list.adoc index d5a1e18..7760442 100644 --- a/docs/spring-boot/modules/ROOT/pages/list.adoc +++ b/docs/spring-boot/modules/ROOT/pages/list.adoc @@ -1,35 +1,38 @@ = Component Starters -:cellformats: cells="$xref,=`$\{artifactid}-starter`,supportlevel,since,description" +:cellformats: cellformats="$xref|util.starterArtifactId(this)|supportlevel|since|description" :base-query: component=components,relative=*.adoc,exclude='*-summary.adoc,index.adoc' :base-attributes-query: {base-query},attributes=camel-spring-boot-name :base-deprecated-query: {base-query},attributes='camel-spring-boot-name,deprecated' :base-missing-query: {base-query},attributes=!camel-spring-boot-name +include::indexcount$[component=components,module=spring-boot,family=example,queries='existing='] +include::indexuniquecount$[component=components,module=*,attributes=camel-spring-boot-name,formats='used=camelSpringBootName'] + +ifeval::[{used} != {existing}] +:sb-statistics: true +There are unused json files. +endif::[] + ifdef::sb-statistics[] == Statistics -:used: indexUnique
[camel-spring-boot] 02/05: remove empty *-common.json files and stop generating them
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 07ff16e07cc9fea1c0a67f15c0eee17544605f8f Author: David Jencks AuthorDate: Mon Oct 18 07:45:47 2021 -0700 remove empty *-common.json files and stop generating them remove bogus *-common starters and related tests --- .../camel-debezium-common-starter/pom.xml | 49 - .../src/main/docs/debezium-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-http-common-starter/pom.xml | 49 - .../src/main/docs/http-common.json | 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- .../camel-jetty-common-starter/pom.xml | 49 - .../src/main/docs/jetty-common.json| 3 - .../src/main/resources/META-INF/LICENSE.txt| 203 - .../src/main/resources/META-INF/NOTICE.txt | 11 -- .../src/main/resources/META-INF/spring.provides| 17 -- components-starter/pom.xml | 3 - .../spring-boot/examples/json/debezium-common.json | 3 - .../spring-boot/examples/json/http-common.json | 3 - .../spring-boot/examples/json/jetty-common.json| 3 - .../itest/springboot/CamelDebeziumCommonTest.java | 46 - .../itest/springboot/CamelHttpCommonTest.java | 49 - .../itest/springboot/CamelJettyCommonTest.java | 51 -- ...pdateSpringBootAutoConfigurationReadmeMojo.java | 7 - 23 files changed, 1014 deletions(-) diff --git a/components-starter/camel-debezium-common-starter/pom.xml b/components-starter/camel-debezium-common-starter/pom.xml deleted file mode 100644 index 7baeb4d..000 --- a/components-starter/camel-debezium-common-starter/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - -http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> - 4.0.0 - -org.apache.camel.springboot -components-starter -3.13.0-SNAPSHOT - - camel-debezium-common-starter - jar - Camel SB Starters :: Debezium :: Common - Spring-Boot Starter for Camel Debezium Common support - - - org.springframework.boot - spring-boot-starter - ${spring-boot-version} - - - org.apache.camel - camel-debezium-common - ${camel-version} - - - - org.apache.camel.springboot - camel-core-starter - - - - diff --git a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json b/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json deleted file mode 100644 index da5f5f2..000 --- a/components-starter/camel-debezium-common-starter/src/main/docs/debezium-common.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "properties": [] -} \ No newline at end of file diff --git a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt b/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt deleted file mode 100644 index 6b0b127..000 --- a/components-starter/camel-debezium-common-starter/src/main/resources/META-INF/LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 -http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source c
[camel-spring-boot] 03/05: generated changes
This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git commit 37f8bc74f832209a682d22538ef7fb9a6876fb2a Author: David Jencks AuthorDate: Tue Oct 19 22:13:00 2021 -0700 generated changes --- tooling/camel-spring-boot-bom/pom.xml | 15 --- tooling/camel-spring-boot-dependencies/pom.xml | 15 --- 2 files changed, 30 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 7f87e9c..638d0b6 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -430,11 +430,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -705,11 +700,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -860,11 +850,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version} diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index dc5e51f..ea60025 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -638,11 +638,6 @@ org.apache.camel.springboot -camel-debezium-common-starter -${project.version} - - -org.apache.camel.springboot camel-debezium-mongodb-starter ${project.version} @@ -913,11 +908,6 @@ org.apache.camel.springboot -camel-http-common-starter -${project.version} - - -org.apache.camel.springboot camel-http-starter ${project.version} @@ -1068,11 +1058,6 @@ org.apache.camel.springboot -camel-jetty-common-starter -${project.version} - - -org.apache.camel.springboot camel-jetty-starter ${project.version}
[GitHub] [camel-quarkus] ppalaga commented on issue #3115: Could not find io.netty:netty-tcnative-boringssl-static
ppalaga commented on issue #3115: URL: https://github.com/apache/camel-quarkus/issues/3115#issuecomment-949812623 > Anyway, once we have a solution for the missing tcnative version, we should also get back to having Quarkus BOM before our BOM in all CQ test modules. I have filed a separate issue for that https://github.com/apache/camel-quarkus/issues/3222 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-quarkus] ppalaga opened a new pull request #3223: Import quarkus-bom before camel-quarkus-bom in tests
ppalaga opened a new pull request #3223: URL: https://github.com/apache/camel-quarkus/pull/3223 Fix #3222 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k-runtime] lburgazzoli edited a comment on pull request #746: camel quarkus 2.4.0
lburgazzoli edited a comment on pull request #746: URL: https://github.com/apache/camel-k-runtime/pull/746#issuecomment-949794589 /cc @nicolaferraro /cc @ppalaga -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #746: camel quarkus 2.4.0
lburgazzoli commented on pull request #746: URL: https://github.com/apache/camel-k-runtime/pull/746#issuecomment-949795515 Leverages camel-quarkus [staging repository](https://repository.apache.org/content/repositories/orgapachecamel-1370) -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k-runtime] lburgazzoli commented on pull request #746: camel quarkus 2.4.0
lburgazzoli commented on pull request #746: URL: https://github.com/apache/camel-k-runtime/pull/746#issuecomment-949794589 /cc @nicolaferraro -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-k-runtime] lburgazzoli opened a new pull request #746: camel quarkus 2.4.0
lburgazzoli opened a new pull request #746: URL: https://github.com/apache/camel-k-runtime/pull/746 - deps: update to camel-quarkus 2.4.0 - fix: move tests classes to a dedicate package to avoid split package warning - deps: update directory-maven-plugin to v1.0.0 - deps: update gmavenplus-plugin to v1.13.0 - deps: update maven-pmd-plugin to v3.15.0 - deps: update checkstyle to v8.44 - deps: update directory-maven-plugin to v1.0 **Release Note** ```release-note NONE ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-quarkus] ppalaga opened a new issue #3222: Import quarkus-bom before camel-quarkus-bom in tests
ppalaga opened a new issue #3222: URL: https://github.com/apache/camel-quarkus/issues/3222 The current ordering serves as a workaround for https://github.com/quarkusio/quarkus/issues/20461 ``` org.apache.camel.quarkus camel-quarkus-bom 2.4.1-SNAPSHOT io.quarkus quarkus-bom ${quarkus.version} ``` After Quarkus 2.4.0 it should be possible to change it to ``` io.quarkus quarkus-bom ${quarkus.version} org.apache.camel.quarkus camel-quarkus-bom 2.4.1-SNAPSHOT ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [camel-quarkus] ppalaga commented on issue #3132: [Camel 3.12] Remove the reflection register for SunJaxb21NamespacePrefixMapper
ppalaga commented on issue #3132: URL: https://github.com/apache/camel-quarkus/issues/3132#issuecomment-949771834 Fixed via c8793b83391e43760985ef62a1ae4854f7a363f6 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org