#5479 preliminar solution for user defined presenceAbsence terms vocabularies
Merge branch 'hotfix/3.12.1' into develop
#4962 fixing LIE by re-adding init strategy for taxonNames
updating poms for 3.12.1 branch with snapshot versions
solving last merge problem
resolving conflicts after merge of ticket_4716 into develop
Updating develop poms back to pre merge state
updating develop poms to master versions to avoid merge conflicts
updating poms for branch'release/3.12.0' with non-snapshot versions
updating poms for 3.13.0-SNAPSHOT development
Cleanup description generics (related to #5357)
#5397 replacing swagger-springmvc by springfox-swagger2
#5397 fixing mapping problems in Description* controllers
organizing imports
#5397 creating separate controller for DescriptionElemens: avoids need for CdmAntPathMather and thus simplifies the Spring configuration
#4716 reduicing clutter in the lucene index and solving performance problems which probably fixes #4277 and #3663
#4716 fixing setup of cdmlib-remote-webapp
#4716 upgrading spring xsd schema version to 4.0
Fix issues after rebase #4716
Update to hibernate 5 for cdmlib-remote and pring (no changes) #4716
Further adapt to new jackson and new lucene version #4716
Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate validator #4716 and #4702
removing commented testcases which are broken in spring 4 and unused in the cdm remote controllers
Change from springframework to spring in cdmlib-io and -remote #4702
#4962 commenting performance measure print-out via System.err
#4962 avoiding bean initialization in getChildNodesAtRank() as much as possible - performance improvement
Fix typo
#4313 relationship type as additinal filter option for TaxonNodeAgentRelation services
#4313 implementing full stack of methods to expose TaxonNodeAgentRelations throught the AgentController with filter options
#4313 introducing AgentPortalController
#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote controllers
Evaluate publish flag in portal controller
#5297 Refactor ProgressMonitorController, Add Remoting Progress monitor
#5297 Add progress monitor service, Add test services
#5297 Add monit import method
#5297 Update no. of work units
#5297 Add new thread class for remoting monitors
#5297 Add owner field to monitor thread and user checks in service...
Fix test in dataportal with strict bean initalization #5077
minor
typos in documentation
Updating develop poms to hotfix version to avoid merge conflicts
updating poms for 3.12.0-SNAPSHOT development
updating poms for 3.11.0-SNAPSHOT development
updating poms for 3.10.0-SNAPSHOT development
updating poms for 3.9.0-SNAPSHOT development
Revert "updating poms for 3.9.0-SNAPSHOT development"
This reverts commit 1a052a9893afe93249cf81603f410a4e454c305a.
#5229 implementing output of TaxonBase.getTaggedTitle in web services - turning the TaxonBeanProcessor into TaxonBaseBeanProcessor - adding taggedTitle to the taxon instances returned by the portal service
using UNKNOWN_RANK as default lowerRank in transmission engine
Allow authenticated access for users with all roles
#5040 - adding parameters to transmission engine webservice to set targetAreaLevel, lowerRank & upperRank
#5070 - adding missing part in init stategy for second level derivatives
whitespace
#4408 removing occurences of fallbackAreaMarkerType in methods and renaming parameter in controller
fixing broken pager of getNamedAreasInUse
#5095 Add @Ignore to failing tests for now
updating poms for 3.8.0-SNAPSHOT development
Revert back to earlier version
Remove unnecessary version property in sub-modules
Revert back to version 3.7.0-SNAPSHOT
Revert versions back to current
updating poms for 3.14-SNAPSHOT development
updating poms for 3.13-SNAPSHOT development
updating poms for 3.12-SNAPSHOT development
updating poms for 3.11-SNAPSHOT development
updating poms for 3.10-SNAPSHOT development
updating poms for 3.9-SNAPSHOT development
updating poms for 3.8-SNAPSHOT development
Update all version to next snapshot and remove duplicate version settings
implementing fallbackArea rule into DescriptionUtility.filterDistrubution for EuroPlusMed - #4408
Improve transmission engine parameters for web service (#5040)
some bugfixes in CondensedDistribution composition code - #3907
base framework for condensedDistributions implemented - #4911
Rename remaining occurrences of xxxAuthorTeam #4968
Rename remaining occurrences of combinationAuthorTeam and basionymAuthorTeam in code and other files
3.6.2 has just been released, setting version to 3.6.3-SNAPSHOT
bumping project version to 3.6.2-SNAPSHOT, 3.6.1 has already been released
implementing modifications requested in #2880
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release cdmlib-parent-3.6.0
performance improvement in AbstractBeanProcessor.getMergedExcludes(), avoids the merging of the collection each time the processBean() method is called, this can take place several 10 thousand times for one request - contributes to #4925
missing @Override
option to skip json processing for debugging purposes, see #4925