https://jackrabbit.apache.org/oak/docs/construct.html
In a threaded environment (servlet, etc.) is it ok/recommended to create the repository/nodestore once and store as instance variables and then use the repository to create a new session per request? I know that sessions should not be shared across threads but I wasn't sure about repositories.
Thanks!
