OpenNTF / org.openntf.xsp.jakartaee

XPages Jakarta EE support libraries
Apache License 2.0
21 stars 7 forks source link

Add ability to specify a scratch directory for QRP view databases #554

Closed jesse-gallagher closed 3 weeks ago

jesse-gallagher commented 3 weeks ago

Currently, this calls DominoNoSQLUtil.getTempDirectory(), which checks only the OS (using /tmp on Linux) and then java.io.tmpdir. It would be good to be able to set this explicitly.

While at it, it'd be good to also add a similar property in LibraryUtil.getTempDirectory(), and then have DominoNoSQLUtil use that when its own property isn't set.