This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
omit bcd037c85d2 [create-pull-request] automated change
add ed39552bb75 [create-pull-request] automated change (#1826)
add de97a3e7e7a Regen
add 64a7c37122c chore: fix SqsProducerAutoCreateQueueTest sending Integer
instead of String
add 1c268d382d8 Add OSS Helper project rules for AI-assisted contributions
add 8bd9fcb366c Address review feedback
add fb6dfb4cae3 chore: exclude camel-micrometer-prometheus from
observability-services-starter
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 (bcd037c85d2)
\
N -- N -- N refs/heads/automatic-periodic-sync (fb6dfb4cae3)
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:
.oss-ai-helper-rules/project-guidelines.md | 18 +++
.oss-ai-helper-rules/project-info.md | 15 +++
.oss-ai-helper-rules/project-security.md | 35 ++++++
.oss-ai-helper-rules/project-standards.md | 16 +++
.../catalog/components/atmosphere-websocket.json | 3 +-
.../catalog/components/aws-bedrock-agent.json | 124 ++++++++++-----------
.../springboot/catalog/components/docling.json | 19 ++--
.../camel/springboot/catalog/components/http.json | 17 +--
.../camel/springboot/catalog/components/https.json | 17 +--
.../camel/springboot/catalog/components/jetty.json | 19 ++--
.../springboot/catalog/components/servlet.json | 3 +-
.../catalog/components/vertx-websocket.json | 2 +-
.../src/main/docs/atmosphere-websocket.json | 6 +
.../WebsocketComponentConfiguration.java | 18 +++
.../src/main/docs/aws-bedrock.json | 6 -
.../BedrockAgentComponentConfiguration.java | 12 --
.../aws2/sqs/SqsProducerAutoCreateQueueTest.java | 12 +-
.../camel-http-starter/src/main/docs/http.json | 6 +
.../springboot/HttpComponentConfiguration.java | 18 +++
.../camel-jetty-starter/src/main/docs/jetty.json | 6 +
.../JettyHttpComponentConfiguration12.java | 18 +++
.../camel-observability-services-starter/pom.xml | 6 +
.../src/main/docs/servlet.json | 6 +
.../springboot/ServletComponentConfiguration.java | 18 +++
.../ROOT/pages/starters/atmosphere-websocket.adoc | 3 +-
.../modules/ROOT/pages/starters/aws-bedrock.adoc | 3 +-
.../modules/ROOT/pages/starters/http.adoc | 3 +-
.../modules/ROOT/pages/starters/jetty.adoc | 3 +-
.../modules/ROOT/pages/starters/servlet.adoc | 3 +-
29 files changed, 305 insertions(+), 130 deletions(-)
create mode 100644 .oss-ai-helper-rules/project-guidelines.md
create mode 100644 .oss-ai-helper-rules/project-info.md
create mode 100644 .oss-ai-helper-rules/project-security.md
create mode 100644 .oss-ai-helper-rules/project-standards.md