Andrea Del Bene (6):
Added missing class import
Time out for test raised from 10 sec to 50 sec.
Updated Ignite dependency to the 2.x branch
Fix for serialization tests
Added error logging to handleException
Update readme.md
Christopher Miles (1):
Merge pull request #606 from ageery/openlayers3_enhancements
Martin Tzvetanov Grigorov (1):
Fix Maven warnings
Maxim Solodovnik (13):
Whitespaces are fixed, jquery is removed from dashboard code base
Image resources are replaced with CSS, code clean-up
Whitespaces are fixed
Merge pull request #603 from
reckart/feature/issue602-UrlParametersReceivingBehavior-subclassing
hazelcast version is updated to most recent one
Code clean-up
Fixes issue #605: tokenSeparators are passed in correct format
urlfragment: Whitespaces are fixed
Merge branch 'master' of github.com:wicketstuff/core
Fixes issue #604: UrlUtil is being conditionally created
UrlFragment: deprecated code is removed
Library versions are updated to recent versions
8.0.0-M7 is released
Pedro Santos (1):
Fix for issue #601 - bug: only one colunm where being skipped
from spanned area
Richard Eckart de Castilho (1):
#602 - UrlParametersReceivingBehavior does not find resource
when subclassed
Vit Rozkovec (2):
Use framework's JQuery reference (#598)
Expose fit markers JS (#600)
ageery (5):
Change JS calls to ol.View.fitExtent() calls to ol.View.fit().
Cleaned up compiler warnings.
Added an XYZ tile source and added a visibility model to Layer.
Added an ArcGIS tile source and added an opacity property to Layer.
Merge remote-tracking branch 'upstream/master' into
openlayers3_enhancements
The WicketStuff team