This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch up
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 86c3190329c3 CAMEL-22835: camel-core - Add upper/lower case functions
to simple language
add 50e1d0f16d71 chore(camel-test-infra-keycloak): upgrade
keycloak.container to 26.5 (#20749)
add 7e9bffddf2d0 chore(camel-test-infra-hashicorp-vault): upgrade
hashicorp.vault.container to 1.21.2 (#20741)
add f5047411359f Add camel-openai to catalog
add c3e52098a8ca chore(deps): Bump aws-java-sdk2-version from 2.41.4 to
2.41.5 (#20768)
add 68cbdc5bbdba chore(deps): Bump org.owasp:dependency-check-maven from
12.1.9 to 12.2.0 (#20771)
add 18917b331d82 CAMEL-22835: camel-core - Add upper/lower case functions
to simple language
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 (86c3190329c3)
\
N -- N -- N refs/heads/up (18917b331d82)
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:
.../component/ComponentsBuilderFactory.java | 13 +++
...ory.java => OpenaiComponentBuilderFactory.java} | 100 ++++++++++++---------
parent/pom.xml | 4 +-
.../hashicorp/vault/services/container.properties | 2 +-
.../infra/keycloak/services/container.properties | 2 +-
5 files changed, 75 insertions(+), 46 deletions(-)
copy
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/{StripeComponentBuilderFactory.java
=> OpenaiComponentBuilderFactory.java} (66%)