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
Fixed bug that generated unencoded query strings when using pagination.
Technical
The dynamic fields in the view models are following now the same access and modifier pattern as a Map. When used together with SunriseJavaBeanValueResolver for Handlebars (by default enabled) it allows to directly access them as if they were simple fields of the corresponding ViewModel subclass, without needing to access dynamic field in the template. This way you can extend your view model directly by using this feature without having to actually create your own class and extending the corresponding ViewModel class.
Using SunriseJavaBeanValueResolver allows LocalizedString instances to be processed by the Handlebars template engine directly.
RequestScopedSphereClientProvider renamed to MetricSphereClientProvider to better reflect what kind of SphereClient it generates.