Skip to content
Success

Changes

Summary

  1. Updated TODOs and Readme. (commit: d6605c8) (details)
  2. Removed some of the constructNPXMessage calls to improve performance. (commit: a82d657) (details)
  3. One more occurrence of constructNPXMessage removed. (commit: dbc3580) (details)
  4. [Fix] Fixed cache being ignored on entity load. (commit: f027473) (details)
  5. More minor performance improvements. (commit: 2ad8e49) (details)
  6. Build default collection instance when clone of the specified one cannot (commit: e348829) (details)
  7. [0.9.3] Bumped version and updated release notes. (commit: 3dd7c69) (details)
The file was modified TODO.md (diff)
The file was modified README.md (diff)
Commit a82d657fd9dd5602eec71dfb6bad9d500e1729cf by Martin Ledvinka
Removed some of the constructNPXMessage calls to improve performance.
Only removed occurrences where it is clear which argument was null and
wasn't supposed to be (e.g. when there is only one parameter).
(commit: a82d657)
The file was modified README.md (diff)
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/utils/EntityPropertiesUtils.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/QueryImpl.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryFactory.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/OwlapiDataSource.java (diff)
The file was modified ontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/query/SesameStatement.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/EntityManagerImpl.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/OwlapiConnection.java (diff)
The file was modified ontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/SesameDataSource.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/change/ChangeManagerImpl.java (diff)
The file was modified ontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/SesameConnection.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkImpl.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/ParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/TypedQueryImpl.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/SelectResultSet.java (diff)
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/transactions/EntityTransactionImpl.java (diff)
Commit dbc3580cb1bb9358c7baf5a3fe424ca7e9e33f73 by Martin Ledvinka
One more occurrence of constructNPXMessage removed.
(commit: dbc3580)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkImpl.java (diff)
Commit f0274731f1b27d89ccd9703bf880e73cc6526d73 by Martin Ledvinka
[Fix] Fixed cache being ignored on entity load.
(commit: f027473)
The file was addedjopa-integration-tests/src/test/java/cz/cvut/kbss/jopa/test/integration/CacheTest.java
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/sessions/Cache.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/Vocabulary.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperImpl.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/LoadingParameters.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/OWLClassD.java (diff)
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/OWLClassA.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperTest.java (diff)
Commit 2ad8e4977d952e91473592e9515f49499ec93bc2 by Martin Ledvinka
More minor performance improvements.
(commit: 2ad8e49)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/utils/EntityPropertiesUtils.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkImpl.java (diff)
Commit e348829f484414dbeda4bc00e8f32495d65c0a05 by Martin Ledvinka
Build default collection instance when clone of the specified one cannot
be created.
(commit: e348829)
The file was addedjopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/CollectionInstanceBuilderTest.java
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/CollectionInstanceBuilder.java (diff)
Commit 3dd7c6956998b51eed7308e23455ab47ce3ea78d by Martin Ledvinka
[0.9.3] Bumped version and updated release notes.
(commit: 3dd7c69)
The file was modified jopa-owlapi-utils/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified ReleaseNotes.md (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified jopa-integration-tests-sesame/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)