zakkak commented on issue #5006: URL: https://github.com/apache/camel-quarkus/issues/5006#issuecomment-1612688869
> Oh, good catch! I just wonder why `gax-grpc` needs `-H:-RunReachabilityHandlersConcurrently` That was introduced to work-around https://github.com/oracle/graal/issues/5194 in 22.2 (and 22.3?) as discussed in https://github.com/googleapis/gax-java/pull/1815#issuecomment-1432812163. https://github.com/oracle/graal/issues/5194 should be fixed in 23.0 by https://github.com/oracle/graal/pull/6154 thus not requiring the `-H:-RunReachabilityHandlersConcurrently` work around anymore (at least in theory). So since Quarkus is compatible with both 22.3 and 23.0 a proper fix on the Quarkus or Quarkus-camel would need to ensure it works in both versions. > and it could be fixed in `graal` in the new release? To which issue are you referring here? The original one that caused the need for `-H:-RunReachabilityHandlersConcurrently` should already be fixed in 23.0. But there is also https://github.com/oracle/graal/issues/6904 which is the one making the `-H:-RunReachabilityHandlersConcurrently` work around non-functional. Unfortunately I am not sure when this will be fixed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
