JENA-330 has brought up another deprecation point.
There is support for old-style SPARQL/Update (the submission, not SPARQL
1.1). e.g. operation MODIFY and some keyword variations not in SPARQL
1.1.
I hope nearly everyone/every app is using SPARQL Update anyway by using
the strict SPARQL 1.1 parser (which is the default).
If time permits (i.e. not critical path), I will make the parser emit
warnings on use of such syntax so it can be removed permanently, or we
get feedback and reason to keep it.
Andy