You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates regarding SF 3.4 + due to deprecations (#14)
* Service made public, added environment
Due to deprecation of access to services through the container.
Process class requires environment in SF 4.0
* Added environment
Due to deprecation since SF 3.3, start method requires an array of environments
* Replaced ProcessBuilder with Process
As of SF 3.4, the ProcessBuilder is deprecated
* Removed import ProcessBuilder
* Updated UnitTest for Rasterizer