coheigea commented on pull request #754:
URL: https://github.com/apache/activemq/pull/754#issuecomment-1033757287


   @jbonofre I tried re-compiling activemq-5.16.x with JDK 11 but I see an 
error which seems related:
   
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) 
on project activemq-broker: Compilation failure: Compilation failure:
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/util/LoggingBrokerPlugin.java:[21,24]
 package javax.annotation does not exist
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:[51,24]
 package javax.annotation does not exist
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:[52,24]
 package javax.annotation does not exist
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/util/LoggingBrokerPlugin.java:[59,6]
 cannot find symbol
   [ERROR]   symbol:   class PostConstruct
   [ERROR]   location: class org.apache.activemq.broker.util.LoggingBrokerPlugin
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:[582,6]
 cannot find symbol
   [ERROR]   symbol:   class PostConstruct
   [ERROR]   location: class org.apache.activemq.broker.BrokerService
   [ERROR] 
/Users/coheigea/src/apache/activemq/activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:[796,6]
 cannot find symbol
   [ERROR]   symbol:   class PreDestroy
   [ERROR]   location: class org.apache.activemq.broker.BrokerService
   [ERROR] -> [Help 1]


-- 
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