This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a change to branch feat-5-graphdb in repository https://gitbox.apache.org/repos/asf/streams-activitypub.git
from 1df84c3 feat: integrate with fuseki (graph database+api) #5 add b9c920c small changes No new revisions were added by this update. Summary of changes: pom.xml | 6 +++- src/test/resources/logback-test.xml | 37 ++++++++++++++++++++++ .../api/test/WebfingerApiTestImpl.scala | 15 --------- streams-activitypub-dist/pom.xml | 2 +- streams-activitypub-graph/pom.xml | 18 +++++++++++ .../activitypub/servlets/WebfingerServlet.scala | 5 +++ .../AcctPrefixResourceToResourceURISwap.scala | 0 streams-activitypub-webapp/pom.xml | 6 ---- .../test/cases/WebappServerAvailableTest.scala | 3 +- .../webapp/test/cases/WebfingerServletTest.scala | 3 +- 10 files changed, 70 insertions(+), 25 deletions(-) create mode 100644 src/test/resources/logback-test.xml delete mode 100755 streams-activitypub-api/src/test/scala/org/apache/streams/activitypub/api/test/WebfingerApiTestImpl.scala rename streams-activitypub-utils/src/main/scala/org/apache/streams/activitypub/{util => utils}/AcctPrefixResourceToResourceURISwap.scala (100%)