aldettinger commented on PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#issuecomment-2797237132
The general idea is very good :+1: Not sure about the randomness, still
worth experimenting and evaluate over tiùme.
--
This is an automated message from the Apache Git Servi
jamesnetherton commented on PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#issuecomment-2796357866
So start superapp from a known good baseline and introduce some randomness
to check for failures?
Yes, that sounds sensible.
--
This is an automated message from th
ppalaga commented on PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#issuecomment-2796272751
I agree, we should take care for some low hanging fruits, but not spend too
much time on fixing all.
I think what matters most is that a super-app consisting of extensions known
jamesnetherton commented on PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#issuecomment-2796228898
> I feared too many issues, some of those perhaps not solvable at all... The
list in your gist is quite long
Yes, exactly. I wonder if we should just evaluate the resul
ppalaga commented on PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#issuecomment-2794776173
Very useful, thanks @jamesnetherton! I was always scared to do this for all
extensions, because I feared too many issues, some of those perhaps not
solvable at all... The list in yo
ppalaga commented on code in PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#discussion_r2038011628
##
tooling/scripts/create-superapp.groovy:
##
@@ -0,0 +1,97 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license
zhfeng commented on code in PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#discussion_r2037129071
##
.github/workflows/check-dependency-convergence.yml:
##
@@ -0,0 +1,76 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor
jamesnetherton commented on code in PR #7246:
URL: https://github.com/apache/camel-quarkus/pull/7246#discussion_r2037132126
##
.github/workflows/check-dependency-convergence.yml:
##
@@ -0,0 +1,76 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# cont