We create a package structure that mirrors the correct java packaging for osi projects, prefixed with com.vaticle.typedb.osi. We also remove traces of *.bayer.* package names and in logging. Logback now sets the root log level to DEBUG instead of OFF.
What are the changes implemented in this PR?
Add package prefix com.vaticle.typedb.osi.loader for all classes
Update Imports
Fix logback loggers to use the new package address
What is the goal of this PR?
We create a package structure that mirrors the correct java packaging for osi projects, prefixed with
com.vaticle.typedb.osi
. We also remove traces of*.bayer.*
package names and in logging. Logback now sets the root log level toDEBUG
instead ofOFF
.What are the changes implemented in this PR?
com.vaticle.typedb.osi.loader
for all classes