-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Extend kafka-avro-serializer versions supported in native mode #42845
Comments
/cc @Karm (mandrel), @alesj (kafka), @cescoffier (kafka), @galderz (mandrel), @ozangunalp (kafka), @zakkak (mandrel,native-image) |
The doc says:
So, without a specific native configuration, you cannot use 7.6 or 7.7. 7.6 may work by accident or chance. I'm not aware that a CVE is forcing the update. Please report the issue in the Kafka Avro serializer repository. We cannot easily adjust the native configuration to be compatible with all new versions. |
As explained, it's not a bug, it's an enhancement request. |
I've opened confluentinc/schema-registry#3257 for now on serializer side. |
Closing—there is not much we can do (except add rules for every version, which we can't do); it's more of an upstream problem. |
Describe the bug
Build of native Quarkus applications with kafka-avro-serializer 7.6.* or 7.7.0 fails with the following:
We use the required dependency (
jackson-dataformat-csv
) to make native work with 7.5.* versions of serializer, but it seems this is not enough either.Expected behavior
The native build passes
Actual behavior
The native build fails
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "21.0.2" 2024-01-16
Mandrel or GraalVM version (if different from Java)
23.1.4.0
Quarkus version or git rev
3.13, 3.14, main
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Additional information
No response
The text was updated successfully, but these errors were encountered: