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
* Configure a FreePortFinder when creating the PortAssigner
inside DynamicPortsBundle.
* Remove LocalPortChecker from DynamicPortsConfiguration.
* Add FreePortFinder to DynamicPortsConfiguration.
* Remove LocalPortChecker from PortAssigner.
* Make FreePortFinder support Jackson's polymorphic deserialization
by adding JsonTypeInfo to FreePortFinder, adding JsonTypeName
annotation to the three FreePortFinder impls, and adding an
io.dropwizard.jackson.Discoverable in META-INF/services, plus
org.kiwiproject.dropwizard.util.startup.FreePortFinder also
in META-INF/services.
* Lots of test refactoring and new tests.
* Misc: fix Javadoc in StartupLockConfiguration
Closes#545Closes#546Closes#547
Remove the
LocalPortChecker
fromPortAssigner
, sinceFreePortFinder
replaces it completely.This causes the public API to change, and is therefore a breaking change.
See this comment for details.
The text was updated successfully, but these errors were encountered: