Skip to content
Success

Changes

Summary

  1. Support automatic conversion of language-less strings to LangString attributes. (commit: ab0ba33) (details)
  2. [Snapshot] Bump version to 0.20.2-SNAPSHOT. (commit: 42029f2) (details)
  3. [Bug #135] Add tests to reproduce the issue. (commit: 9e87c52) (details)
  4. Support using LangString as query parameter. (commit: 063e311) (details)
  5. [Bug #135] Support joining over plural attributes in SOQL. (commit: 5a3cf9c) (details)
  6. [Bug #135] Improve bindable type resolution - remove instanceof. (commit: 5cee5cf) (details)
  7. [Bug #135] Support path expressions over plural attributes in Criteria API. (commit: ac8a1bf) (details)
  8. [Enhancement #136] Clear cache on EMF close. (commit: cc8a2e5) (details)
  9. [Enhancement #136] Remove closed EMF from set of active EMFs. (commit: 7773ee7) (details)
  10. [0.20.2] Bump version, update changelog. (commit: fa8b835) (details)
Commit ab0ba33b353592d5785c504446c83e41313d9723 by Martin Ledvinka
Support automatic conversion of language-less strings to LangString attributes.
(commit: ab0ba33)
The file was addedjopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ToLangStringConverter.java
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/Converters.java (diff)
The file was addedjopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/converter/ToLangStringConverterTest.java
Commit 42029f24212b0d4075de1b6540b070ad2bf75e08 by Martin Ledvinka
[Snapshot] Bump version to 0.20.2-SNAPSHOT.
(commit: 42029f2)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified datatype/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified ontodriver-rdf4j/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified jopa-integration-tests-rdf4j/pom.xml (diff)
The file was modified jopa-owlapi-utils/pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
Commit 9e87c525267fd0cf59af7358d83b50251ed0e6ed by Martin Ledvinka
[Bug #135] Add tests to reproduce the issue.
(commit: 9e87c52)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/CriteriaRunner.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/QueryTestEnvironment.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/SoqlRunner.java (diff)
Commit 063e311879799dcf37a08b207b2c59f54ca47471 by Martin Ledvinka
Support using LangString as query parameter.

Allows providing collections of language-tagged String as query parameters.
(commit: 063e311)
The file was modified jopa-integration-tests-rdf4j/src/test/java/cz/cvut/kbss/jopa/test/integration/rdf4j/PersistenceUnitTest.java (diff)
The file was modified jopa-integration-tests-rdf4j/src/test/java/cz/cvut/kbss/jopa/test/environment/Rdf4jPersistenceFactory.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/StringParameterValue.java (diff)
The file was modified jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/environment/OwlapiPersistenceFactory.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/ParameterValueFactory.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/environment/TestEnvironment.java (diff)
The file was modified jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/integration/jena/PersistenceUnitTest.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/QueryRunner.java (diff)
The file was modified jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/environment/JenaPersistenceFactory.java (diff)
Commit 5a3cf9cdf732c3b02dc1163b98fc4e9afd676019 by Martin Ledvinka
[Bug #135] Support joining over plural attributes in SOQL.
(commit: 5a3cf9c)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/QueryRunner.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryListener.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/SoqlRunner.java (diff)
The file was modified jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/QueryTest.java (diff)
Commit 5cee5cfa7fb746e723fc9a35e068220dba0ae837 by Martin Ledvinka
[Bug #135] Improve bindable type resolution - remove instanceof.
(commit: 5cee5cf)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryListener.java (diff)
Commit ac8a1bf55c0a76d58a8873bd89af0fdd73eabef9 by Martin Ledvinka
[Bug #135] Support path expressions over plural attributes in Criteria API.
(commit: ac8a1bf)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/criteria/PathImpl.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/CriteriaRunner.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/utils/MetamodelFactory.java (diff)
Commit cc8a2e545d871a83e0d8ca446554e1b133dafaf7 by Martin Ledvinka
[Enhancement #136] Clear cache on EMF close.
(commit: cc8a2e5)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/cache/TtlCacheManager.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/cache/LruCacheManager.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/ServerSession.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/EntityManagerFactoryImplTest.java (diff)
Commit 7773ee76da58601e1a1ac560fcb654d640a0e654 by Martin Ledvinka
[Enhancement #136] Remove closed EMF from set of active EMFs.
(commit: 7773ee7)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/JOPAPersistenceProvider.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/EntityManagerFactoryImpl.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/EntityManagerFactoryImplTest.java (diff)
Commit fa8b83563de35e37b71f5de46f26c388917c2e31 by Martin Ledvinka
[0.20.2] Bump version, update changelog.
(commit: fa8b835)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-integration-tests-rdf4j/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified CHANGELOG.md (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified jopa-owlapi-utils/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified datatype/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified ontodriver-rdf4j/pom.xml (diff)