johbossle opened a new pull request, #13515:
URL: https://github.com/apache/camel/pull/13515
# Description
# Target
- [x] I checked that the commit is targeting the correct branch (note that
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
# Trac
github-actions[bot] commented on PR #13515:
URL: https://github.com/apache/camel/pull/13515#issuecomment-2003227619
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
oscerd commented on PR #13510:
URL: https://github.com/apache/camel/pull/13510#issuecomment-2003228312
@zbendhiba it should be fixed already. Thanks a lot anyway! It was a
leftover of the generated json files.
--
This is an automated message from the Apache Git Service.
To respond to the
luigidemasi commented on code in PR #13403:
URL: https://github.com/apache/camel/pull/13403#discussion_r1528100793
##
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/langchain-embeddings.json:
##
Review Comment:
Thanks Amos, done.
--
Th
oscerd commented on PR #13515:
URL: https://github.com/apache/camel/pull/13515#issuecomment-2003238527
I think this would be useful also on 4.0.x, 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
squakez commented on code in PR #5251:
URL: https://github.com/apache/camel-k/pull/5251#discussion_r1528118012
##
pkg/trait/logging.go:
##
@@ -61,7 +61,15 @@ func (l loggingTrait) Configure(e *Environment) (bool,
*TraitCondition, error) {
}
func (l loggingTrait) Apply(e *En
zbendhiba commented on PR #13510:
URL: https://github.com/apache/camel/pull/13510#issuecomment-2003301466
okay thanks
--
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 uns
VaishnaviR18 commented on PR #13503:
URL: https://github.com/apache/camel/pull/13503#issuecomment-2003308955
Thanks a lot for all your help @orpiske and thanks @davsclaus!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
davsclaus commented on PR #13488:
URL: https://github.com/apache/camel/pull/13488#issuecomment-2003321013
Maybe you can force rebase from main to get the langchain fix, and also your
code changes is formatted and this file is changed
/dsl/camel-xml-jaxb-dsl-test/definition/src/test/j
davsclaus merged PR #13510:
URL: https://github.com/apache/camel/pull/13510
--
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.ap
lburgazzoli commented on code in PR #13481:
URL: https://github.com/apache/camel/pull/13481#discussion_r1528189879
##
tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/EntityRef.java:
##
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (
zregvart merged PR #1160:
URL: https://github.com/apache/camel-website/pull/1160
--
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...@cam
jamesnetherton merged PR #5888:
URL: https://github.com/apache/camel-quarkus/pull/5888
--
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.
jamesnetherton merged PR #5889:
URL: https://github.com/apache/camel-quarkus/pull/5889
--
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.
tdiesler closed issue #5169: Install operator image according to the target
architecture
URL: https://github.com/apache/camel-k/issues/5169
--
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 specif
tdiesler commented on issue #5169:
URL: https://github.com/apache/camel-k/issues/5169#issuecomment-2003382887
Done
--
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 unsubs
davsclaus commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003392792
You can maybe look in camel-tooling-model and see if Kind can be used in
more places. I think we have some string "component" etc scattered around.
Using the enum may make it more "type
davsclaus commented on code in PR #13481:
URL: https://github.com/apache/camel/pull/13481#discussion_r1528230882
##
catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties:
##
@@ -0,0 +1,17 @@
+##
claudio4j merged PR #5255:
URL: https://github.com/apache/camel-k/pull/5255
--
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.ap
davsclaus merged PR #13511:
URL: https://github.com/apache/camel/pull/13511
--
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.ap
lburgazzoli commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003411543
> You can maybe look in camel-tooling-model and see if Kind can be used in
more places. I think we have some string "component" etc scattered around.
Using the enum may make it more "
tdiesler commented on code in PR #5253:
URL: https://github.com/apache/camel-k/pull/5253#discussion_r1528244736
##
script/Makefile:
##
@@ -456,6 +456,18 @@ images-all:
make IMAGE_ARCH=arm64 images
make IMAGE_ARCH=amd64 images
+images-push:
+ docker push $
tdiesler commented on code in PR #5253:
URL: https://github.com/apache/camel-k/pull/5253#discussion_r1528244736
##
script/Makefile:
##
@@ -456,6 +456,18 @@ images-all:
make IMAGE_ARCH=arm64 images
make IMAGE_ARCH=amd64 images
+images-push:
+ docker push $
johnpoth commented on PR #13488:
URL: https://github.com/apache/camel/pull/13488#issuecomment-2003440339
thanks @davsclaus , after rebasing and running manually the formatter `mvn
-f definition net.revelc.code.formatter:formatter-maven-plugin:2.23.0:format`
we should be good ... fingers cro
realMartinez commented on issue #5084:
URL: https://github.com/apache/camel-k/issues/5084#issuecomment-2003459160
> @realMartinez are you actively working on this?
I have been working on another issue, I have put thison hold for now
--
This is an automated message from the Apache Gi
tdiesler commented on issue #5238:
URL: https://github.com/apache/camel-k/issues/5238#issuecomment-2003459798
> I guess that means by default we will create images compatible with both
platforms.
No sure that this is actually true. For now I assume that the integration
image (singula
davsclaus commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003460659
> ```java
> getKind
> ```
Lets do that in another PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
tdiesler commented on PR #5246:
URL: https://github.com/apache/camel-k/pull/5246#issuecomment-2003478952
> Thanks, I think this is going in the right direction. I have a question
though. What does that parameter exactly do? Does it create a manifest and also
the 2 different container archit
jamesnetherton opened a new pull request, #5890:
URL: https://github.com/apache/camel-quarkus/pull/5890
(no comment)
--
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 unsu
davsclaus merged PR #13515:
URL: https://github.com/apache/camel/pull/13515
--
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.ap
davsclaus merged PR #13488:
URL: https://github.com/apache/camel/pull/13488
--
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.ap
orpiske opened a new pull request, #13516:
URL: https://github.com/apache/camel/pull/13516
(no comment)
--
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-ma
github-actions[bot] commented on PR #13516:
URL: https://github.com/apache/camel/pull/13516#issuecomment-2003515388
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
squakez commented on issue #5084:
URL: https://github.com/apache/camel-k/issues/5084#issuecomment-2003528970
Okey. Removed the assignment as I may have a look at this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
github-actions[bot] commented on PR #5253:
URL: https://github.com/apache/camel-k/pull/5253#issuecomment-2003549399
:heavy_check_mark: Unit test coverage report - coverage increased from 37.1%
to 37.2% (**+0.1%**)
--
This is an automated message from the Apache Git Service.
To respond to
zhfeng commented on issue #5891:
URL: https://github.com/apache/camel-quarkus/issues/5891#issuecomment-2003587576
Thanks @ivivanov-bg - I will take a look.
--
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
lburgazzoli commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003613111
@davsclaus is there anything missing or to improve in this pr ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
davsclaus commented on PR #13481:
URL: https://github.com/apache/camel/pull/13481#issuecomment-2003649032
Yes see prev comments further up
--
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 spec
lburgazzoli commented on code in PR #13481:
URL: https://github.com/apache/camel/pull/13481#discussion_r1528362568
##
catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties:
##
@@ -0,0 +1,17 @@
+## --
davsclaus commented on code in PR #13481:
URL: https://github.com/apache/camel/pull/13481#discussion_r1528419750
##
catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties:
##
@@ -0,0 +1,17 @@
+##
oscerd opened a new pull request, #13517:
URL: https://github.com/apache/camel/pull/13517
# Description
# Target
- [x] I checked that the commit is targeting the correct branch (note that
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
# Trackin
github-actions[bot] commented on PR #13517:
URL: https://github.com/apache/camel/pull/13517#issuecomment-2003748802
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
oscerd commented on PR #13517:
URL: https://github.com/apache/camel/pull/13517#issuecomment-2003770711
/component-test ai
--
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
github-actions[bot] commented on PR #13517:
URL: https://github.com/apache/camel/pull/13517#issuecomment-2003771762
:robot: The Apache Camel test robot will run the tests for you :+1:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
oscerd merged PR #13517:
URL: https://github.com/apache/camel/pull/13517
--
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.apach
lburgazzoli commented on code in PR #13481:
URL: https://github.com/apache/camel/pull/13481#discussion_r1528458617
##
catalog/camel-catalog/src/main/resources/org/apache/camel/catalog/capabilities.properties:
##
@@ -0,0 +1,17 @@
+## --
lburgazzoli merged PR #13481:
URL: https://github.com/apache/camel/pull/13481
--
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.
lburgazzoli opened a new pull request, #13518:
URL: https://github.com/apache/camel/pull/13518
# Description
# Target
- [ ] I checked that the commit is targeting the correct branch (note that
Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
# Tr
github-actions[bot] commented on PR #13518:
URL: https://github.com/apache/camel/pull/13518#issuecomment-2003824039
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
lburgazzoli commented on PR #13518:
URL: https://github.com/apache/camel/pull/13518#issuecomment-2003826008
@davsclaus this is a follow up for
https://github.com/apache/camel/pull/13481#issuecomment-2003460659
--
This is an automated message from the Apache Git Service.
To respond to the
jamesnetherton merged PR #5890:
URL: https://github.com/apache/camel-quarkus/pull/5890
--
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.
jamesnetherton opened a new pull request, #5892:
URL: https://github.com/apache/camel-quarkus/pull/5892
(no comment)
--
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 unsu
AishD3 commented on issue #1604:
URL:
https://github.com/apache/camel-kafka-connector/issues/1604#issuecomment-2004024165
@oscerd can you give sample connector configs with
SinkPojoToSchemaAndStructTransform.java to convert file to Avro
--
This is an automated message from the Apache Gi
oscerd commented on issue #1604:
URL:
https://github.com/apache/camel-kafka-connector/issues/1604#issuecomment-2004026888
On this @valdar is the expert
--
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
dependabot[bot] opened a new pull request, #1112:
URL: https://github.com/apache/camel-spring-boot/pull/1112
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 6.0.1 to 6.0.2.
Release notes
Sourced from https://github.com/peter-evans/c
oscerd merged PR #1112:
URL: https://github.com/apache/camel-spring-boot/pull/1112
--
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...@c
jamesnetherton opened a new pull request, #13519:
URL: https://github.com/apache/camel/pull/13519
(no comment)
--
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 unsubscrib
github-actions[bot] commented on PR #13519:
URL: https://github.com/apache/camel/pull/13519#issuecomment-2004170141
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
AishD3 commented on issue #1604:
URL:
https://github.com/apache/camel-kafka-connector/issues/1604#issuecomment-2004207212
@valdar Can you pls guide on connector configs of using this transforms, I
am always getting "Unable to Initialise the pojo class"
--
This is an automated message fro
luigidemasi commented on PR #13403:
URL: https://github.com/apache/camel/pull/13403#issuecomment-2004215687
I also opened an issue on spring that has already been fixed:
https://github.com/spring-projects/spring-framework/issues/32473
--
This is an automated message from the Apache Git
dependabot[bot] opened a new pull request, #1607:
URL: https://github.com/apache/camel-kafka-connector/pull/1607
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 6.0.1 to 6.0.2.
Release notes
Sourced from https://github.com/peter-eva
dependabot[bot] opened a new pull request, #1608:
URL: https://github.com/apache/camel-kafka-connector/pull/1608
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to
4.1.2.
Release notes
Sourced from https://github.com/actions/checkout/releases";>actions/chec
jamesnetherton merged PR #13519:
URL: https://github.com/apache/camel/pull/13519
--
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...@cam
jamesnetherton commented on issue #4516:
URL: https://github.com/apache/camel-quarkus/issues/4516#issuecomment-2004411179
We should be able to enable this again with Camel 4.5.0.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
orpiske opened a new pull request, #13520:
URL: https://github.com/apache/camel/pull/13520
(no comment)
--
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-ma
github-actions[bot] commented on PR #13520:
URL: https://github.com/apache/camel/pull/13520#issuecomment-2004468545
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
github-actions[bot] commented on PR #5119:
URL: https://github.com/apache/camel-k/pull/5119#issuecomment-2004577345
:warning: Unit test coverage report - coverage decreased from 37.2% to 37.1%
(**-0.1%**)
--
This is an automated message from the Apache Git Service.
To respond to the messa
orpiske merged PR #13516:
URL: https://github.com/apache/camel/pull/13516
--
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.apac
claudio4j opened a new pull request, #13521:
URL: https://github.com/apache/camel/pull/13521
https://issues.apache.org/jira/browse/CAMEL-20559
# Description
# Target
- [x] I checked that the commit is targeting the correct branch (note that
Camel 3 uses `camel-3.
claudio4j opened a new pull request, #5256:
URL: https://github.com/apache/camel-k/pull/5256
**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 an
mgubaidullin commented on issue #1172:
URL: https://github.com/apache/camel-karavan/issues/1172#issuecomment-2004746304
@spoletum the proposed idea look good for me
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
orpiske merged PR #13520:
URL: https://github.com/apache/camel/pull/13520
--
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.apac
orpiske commented on PR #13503:
URL: https://github.com/apache/camel/pull/13503#issuecomment-2004755186
@VaishnaviR18 when you get a chance, can you please rebase the code so we
can merge? Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
lburgazzoli merged PR #13518:
URL: https://github.com/apache/camel/pull/13518
--
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.
aldettinger merged PR #5892:
URL: https://github.com/apache/camel-quarkus/pull/5892
--
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...@
AishD3 commented on issue #1604:
URL:
https://github.com/apache/camel-kafka-connector/issues/1604#issuecomment-2004933354
@oscerd I just have a small doubt, can you pls guide on this.
key.converter: io.confluent.connect.avro.AvroConverter
value.converter: io.confluent.connect.
chiragsanghavi opened a new pull request, #13522:
URL: https://github.com/apache/camel/pull/13522
# Description
Update simple-language.adoc, adding an example of a unary operator.
# Target
- [X] I checked that the commit is targeting the correct branch (note that
Camel 3
github-actions[bot] commented on PR #13522:
URL: https://github.com/apache/camel/pull/13522#issuecomment-2005410052
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:warning: Please note that the changes on this PR may be **tested
automatically**.
github-actions[bot] commented on issue #2927:
URL: https://github.com/apache/camel-quarkus/issues/2927#issuecomment-2005430791
The [camel-main](https://github.com/apache/camel-quarkus/tree/camel-main)
branch build has failed:
* Build ID: 8335398301-1322-017b8ccf-c248-4add-9651-2f9ee60
dependabot[bot] opened a new pull request, #5257:
URL: https://github.com/apache/camel-k/pull/5257
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1
to 1.32.0.
Release notes
Sourced from https://github.com/onsi/gomega/releases";>github.com/onsi/gomega's
re
github-actions[bot] commented on PR #5257:
URL: https://github.com/apache/camel-k/pull/5257#issuecomment-2005461795
:heavy_check_mark: Unit test coverage report - coverage increased from 37.1%
to 37.2% (**+0.1%**)
--
This is an automated message from the Apache Git Service.
To respond to
github-actions[bot] commented on issue #2926:
URL: https://github.com/apache/camel-quarkus/issues/2926#issuecomment-2005713780
Build fixed with:
* Camel Quarkus Commit: 14cbe21f6143f8610fa85dbec7382a25acf48653
* Quarkus Main Commit: 7e299659231102b5a5e88336a023c8626cfd61ff
*
github-actions[bot] closed issue #2926: [CI] - Quarkus Main Branch Build Failure
URL: https://github.com/apache/camel-quarkus/issues/2926
--
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
zhfeng commented on issue #5891:
URL: https://github.com/apache/camel-quarkus/issues/5891#issuecomment-2005770166
@ivivanov-bg what the mixin classes should be registered for reflection? I
tried all class from `io.swagger.v3.core.jackson.mixin` but the native runner
is producing an empty re
dependabot[bot] opened a new pull request, #1953:
URL: https://github.com/apache/camel-kamelets/pull/1953
Bumps
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
from 3.2.0 to 3.2.1.
Release notes
Sourced from https://github.com/apache/maven-g
ivivanov-bg commented on issue #5891:
URL: https://github.com/apache/camel-quarkus/issues/5891#issuecomment-2005775981
That's exacrly what I observed too and the reason to not privide a PR
directly.
My cussrent issue (with the jsonSchema) gets resolved if the Schema31 mixin
and the i
oscerd merged PR #1953:
URL: https://github.com/apache/camel-kamelets/pull/1953
--
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...@came
github-actions[bot] commented on PR #13522:
URL: https://github.com/apache/camel/pull/13522#issuecomment-2005853504
:no_entry_sign: There are (likely) no components to be tested in this PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] commented on PR #13522:
URL: https://github.com/apache/camel/pull/13522#issuecomment-2005853526
### Core test results:
| Tested | Failed :x: | Passed :white_check_mark: |
| --- | --- | --- |
| 1 | 0 | 1 |
--
This is an automated message from the Apache Gi
zhfeng commented on issue #5891:
URL: https://github.com/apache/camel-quarkus/issues/5891#issuecomment-2005864187
`io.swagger.v3.core.jackson.mixin.Schema31Mixin` and
`Schema31Mixin.TypeSerializer` ?
--
This is an automated message from the Apache Git Service.
To respond to the message, p
VaishnaviR18 closed pull request #13503: CAMEL-16660 - Hazelcast : tests :
create camel-test-infra-Hazelcast.
URL: https://github.com/apache/camel/pull/13503
--
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 t
dependabot[bot] opened a new pull request, #13523:
URL: https://github.com/apache/camel/pull/13523
Bumps `aws-java-sdk2-version` from 2.25.10 to 2.25.12.
Updates `software.amazon.awssdk:sqs` from 2.25.10 to 2.25.12
Updates `software.amazon.awssdk:kinesis` from 2.25.10 to 2.25.12
github-actions[bot] commented on PR #13523:
URL: https://github.com/apache/camel/pull/13523#issuecomment-2006018308
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
dependabot[bot] opened a new pull request, #13524:
URL: https://github.com/apache/camel/pull/13524
Bumps `huaweicloud-sdk-version` from 3.1.85 to 3.1.86.
Updates `com.huaweicloud.sdk:huaweicloud-sdk-core` from 3.1.85 to 3.1.86
Release notes
Sourced from https://github.com/huaweic
github-actions[bot] commented on PR #13524:
URL: https://github.com/apache/camel/pull/13524#issuecomment-2006031014
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
dependabot[bot] opened a new pull request, #13525:
URL: https://github.com/apache/camel/pull/13525
Bumps `spring-version` from 6.1.3 to 6.1.5.
Updates `org.springframework:spring-test` from 6.1.3 to 6.1.5
Release notes
Sourced from https://github.com/spring-projects/spring-framew
github-actions[bot] commented on PR #13525:
URL: https://github.com/apache/camel/pull/13525#issuecomment-2006061896
:star2: Thank you for your contribution to the Apache Camel project! :star2:
:robot: CI automation will test this PR automatically.
:camel: Apache Camel Committer
dependabot[bot] opened a new pull request, #13526:
URL: https://github.com/apache/camel/pull/13526
Bumps org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0.
[ from
2.0.2 to 2.0.3.
Release notes
Sourced from https://github.com/eclipse-ee4j/angus-mail/releases";
301 - 400 of 67665 matches
Mail list logo