-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate whether netty-tcnative-boringssl-static
can be removed from azure-core
extension
#4091
Milestone
Comments
jamesnetherton
changed the title
Azure: Current upgrade of azure-core to 1.31.0 causes native build failures in azore-storage-blob
[Camel 3.19.0] Azure: Current upgrade of azure-core to 1.31.0 causes native build failures in azore-storage-blob
Sep 15, 2022
jamesnetherton
changed the title
[Camel 3.19.0] Azure: Current upgrade of azure-core to 1.31.0 causes native build failures in azore-storage-blob
[Camel 3.19.0] Azure: Current upgrade of azure-core to 1.31.0 causes native build failures in azure-storage-blob
Sep 16, 2022
jamesnetherton
changed the title
[Camel 3.19.0] Azure: Current upgrade of azure-core to 1.31.0 causes native build failures in azure-storage-blob
Investigate whether Oct 21, 2022
netty-tcnative-boringssl-static
can be removed from azure-core
extension
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Oct 14, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Oct 14, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Oct 14, 2024
JiriOndrusek
pushed a commit
to jboss-fuse/camel-quarkus
that referenced
this issue
Oct 14, 2024
jamesnetherton
added a commit
that referenced
this issue
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Azure-core was upgraded to 1.31.0, which brings following change - Azure/azure-sdk-for-java#28283
Side effect of the change is that the
azure-storage-blob
tests can not be build in native. If dependencynetty-tcnative-boringssl-static
is added, it s possible.Current workaround applied in the code is the addition of
netty-tcnative-boringssl-static
in the module. The correct solution is to avoid this dependency and solve in a different way.Once solved, please remove the dependency from
extension-support/azure-core
.The text was updated successfully, but these errors were encountered: