In the new OWLAPI the method addAxioms seems to be deprecated, because the compiler shows me this warning. What is the new way to do that? Is that dangerous keep using this method?
According to the Javadocs:
@deprecated use {@link #addAxioms(OWLOntology, Stream)} instead.