Increase length of symbol and inverseSymbol #5734
Update test data for xxxObj_type #3701
Change reverseSymbol to inverseSymbol #5734
Adapt AnnotationDaoTest #3701
Update script for upading xxxObj_type #3701
Add symbol and reverseSymbol do DefinedTermBase #5734
Adapt table and column names to hibernate 5 naming strategy #5369
... and some other changes to table/attribute names
Remove Autoincrement on AuditEvent.revisionnumber on MySQL #5718
Add secMicroReference #5717
Add preferred stable URI to SpecimenOrObservation #5606
Add base structure for model update to 4.0
minor
Add missing type information to UuidAndTitleCache object for search results #5700
fix #5672
smaller changes for fauna europaea import and csvNameExport
Also return all specimens belonging to sub classes when specifying SpecimenOrObservationBase as type
Add IntextReference to related objects test classes
Javadoc
Fix deduplication problem with list order #5652
TaxonNodeByNameComparator is not a component anymore and add configurable delete method for media
Update cdmlib version from 3.13.0-SNAPSHOT to 4.0.0-SNAPSHOT
removing all (almost all) spy6 references and dependencies
Preliminary add tableGeneratorGlobalOverride to all session factories again #4716 ()
see also r27338 and r27330
like before
Move TableGenerator(GlobalOverride) from test to persistence #4716
removing tableGeneratorOverride from non testing application contexts
Add separator after nom status in taxon titleCache #5576
Revert "#5563 fixed by avoiding access to null FeatureNodes"
This reverts commit cabfc584dd026a8c139b837af01af786bb619bed.
#5563 fixed by avoiding access to null FeatureNodes
Fix CCE in DefinedTermDaoImpl.getPartOf (#5556) and make deproxy more generic
Merge branch 'hotfix/3.12.3' into develop
Conflicts: cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonNodeServiceImpl.java cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/service/TaxonServiceSearchTest.java
fix #5538
check for empty excludeUuid list
updating poms for 3.12.3 branch with snapshot versions
Minor
Handle AuditEvent hibernate sequence update in CdmUpdater correctly #4716
Adapt log4j.properties to hibernate deprecated logging problem
Change logging error to info
updating poms for branch'hotfix/3.12.2' with non-snapshot versions
#4962 using LEFT FETCH JOIN for ranks and sec fixed problems and improves performance
updating poms for 3.12.2 branch with snapshot versions
fixing project versions
updating poms for 3.12.1 branch with snapshot versions
Update to lucene 5.4 and some minor dependency updates
Update dependencies to the latest versions (except for lucene) #4716
fixing problems regarding lucene search after merge - one test still failing
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
Add PostGreSQL to Source class and clean up PostgreSQL DatabaseType
updating poms for 3.13.0-SNAPSHOT development
Cleanup description generics (related to #5357)
revert the commit of the renamed deletelistener
add null check for delete and minor
minor for #5391
organizing imports
#4716 reduicing clutter in the lucene index and solving performance problems which probably fixes #4277 and #3663
Generalize term service method listByTermType()
changes for #4960 and #4959
#4716 IndexDocValue relates issues solved, indexing now without exceptions, most tests in TaxonServiceSearchTest successful
disabling unnecesary component scan
add LIKE to MatchMode #5391
Move from hibernate-search to hibernate-search-orm #4716
Fix upgrade issues after rebase #4716
Add jta to pom to fix exception coming with hibernate 5.0.4 #4716
Fix issues after rebase #4716
migrate to hibernate 5 for cdmlib-services and cdmlib-ext #4716
Adapt cdmlib-persistence to new testing architecture #5370
Upgrade to hibernate 5 with persistence tests running #4716
Fix all compile errors from services to remote (some only preliminary) #4716
Further adapt to new jackson and new lucene version #4716
Fix bug for embeddable classes in AdvancedBeanInitializer #5383
#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote controllers
Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate validator #4716 and #4702
Update dependency versions for further dependencies #4716
commons-logging, commons-codec, jboss-logging, jena-tdb, commons-beanutils, joda-time, ehcache-core, Saxon-HE, hibernate-commons-annotations, javassist
Update jdbc-driver versions #4716
Upgrade hibernate3 maven plugin and ant plugin versions and dependencies #4716
Change springframework to spring in persistence #4702
#4962 commenting performance measure print-out via System.err
#4962 avoiding bean initialization in getChildNodesAtRank() as much as possible - performance improvement
revert chamges in MatchMode
Fix typo
#4313 relationship type as additinal filter option for TaxonNodeAgentRelation services
Add new service method listDerminationEvents to occurrence service which lists all determination events that contain the given specimen
Check for names and synonymy when checking specimen determinations
Add java doc
Clean up BeanInitNode embeddable issues #5383
#4313 implementing full stack of methods to expose TaxonNodeAgentRelations throught the AgentController with filter options
fixing #4878
Fix associated specimen retrieval for name determination
Extend service methods to retrieve specimens that are determiined as a taxon name
When retrieving associated specimens retrieve all IndividualsAssocations, TypeDesignation, Determinations
added DAO for SingleReads #5200