You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/tok/mallet/src/main/java/com/sensepost/mallet/handlers/messagepack/MessagePackDecoder.java:[6,38] package org.msgpack.jackson.dataformat does not exist
[ERROR] /Users/tok/mallet/src/main/java/com/sensepost/mallet/handlers/messagepack/MessagePackEncoder.java:[3,38] package org.msgpack.jackson.dataformat does not exist
[ERROR] /Users/tok/mallet/src/main/java/com/sensepost/mallet/handlers/messagepack/MessagePackDecoder.java:[17,62] cannot find symbol
symbol: class MessagePackFactory
location: class com.sensepost.mallet.handlers.messagepack.MessagePackDecoder
[ERROR] /Users/tok/mallet/src/main/java/com/sensepost/mallet/handlers/messagepack/MessagePackEncoder.java:[13,62] cannot find symbol
symbol: class MessagePackFactory
location: class com.sensepost.mallet.handlers.messagepack.MessagePackEncoder
[truncated]
Environment information
macOS Montery on an M1 arm64 macbook
$ Java --version
java 18.0.1.1 2022-04-22
Java(TM) SE Runtime Environment (build 18.0.1.1+2-6)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)
mvn 3.8.6
Solution
Here is my pom.xml diff which had a successful build:
(Notice the h1 version bump is not necessary and should be added by Dependabot.)
The reason I did not submit a pr is because I am not familiar with Java, Maven, or the codebase. I am uncertain wether my solution is correct and full; plus I haven't tested the functionality of my build. What I find suspicious is that nobody reported this earlier, indicating that this may be specific to my environment. Nevertheless, if someone could integrate my quick-fix in the diff properly, that would be great.
The text was updated successfully, but these errors were encountered:
Description
A build from clean source code fails:
Environment information
Solution
Here is my pom.xml diff which had a successful build:
(Notice the h1 version bump is not necessary and should be added by Dependabot.)
The reason I did not submit a pr is because I am not familiar with Java, Maven, or the codebase. I am uncertain wether my solution is correct and full; plus I haven't tested the functionality of my build. What I find suspicious is that nobody reported this earlier, indicating that this may be specific to my environment. Nevertheless, if someone could integrate my quick-fix in the diff properly, that would be great.
The text was updated successfully, but these errors were encountered: