Deploys nightly Demo and publishes nightly to sourceforge
Commits
Comparison is available only for releases created from the same branch as this release.
Author
Commit
Message
Commit date
Ivo Ulrich <teleivo@users.noreply.github.com>
5c7d2747700d84884fa0149391c6549ccaba0d79
Merge pull request #2202 from teleivo/test-startup-filter
Add StartupErrorFilterTest
teleivo <mrteleivo@gmail.com>
f879820c427496869dd6391212ece0a3f3803ea8
Add StartupErrorFilterTest
add StartupErrorFilterTest since it didnt exist,
use PowerMockRunner as the filter calls static methods
Ivo Ulrich <teleivo@users.noreply.github.com>
50cf2a18ed98e692035280ae46cee0b4867c5735
Merge pull request #2201 from teleivo/test-update-filter-model
Add UpdateFilterModelTest
teleivo <mrteleivo@gmail.com>
75ebf4343bc0c981b2fe7d4a54911338e264e320
Add UpdateFilterModelTest
add UpdateFilterModelTest since it was missing; needed to uses
PowerMockRunner since its calling static methods on DatabaseUpdater
Ivo Ulrich <teleivo@users.noreply.github.com>
eae465dfce7be225041f0e33c3d808a1e511a748
Merge pull request #2200 from teleivo/TRUNK-5174 TRUNK-5174 Deprecate PersonNameValidator.validatePersonName
teleivo <mrteleivo@gmail.com>
146d900151641e5530351f4b9809a438a62c4057
TRUNK-5174 Deprecate PersonNameValidator.validatePersonName
PersonNameValidator implements Validator so client code can call
validate to get the same behavior as calling validatePersonName which
should be made private in a major release
Ivo Ulrich <teleivo@users.noreply.github.com>
b8a88cedd250a4f53a3c1078b5fe2ba9adf58fd2
Merge pull request #2199 from teleivo/TRUNK-5096 TRUNK-5096 Remove MemoryLeakUtil.shutdownKeepAliveTimer
teleivo <mrteleivo@gmail.com>
b96a0a75dba3daa0ca9625c55217f348391c2c2d
TRUNK-5096 Remove MemoryLeakUtil.shutdownKeepAliveTimer
Remove MemoryLeakUtil.shutdownKeepAliveTimer since its implementation
is based on a non-existing field and throws an exception on its first
line; also thereby remove a dependency on a sun package