-
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
Update to 2.0.1.Final breaks working Kafka deserializer configuration in 1.x #18495
Comments
/cc @cescoffier |
Sounds like a bug in the auto-detection of the serde. |
Hi @j1cken, Thanks for creating this issue. I was able to reproduce it. |
ozangunalp
added a commit
to ozangunalp/quarkus
that referenced
this issue
Jul 8, 2021
Multiple annotations for the same channel causes duplicate default configs
ozangunalp
added a commit
to ozangunalp/quarkus
that referenced
this issue
Jul 8, 2021
… state, avoid duplicates. Fixes quarkusio#18495
Workaround confirmed!
|
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jul 12, 2021
Multiple annotations for the same channel causes duplicate default configs (cherry picked from commit a906fe2)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jul 12, 2021
… state, avoid duplicates. Fixes quarkusio#18495 (cherry picked from commit 366573d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Changing pom.xml from 1.x to 2.0.1.Final prevents successful Dev Mode startup with exception.
Expected behavior
No errors during startup like before with 1.x
Actual behavior
Exception during startup is thrown:
To Reproduce
Could not reproduce with quarkus-quickstarts/kafka-panache-reactive-quickstart, but there isn't any quickstart utilising deserializers.
Configuration
according to Serializing via JSON-B
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Output of
uname -a
orver
Linux fedora 5.12.13-300.fc34.x86_64 #1 SMP Wed Jun 23 16:18:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment 18.9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9, mixed mode, sharing)
GraalVM version (if different from Java)
Quarkus version or git rev
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /home/torben/.m2/wrapper/dists/apache-maven-3.8.1-bin/2l5mhf2pq2clrde7f7qp1rdt5m/apache-maven-3.8.1
Java version: 11.0.11, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.11.0.9-4.fc34.x86_64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.13-300.fc34.x86_64", arch: "amd64", family: "unix"
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: