ibm-messaging / kafka-java-vertx-starter

Starter Java app for testing connection to Apache Kafka with Vert.x
Apache License 2.0
44 stars 32 forks source link

Unable to build the code - MalformedInputException error #363

Open jigneshkvp opened 11 months ago

jigneshkvp commented 11 months ago

Unable to build the code - MalformedInputException error

Issue Summary

Environment

How To Reproduce This Issue

  1. Clone the repo on your local machine
  2. Run the command mvn package

Expected Behaviour

Relevant Info

> mvn --version
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /usr/local/Cellar/maven/3.9.0/libexec
Java version: 19.0.2, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk/19.0.2/libexec/openjdk.jdk/Contents/Home
Default locale: en_SE, platform encoding: UTF-8
OS name: "mac os x", version: "14.0", arch: "x86_64", family: "mac"

> npm --version
9.1.1

> javac --version
javac 19.0.2

> node --version
v14.19.0
gshahri commented 7 months ago

I am having the same issue. Did anyone find the solution for this ?