This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit bf82e49548 Upgrade Quarkus to 3.39.0.CR1
     add 3acd5571f6 Revert Scalpel includePaths filtering (#8960)
     add d686946907 Bump micrometer-tracing.version from 1.6.6 to 1.7.0
     add 88803e9aaf Deprecate Tracer & TypeConverter configuration options 
shadows with camel-main options
     add 49a067474d Migrate from deprecated 
dev.langchain4j.guardrail.JsonExtractorOutputGuardrail to 
dev.langchain4j.guardrails.JsonExtractorOutputGuardrail
     add e007754d1c Prevent AI agents running native builds from the project 
root
     add 47579b3274 Fix usage of deprecated 
SslConfigurationFactory.setSslProtocol
     add 56e3c97e5d Added test to validate request body generated in openapi 
schema with no consume attribute
     new 2c8c360c84 Upgrade Quarkus to 3.39.0.CR1

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   (bf82e49548)
            \
             N -- N -- N   refs/heads/quarkus-main (2c8c360c84)

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.

The 1 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:
 .github/workflows/ci-build.yaml                    |  58 +++--------
 .oss-ai-helper-rules/project-standards.md          |   2 +-
 AGENTS.md                                          |   4 +-
 .../ROOT/pages/reference/extensions/core.adoc      | 116 ++++++++++-----------
 .../quarkus/core/deployment/CamelProcessor.java    |   7 +-
 .../org/apache/camel/quarkus/core/CamelConfig.java |  18 ++++
 .../deployment/SupportLangchain4jProcessor.java    |   6 +-
 .../SupportQuarkusLangchain4jProcessor.java        |   7 +-
 .../component/ftps/it/FtpsTestResource.java        |   2 +-
 .../TestPojoJsonExtractorOutputGuardrail.java      |   2 +-
 .../component/openapijava/it/OpenApiRoutes.java    |  11 ++
 .../component/openapijava/it/v3/OpenApiV3Test.java |  19 ++++
 pom.xml                                            |   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |   4 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   4 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   4 +-
 16 files changed, 150 insertions(+), 116 deletions(-)

Reply via email to