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
Basically, it is needed to to get Spark.awaitStop() added to the after() method to ensure the Spark server is properly stopped (because stop() executes in a Thread).
The text was updated successfully, but these errors were encountered:
Hi @victornoel. This change has been included in the version 1.2.0. Unfortunately I cannot upload a new artifact version to central repository yet, because I had to change the groupId (I no longer work for Despegar) and I have to register the domain. Until then, please build the develop branch and release it locally.
Regards
Fernando.
See despegar#14.
Basically, it is needed to to get
Spark.awaitStop()
added to theafter()
method to ensure the Spark server is properly stopped (becausestop()
executes in aThread
).The text was updated successfully, but these errors were encountered: