Quarkus Camel Bom missing dependency #36845
Unanswered
tbkahuna48
asked this question in
Q&A
Replies: 2 comments
-
Looks like partial paste? Can you show the stscktrace, logs or even reproducer ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Resolved , thanks.
From: Max Rydahl Andersen ***@***.***>
Date: Thursday, November 2, 2023 at 2:22 PM
To: quarkusio/quarkus ***@***.***>
Cc: Bryan Mclane ***@***.***>, Author ***@***.***>
Subject: Re: [quarkusio/quarkus] Quarkus Camel Bom missing dependency (Discussion #36845)
Caution: This email came from outside Kaiser Permanente. Do not open attachments or click on links if you do not recognize the sender.
…________________________________
Looks like partial paste?
Can you show the stscktrace, logs or even reproducer ?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/quarkusio/quarkus/discussions/36845*discussioncomment-7461262__;Iw!!BZ50a36bapWJ!tZr-Ayioz7L6LRa3pMyf_EfZwRJyJwJZ9NKVNL48of1Jzn4wZA8KjpUWNLgr1uUIye8HwMHF2Xe68f0X9WbDMVH_yQA$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AJOLRWAMNLX3HSFCWYZ5EJ3YCQFKTAVCNFSM6AAAAAA63ID25CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TINRRGI3DE__;!!BZ50a36bapWJ!tZr-Ayioz7L6LRa3pMyf_EfZwRJyJwJZ9NKVNL48of1Jzn4wZA8KjpUWNLgr1uUIye8HwMHF2Xe68f0X9WbD9zVXKic$>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them. v.173.295 Thank you.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Compiling camel quarkus code that previously compiled, get this error
java.lang.ClassNotFoundException: org.apache.camel.component.vertx.common.VertxBufferConverterLoader
4.0.0
org.kp.kpd.ee
ee-quarkus-parent-pom
1.0.5-SNAPSHOT
pom
<quarkus.platform.artifactId>quarkus-bom</quarkus.platform.artifactId>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.5.0</quarkus.platform.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
<failsafe-plugin.version>3.1.2</failsafe-plugin.version>
<maven.deploy.plugin.version>3.0.0</maven.deploy.plugin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ee.quarkus.kp.logger.version>1.0.0</ee.quarkus.kp.logger.version>
<ee.quarkus.common.lib.version>1.0.2</ee.quarkus.common.lib.version>
<ee.quarkus.message.handler.version>1.0.2-SNAPSHOT</ee.quarkus.message.handler.version>
<quarkus.package.add-runner-suffix>false</quarkus.package.add-runner-suffix>
<quarkus.jandex.version>3.1.2</quarkus.jandex.version>
<rest.assured.version>5.3.2</rest.assured.version>
inhouse_release
bluemix-lib-releases
https://artifactory-fof.appl.kp.org/artifactory/inhouse_release
inhouse_snapshot
bluemix-lib-snapshots
https://artifactory-fof.appl.kp.org/artifactory/inhouse_snapshot
inhouse_release
releaseRepo
https://artifactory-fof.appl.kp.org/artifactory/inhouse_release
inhouse_snapshot
snapShot
https://artifactory-fof.appl.kp.org/artifactory/inhouse_snapshot
true
${quarkus.platform.group-id}
${quarkus.platform.artifactId}
${quarkus.platform.version}
import
pom
jakarta.platform
jakarta.jakartaee-bom
10.0.0
pom
org.kp.kpd.ee
ee-quarkus-kp-logger
${ee.quarkus.kp.logger.version}
org.kp.kpd.ee
ee-quarkus-common-lib
${ee.quarkus.common.lib.version}
io.rest-assured
rest-assured
${rest.assured.version}
test
4.0.0
org.kp.kpd.ee
ee-quarkus-parent-pom
1.0.5-SNAPSHOT
org.kp.kpd.ee
ee-quarkus-camel-parent-pom
1.0.2-SNAPSHOT
pom
<camel.quarkus.platform.group-id>io.quarkus.platform</camel.quarkus.platform.group-id>
<camel.quarkus.platform.artifact-id>quarkus-camel-bom</camel.quarkus.platform.artifact-id>
${camel.quarkus.platform.group-id}
${camel.quarkus.platform.artifact-id}
${quarkus.platform.version}
pom
import
4.0.0
org.kp.kpd.ee
ee-quarkus-camel-parent-pom
1.0.2-SNAPSHOT
Beta Was this translation helpful? Give feedback.
All reactions