Skip to content

Commit

Permalink
Re-enable XML parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Aug 5, 2021
1 parent 22664fc commit ac1fe92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
3 changes: 0 additions & 3 deletions cli/src/main/java/de/atextor/owlcli/AbstractCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,8 @@ protected OWLOntologyManager createOWLOntologyManager() {
.add( new org.semanticweb.owlapi.krss2.parser.KRSS2OWLParserFactory() )
.add( new org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParserFactory() )
.add( new org.semanticweb.owlapi.functional.parser.OWLFunctionalSyntaxOWLParserFactory() )
/*
java.xml based parsers are not currently working with GraalVM 21.1.0.r16
.add( new org.semanticweb.owlapi.owlxml.parser.OWLXMLParserFactory() )
.add( new org.semanticweb.owlapi.rdf.rdfxml.parser.RDFXMLParserFactory() )
*/
.add( new org.semanticweb.owlapi.dlsyntax.parser.DLSyntaxOWLParserFactory() )
.add( new org.semanticweb.owlapi.oboformat.OBOFormatOWLAPIParserFactory() )
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@
"name":"com.github.benmanes.caffeine.cache.BaseMpscLinkedArrayQueueProducerFields",
"fields":[{"name":"producerIndex", "allowUnsafeAccess":true}]
},
{
"name":"com.github.benmanes.caffeine.cache.BoundedLocalCache",
"fields":[{"name":"refreshes", "allowUnsafeAccess":true}]
},
{
"name":"com.github.benmanes.caffeine.cache.CacheLoader",
"methods":[{"name":"loadAll","parameterTypes":["java.lang.Iterable"] }]
Expand Down Expand Up @@ -244,6 +240,18 @@
"allDeclaredMethods":true,
"allDeclaredFields":true
},
{
"name":"com.github.benmanes.caffeine.cache.WSSMW",
"allDeclaredConstructors" : true,
"allDeclaredMethods":true,
"allDeclaredFields":true
},
{
"name":"com.github.benmanes.caffeine.cache.FSMW",
"allDeclaredConstructors" : true,
"allDeclaredMethods":true,
"allDeclaredFields":true
},
{
"name":"com.github.benmanes.caffeine.cache.StripedBuffer",
"fields":[{"name":"tableBusy", "allowUnsafeAccess":true}]
Expand Down

0 comments on commit ac1fe92

Please sign in to comment.