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
Issue RestExpress#106 - Deprecated RestExpress.setSerializationProvider() and RestExpress.getSerializationProvider() in favor of RestExpress.setDefaultSerializationProvider() and RestExpress.getDefaultSerializationProvider(). Also added new instance methods serializationProvider() to set and get the instance's serialization provider.
* Fixed issue #94 - Load configuration properties from classpath (if available) and override with those loaded from file system.
82
+
* Fixed issue #106 - Deprecated RestExpress.setSerializationProvider() and RestExpress.getSerializationProvider() in favor of RestExpress.setDefaultSerializationProvider() and RestExpress.getDefaultSerializationProvider(). Also added new instance methods
83
+
serializationProvider() to set and get the instance's serialization provider.
82
84
* Enhanced to use EPoll if it's available on the underlying OS.
83
85
* Added support for ':in:' operator on query-string in filter operations (e.g. ?filter=name:in:a,b,c).
84
86
* Introduced RestExpress.shutdown(boolean) to enable tests to optionally wait for a complete shutdown.
0 commit comments