Hi

Just a heads up about
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13678

The javax.activation API was used in camel-core for the Attachments
support on the Message API. The javax.activation API was built in JDK8
and removed from JDK9+ onwards. So users on Java 11 had "difficult"
and had to add extra dependency for this etc.

So what we have done is to move this out of camel-core into a new
camel-attachments JAR that are just like regular dependency that only
the Camel components use that are active using Attachments on
Messages, such as camel-mail and the HTTP components.

The commit has been pushed to master, just in case you see something "odd".
The migration guide have details how to use attachments with Camel Message now.


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to