Skip to content

v2.0.1 - SF3.4+ deprecations

Compare
Choose a tag to compare
@Padam87 Padam87 released this 13 Dec 17:06
· 19 commits to master since this release
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