You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ac...@apache.org on 2019/04/25 20:05:54 UTC

[jena] branch java11_javadocs updated (02475be -> 3035f33)

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

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


 discard 02475be  Update javadoc configuration to support jdk11 builds
     new 9852c14  Reset version to 3.11.0-SNAPSHOT
     new fc6af48  JENA-1659: Improve tests for western hemisphere timezones
     new c47b53a  Make test inclusive of GMT-14
     new e7f4288  Merge pull request #559 from apache/timezone_test
     new 9b1f2ea  Support configuring syntax for Parameterized SPARQL (JENA-1705)
     new a4717c2  Merge pull request #558 from rvesse/JENA-1705
     new a13228f  [maven-release-plugin] prepare release jena-3.11.0
     new f342e9c  [maven-release-plugin] prepare for next development iteration
     new 9a4315f  JENA-1707: Skip building modules unless java8
     new ce25c95  Merge pull request #563 from apache/java8-elephas
     new c524e9b  JENA-1706: Handle "QueryParser"; suppress logging WARN
     new aef21bf  Merge pull request #560 from afs/text-parser
     new d2fe6b5  Update maven javadoc plugin to 3.1.0
     new 3035f33  Update javadoc configuration to support jdk11 builds

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (02475be)
            \
             N -- N -- N   refs/heads/java11_javadocs (3035f33)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7814 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/query/ParameterizedSparqlString.java      | 178 ++++++++++++++-------
 .../org/apache/jena/sparql/expr/TestFunctions.java |   2 +-
 jena-elephas/pom.xml                               |  16 +-
 jena-maven-tools/pom.xml                           |   6 +-
 .../apache/jena/query/text/TextIndexLucene.java    |   3 +
 jena-text/src/test/resources/log4j.properties      |   3 +
 pom.xml                                            |   4 +-
 7 files changed, 139 insertions(+), 73 deletions(-)