kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Fix stopServer method throwing IllegalStateException #111

Closed andref closed 6 years ago

andref commented 6 years ago

As previously written, the method fails with an IllegalStateException even when the underlying Jetty server has already started.

urbim commented 6 years ago

Hi, thanks for your interest!

Can you elaborate what this pull request solves? Where have you encountered an error?

As previously written

What do you mean by that? Has this issue been mentioned before?

andref commented 6 years ago

@urbim I'm terribly sorry. This was really poor form of me. I opened #112 to explain the issue.