https://mvnrepository.com/artifact/javax.mail/mail https://mvnrepository.com/artifact/javax.mail/javax.mail-api
I suspect it is related to the note in there that they moved the bundle between the versions. Technically that shouldn't make any difference but if they modify the private package/exports inadvertently and didn't test it right then it would break. That depends on what they did internally. But it is a big smell that the break just seems to happen at the same version number where Maven indicates they changed the artifact ID. On Tue, Aug 9, 2016 at 9:56 AM, Brad Johnson <brad.john...@mediadriver.com> wrote: > Interesting. I wonder if it is related. > https://issues.apache.org/jira/browse/CAMEL-9689 > > The javax.mail seems to be a common thread there. I wonder if some > exports or namespaces got changed in the higher revision? > > On Tue, Aug 9, 2016 at 9:46 AM, Vince Iglehart < > vince.igleh...@kniferiver.com> wrote: > >> I agree with your assessment. However, the part that I don't understand >> is >> how it is missing. When I run the exports command from Karaf, this is >> what >> I get. I read this to say that javax.mail 1.5 is available. >> >> karaf@root()> exports | grep javax.mail >> com.sun.mail.handlers | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.iap | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.imap.protocol | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.imap | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.pop3 | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.smtp | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.util.logging | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> com.sun.mail.util | >> 1.5.5 | 89 | com.sun.mail.javax.mail >> javax.mail.event | >> 1.5.0 | 89 | com.sun.mail.javax.mail >> javax.mail.internet | >> 1.5.0 | 89 | com.sun.mail.javax.mail >> javax.mail.search | >> 1.5.0 | 89 | com.sun.mail.javax.mail >> javax.mail.util | >> 1.5.0 | 89 | com.sun.mail.javax.mail >> javax.mail | >> 1.5.0 | 89 | com.sun.mail.javax.mail >> >> >> >> >> >> -- >> View this message in context: http://camel.465427.n5.nabble. >> com/Installing-Camel-SQL-Unable-to-resolve-javax-mail-tp5786 >> 203p5786207.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > >