Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-11 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-11 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-11 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-11 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-10 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-10 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-10 Thread via GitHub
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

Re: [PR] Add GitHub workflow to perform dependency convergence checks [camel-quarkus]

2025-04-10 Thread via GitHub
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