halouprogramer

Results 7 comments of halouprogramer

I built a similar application using Camel Quarkus 2.3.0, and it still doesn't report any errors when starting locally. However, when deploying the application to OpenShift using Kamel, it reports...

The problem lies in this line. https://github.com/apache/camel/blob/e2ea12fdd29d8d446ec7b3fdf7c6db2147e196b4/components/camel-soap/src/main/java/org/apache/camel/dataformat/soap/name/ServiceInterfaceStrategy.java#L115C21-L115C31 `annotation instanceof WebParam` The local Quarkus startup result is true, but it is false when deployed to OpenShift by Kamel.

I will try replacing it with `jakarta`. But I would like to add one thing. Method 1: When I use the following method, the Route can start normally. 1.Upload the...

> I think the difference is that with an explicit dependency, any additional transitive dependency is also added to the classpath, whereas the second method, won't probably do so and...

> I don't think the classloader should make a difference in this case, I would first check if the version of camel-k supports the `jakarta` namespace or not. The version...

作者好 @pppscn SMTP BSIC AUTH 是不是还能用,看链接中貌似支持到 2026年3月份 SmsForwarder最新的版本是否支持OAuth2的认证方式

你好 @ahui9605 可以试下端口 587, 关闭SSL , 开启StartTLS试下 我好像之前用企业版的outlook遇到过这个问题 时间貌似过来很久了,希望可以帮到你