Skip to content
Success

Changes

Summary

  1. Fix typo in OWLClass annotation documentation (commit: 01b9313) (details)
  2. [Enhancement #196] Provide access to selected ManagedClassProcessor utility methods. (commit: a20a89b) (details)
  3. [Enhancement #196] Add a version of ManagedClassProcessor.detectNamespaces that takes an existing NamespaceResolver instance as argument. (commit: 196e9f5) (details)
  4. [GH #198] Revert from using alias to name for Mojo parameters. (commit: a20147f) (details)
  5. [Fix] Take max connection pool size and connection acquisition timeout configuration into account in RDF4J driver. (commit: 790aeae) (details)
  6. [Bug #199] Append a suffix to classname generated by OWL2Java in case it would clash with existing class. (commit: 01a7df6) (details)
  7. [GH #198] Modify OWL2JavaMojo to better map plugin parameters and not show warnings in IDEs. (commit: 2d173a4) (details)
  8. Update RDF4J driver HTTP client connection pool defaults. (commit: ba0b148) (details)
  9. [1.1.2] Bump version, update changelog. (commit: 6378158) (details)
Commit 01b93135f57949ebf2f8e3a55be3e1358b51a0e1 by piegsa
Fix typo in OWLClass annotation documentation
(commit: 01b9313)
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/model/annotations/OWLClass.java (diff)
Commit a20a89b3cba7032927b358daeef2e8e8b85d7dac by Martin Ledvinka
[Enhancement #196] Provide access to selected ManagedClassProcessor utility methods.
(commit: a20a89b)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ManagedClassProcessor.java (diff)
Commit 196e9f58677c37d9293680284fe78760799a7e45 by Martin Ledvinka
[Enhancement #196] Add a version of ManagedClassProcessor.detectNamespaces that takes an existing NamespaceResolver instance as argument.

Should simplify registration of namespaces across multiple classes.
(commit: 196e9f5)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ManagedClassProcessor.java (diff)
Commit a20147f7dba6927ba7aba227ed43971156ba356d by Martin Ledvinka
[GH #198] Revert from using alias to name for Mojo parameters.

Aliases confused IDEs.
(commit: a20147f)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/ModelGenMojo.java (diff)
Commit 790aeae2be5305556b455bd249ce23b05482579f by Martin Ledvinka
[Fix] Take max connection pool size and connection acquisition timeout configuration into account in RDF4J driver.
(commit: 790aeae)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/Rdf4jDriver.java (diff)
Commit 01a7df654ab26670676ec767f4d97bf9c135f78b by Martin Ledvinka
[Bug #199] Append a suffix to classname generated by OWL2Java in case it would clash with existing class.
(commit: 01a7df6)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/JavaTransformer.java (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/OWL2JavaTest.java (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/JavaTransformerTest.java (diff)
Commit 2d173a4c291a6858e6784ebb83aefbffdd87593f by Martin Ledvinka
[GH #198] Modify OWL2JavaMojo to better map plugin parameters and not show warnings in IDEs.
(commit: 2d173a4)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
Commit ba0b148f70d93d0b5db86f99e8bc450e902bc4ca by Martin Ledvinka
Update RDF4J driver HTTP client connection pool defaults.
(commit: ba0b148)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/config/Constants.java (diff)
Commit 63781589a4e23286d35e70651c9a8aad892af151 by Martin Ledvinka
[1.1.2] Bump version, update changelog.

Update RDF4J to 4.3.6.
(commit: 6378158)
The file was modified jopa-impl/pom.xml (diff)
The file was modified ontodriver-rdf4j/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified CHANGELOG.md (diff)
The file was modified datatype/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-owl2java/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified modelgen/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)