Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync develop branch after release 4.3.11 #4946

Closed

Commits on Feb 29, 2024

  1. GH-4921 Turtle writer does not respect namespaces in IRIs

    - SimpleValueFactory.createIRI(String, String) how actually properly respects the specified namespace and localname
    - TurtleWriter tries to use the namespace encoded in the IRI unless the localname contains characters which are not valid in prefixed notation
    - Added test
    reckart committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e2db6a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. GH-4921 Turtle writer does not respect namespaces in IRIs

    - Added tests to check to which degree parsing a Turtle file with unconventional prefixes and serializing it back again results preserves format
    reckart committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1c36f76 View commit details
    Browse the repository at this point in the history
  2. GH-4921 Turtle writer does not respect namespaces in IRIs

    - Commented out failing parts of new tests and refer to followup issue
    reckart committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0e584a4 View commit details
    Browse the repository at this point in the history
  3. GH-4921 Turtle writer does not respect namespaces in IRIs

    - Fix RDFXML test by checking if a localname preference indicated by the IRI is valid in XML - if not, try to find an alternative representation
    reckart committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    10e9244 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    1015439 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. release 4.3.11

    Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
    hmottestad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b85c384 View commit details
    Browse the repository at this point in the history
  2. next development iteration: 4.3.12-SNAPSHOT

    Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
    hmottestad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d8f3ab6 View commit details
    Browse the repository at this point in the history
  3. set correct version

    Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
    hmottestad committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6526e19 View commit details
    Browse the repository at this point in the history