meshpaul opened a new issue, #193:
URL: https://github.com/apache/rocketmq-mqtt/issues/193

   1.  When building on ARM MAC required to add `-Dos.arch=x86_64` to bypass 
protobuff build issues
   2. When this is passed the next issue is related to this 
https://github.com/apache/rocketmq-mqtt/issues/160 having PostConstruct deps 
are missing from POM.xml of related projects.  
   3. Any particular reason the `javax.annotation` deps are missing they are 
not part of ANY JDK it looks like these somehow on your build/classpath in 
project authors set-up and the required build instructions/set-up is then 
missing.
   ```
                      <dependency>
                           <groupId>javax.annotation</groupId>
                           <artifactId>javax.annotation-api</artifactId>
                           <version>1.3.2</version>
                       </dependency>
   ```
   4. Also going back to item 2 pointing to issue is this project tied to 
https://github.com/apache/rocketmq-mqtt/issues/160#issuecomment-1329993294     
RocketMQ 4.9.4 and must be build in Docker if yes any hint in setting this up 
is appreciated?
   
   Thank you              


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to