You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/04/30 16:58:43 UTC

[jena] branch master updated (4ee52cc -> c9b1ae2)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.


    from 4ee52cc  Default logging to INFO for main logs
     new 9134147  Copy down fetch operations (so javadoc pop-up works in Eclispe)
     new 8e166fe  Explicit setting for all loggers
     new 353789e  Tidy up encode/decode
     new c9b1ae2  Merge pull request #736 from afs/cleanup

The 8391 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/jena/sparql/util/Convert.java  |   9 +
 .../java/org/apache/jena/atlas/lib/IRILib.java     | 225 +++++++++++++--------
 .../java/org/apache/jena/atlas/lib/TestIRILib.java |  36 +++-
 .../apache/jena/fuseki/system/FusekiLogging.java   |  15 ++
 .../apache/jena/rdfconnection/RDFConnection.java   |  20 ++
 .../jena/rdfconnection/RDFConnectionRemote.java    |   8 +-
 6 files changed, 221 insertions(+), 92 deletions(-)