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 2022/09/09 07:47:13 UTC

[jena] branch main updated (5f49905ca1 -> eb1de7820b)

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

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


    from 5f49905ca1 Merge pull request #1518 from Aklakan/GH-1517
     new 8dd6dce048 Remove unnecessary file
     new 512e5d4d84 Refactor jena-jdbc POMs
     new f03d23d6fb POM maintainence
     new eb1de7820b Merge pull request #1514 from afs/poms-javadoc

The 10220 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:
 jena-arq/pom.xml                                   |   51 +-
 jena-base/pom.xml                                  |   70 +-
 jena-cmds/pom.xml                                  |   46 +-
 jena-core/pom.xml                                  |   37 +-
 jena-db/jena-dboe-base/pom.xml                     |   27 +-
 jena-db/jena-dboe-index-test/pom.xml               |   38 +
 jena-db/jena-dboe-index/pom.xml                    |   37 +
 jena-db/jena-dboe-storage/pom.xml                  |   38 +
 jena-db/jena-dboe-trans-data/pom.xml               |   35 +-
 jena-db/jena-dboe-transaction/pom.xml              |   37 +
 jena-db/jena-tdb2/pom.xml                          |   19 +-
 jena-db/pom.xml                                    |   44 -
 jena-examples/pom.xml                              |   14 +-
 jena-extras/jena-querybuilder/pom.xml              |   32 +-
 jena-extras/jena-serviceenhancer/pom.xml           |   27 +-
 jena-fuseki2/jena-fuseki-access/pom.xml            |   35 +-
 jena-fuseki2/jena-fuseki-core/pom.xml              |   28 +-
 jena-fuseki2/jena-fuseki-fulljar/pom.xml           |    4 +
 jena-fuseki2/jena-fuseki-geosparql/pom.xml         |   72 +-
 .../jena/fuseki/geosparql/DatasetOperations.java   |    2 +-
 .../src/test/resources/log4j2.properties           |    9 +
 jena-fuseki2/jena-fuseki-main/pom.xml              |   26 +-
 jena-fuseki2/jena-fuseki-server/pom.xml            |    4 +
 jena-fuseki2/jena-fuseki-ui/pom.xml                |    8 +-
 jena-fuseki2/jena-fuseki-webapp/pom.xml            |   30 +-
 jena-fuseki2/pom.xml                               |   10 +-
 jena-geosparql/pom.xml                             |   41 +-
 jena-integration-tests/pom.xml                     |   41 +-
 jena-iri/pom.xml                                   |   41 -
 jena-jdbc/jena-jdbc-core/pom.xml                   |   99 +-
 .../src/main/java/MethodTraceLogger.aj             |   90 -
 .../main/java/org/apache/jena/jdbc/JenaJDBC.java   |   16 +-
 .../src/main/resources/jena-jdbc-log4j.properties  |   38 -
 .../org/apache/jena/jdbc/jdbc-properties.xml       |    8 -
 jena-jdbc/jena-jdbc-driver-bundle/pom.xml          |  313 +--
 jena-jdbc/jena-jdbc-driver-mem/pom.xml             |  147 +-
 jena-jdbc/jena-jdbc-driver-remote/pom.xml          |   34 +-
 jena-jdbc/jena-jdbc-driver-tdb/pom.xml             |  192 +-
 jena-jdbc/pom.xml                                  |  108 +-
 jena-permissions/pom.xml                           |   12 +-
 jena-rdfconnection/pom.xml                         |   46 +-
 jena-shacl/pom.xml                                 |   45 +-
 jena-shex/pom.xml                                  |   40 +-
 jena-tdb/pom.xml                                   |   60 +-
 jena-text/pom.xml                                  |   68 +-
 .../org/apache/jena/query/text/properties.xml      |    9 -
 pom.xml                                            | 2085 ++++++++++----------
 47 files changed, 1903 insertions(+), 2410 deletions(-)
 delete mode 100644 jena-jdbc/jena-jdbc-core/src/main/java/MethodTraceLogger.aj
 delete mode 100644 jena-jdbc/jena-jdbc-core/src/main/resources/jena-jdbc-log4j.properties
 delete mode 100644 jena-jdbc/jena-jdbc-core/src/main/resources/org/apache/jena/jdbc/jdbc-properties.xml
 delete mode 100644 jena-text/src/main/resources/org/apache/jena/query/text/properties.xml