Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
'type' is a reserved word in Scala. So when using proton from scala, you end up doing imports like:
import org.apache.qpid.proton.`type`.messaging.Accepted
Which is kinda ugly. Would be nice if that package was renamed so something else.