GitHub user afs opened a pull request: https://github.com/apache/jena/pull/463
Cleanup This is a collection of small items, accumulated while working with the source code attached to a project. * Various comments/javadoc added and fixed and other code cleanup. * make subclassing of the Fuseki query servlet better * building Fuseki embedded using the command line syntax * deprecate TDB ops "isBackedBy" in favour of "isTDB" for better naming. I've left it as each individual commit for the details. You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jena/pull/463.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #463 ---- commit 8d0c1310a89c115553889208c97cbdfdfb1958b2 Author: Andy Seaborne <andy@...> Date: 2018-08-14T12:02:38Z Typos and comments. commit d061885fae1ca4ba86e0603e7b7a45d21c739802 Author: Andy Seaborne <andy@...> Date: 2018-08-14T12:12:23Z Expose the command line argument processing to build a FusekiServer. commit 0335b26f11825843f17053501a07c185f28571a5 Author: Andy Seaborne <andy@...> Date: 2018-08-14T12:13:46Z Deprecate isBackedByTDB in favour of isTDB2. commit d576e607e6f578a57f7049a4e2dc6ad81d707ebc Author: Andy Seaborne <andy@...> Date: 2018-08-15T14:42:48Z Deprecate isBackedByTDB in favour of isTDB1 commit 833cdb686b6035fd63afbfb0b92bfe7f9c77e493 Author: Andy Seaborne <andy@...> Date: 2018-08-15T15:54:56Z Fix javadoc. commit 8206b7c6cd57868a6aba4021647c10b221986cc1 Author: Andy Seaborne <andy@...> Date: 2018-08-15T15:55:53Z Provision for custom parameters so request validation does not WARN. commit caf572a1081bb4ab84337c7553ff0181a5052c8b Author: Andy Seaborne <andy@...> Date: 2018-08-16T08:56:25Z Convert to single format. commit cb6d9b5c63e0cfcb5bb600c4e5af9948c77b41ec Author: Andy Seaborne <andy@...> Date: 2018-08-16T08:56:48Z Strings to Node_URIs. commit 21050fc9300cc29eda22744c35466aae9f5b01c0 Author: Andy Seaborne <andy@...> Date: 2018-08-16T11:03:08Z Put attribute names constants in Fuseki. commit f6bac07b64c500472091efb7a83ca486b89e321e Author: Andy Seaborne <andy@...> Date: 2018-08-16T11:03:59Z Switch naming of setters to non-"set" style. commit 99180e5831bb8d0ff94c0e98fd3a375f02c20af5 Author: Andy Seaborne <andy@...> Date: 2018-08-16T15:11:59Z Support for ServletFilters. commit ae74347f3607427e88561c854f26903cc880f310 Author: Andy Seaborne <andy@...> Date: 2018-08-16T15:12:44Z Comments and internal rename. commit aa3518ee48d53a4bcd4d63c66b36cb8e0f3a93bd Author: Andy Seaborne <andy@...> Date: 2018-08-16T15:13:05Z Remove unused and out-of-date class. commit 9dace245d39a7c1a977fa34e423502c5ed39afe9 Author: Andy Seaborne <andy@...> Date: 2018-08-16T22:21:49Z Better attribute naming - org.apache.jena.fuseki:<name> commit 3b153d526d18626e6ad3ea4414d1dc8f138213ba Author: Andy Seaborne <andy@...> Date: 2018-08-16T22:22:07Z Typos ---- ---