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


 discard f24b783432 Upgrade Quarkus to 3.39.0.CR1
     add 2396a222bf Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
     add 8bda2f7b2e Fix versions:set command in release guide to ensure all 
sub-module versions are updated
     add 39feb9b3ff Disable local Develocity build cache by default & add docs
     add 4f40a5b979 Fixes #8932: update and add AI agent help CEQ rules
     add 0639dcdba7 Exclude .oss-ai-helper-rules from license header check
     add 5a984bf898 CAMEL-24318 - use Maven parallelization for compilation on 
Jenkins
     add 4a9a96b483 Bump Scalpel from 0.3.7 to 0.3.9
     add 47becad6e6 Use Scalpel includePaths for functional extension tests
     add c1eae8ec1c CAMEL-24318 - Use Maven parallelization for 
alternate-jdk-build on compilation part
     new a563fc153d 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   (f24b783432)
            \
             N -- N -- N   refs/heads/quarkus-main (a563fc153d)

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/alternate-jdk-build.yaml         |  2 +-
 .github/workflows/ci-build.yaml                    | 56 ++++++++++++++++------
 .mvn/develocity.xml                                |  2 +-
 .mvn/extensions.xml                                |  2 +-
 .oss-ai-helper-rules/project-guidelines.md         | 19 ++++++++
 .oss-ai-helper-rules/project-info.md               | 14 ++++++
 .oss-ai-helper-rules/project-security.md           | 35 ++++++++++++++
 .oss-ai-helper-rules/project-standards.md          | 19 ++++++++
 Jenkinsfile                                        |  2 +-
 Jenkinsfile.sonarcloud                             |  2 +-
 docs/modules/ROOT/pages/contributor-guide/ci.adoc  | 18 +++++++
 .../pages/contributor-guide/release-guide.adoc     |  2 +-
 pom.xml                                            |  3 +-
 .../camel/quarkus/maven/IncrementalBuildMojo.java  |  5 +-
 14 files changed, 156 insertions(+), 25 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

Reply via email to