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 2023/04/17 20:09:57 UTC

[jena] branch main updated (59c65479fc -> 5517af7abe)

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 59c65479fc [maven-release-plugin] prepare for next development iteration
     new c0cdb5a51f Revert "Use Sys.isWindows"
     new e877fa2c95 Workflows to use Java17
     new 5a4e0a0bd5 Test tear down to ignore server shutdown exceptions
     new 1481936f05 Static init() function
     new 5517af7abe Merge pull request #1847 from afs/workflows

The 10678 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:
 .github/workflows/maven.yml                              |  6 +++---
 .github/workflows/maven_macos.yml                        |  2 +-
 .github/workflows/maven_windows.yml                      |  2 +-
 .../java/org/apache/jena/fuseki/geosparql/MainTest.java  |  4 +++-
 .../java/org/apache/jena/fuseki/geosparql/TDB2Test.java  |  4 +++-
 .../java/org/apache/jena/fuseki/geosparql/TDBTest.java   |  4 +++-
 .../test/java/org/apache/jena/fuseki/TestAdminAPI.java   |  4 +---
 .../java/org/apache/jena/geosparql/InitGeoSPARQL.java    |  4 ++++
 .../main/java/org/apache/jena/tdb/sys/ProcessUtils.java  | 14 ++++++--------
 .../src/main/java/org/apache/jena/tdb/sys/SystemTDB.java | 16 ++++++++++++----
 .../src/test/java/org/apache/jena/tdb/ConfigTest.java    |  4 ++--
 11 files changed, 39 insertions(+), 25 deletions(-)