ref #6158 avoid URL redirects
ref #7080 fix potential other isEmpty issues for @Embeddable classes
cleanup
Cleanup
ref #6190 removing svn property place holder in first line of code
ref #3934 add department to NamedAreaLevel
Adapt table and column names to hibernate 5 naming strategy #5369
... and some other changes to table/attribute names
#4716 reduicing clutter in the lucene index and solving performance problems which probably fixes #4277 and #3663
Upgrade to hibernate 5 with persistence tests running #4716
adding IdInVocabulary to the toString representation of NamedAreas
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdmlib into remoting-4.0
Conflicts: cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTerm.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTermBase.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/Reference.java...
merge validation2 and model 3.5 into trunk
updated getTermByUuid methods in the term classes to use the cacher
added Cascade.MERGE to all fields with annotation Cascade.SAVE_UPDATE
fix "Error occurred when trying retrieve title for Named Area"
adding Gazetteer to ReferenceSystem
fix for loading continents correctly
fix missing idInVocabulary for countries; implement country mapping for EditGeoService (#3452, #3651)
remove old TDWGArea class
fix country voc uuid bug
add country vocabulary
minor
Change WaterbodyOrCountry name to Country #3700
move static waterbody methods to NamedArea
update waterbody uuids in class, csv and TermsDataSet
split Waterbody and Country vocabulary and make waterbody an ordinary NamedArea #3700
Update script for termtype and some other, remove InstitutionType and COntinent, update idInVocabulary, ...
readCsv Class changed
adding recordBasis to SpecimenOrObservationBase and removing some DerivedUnit classes (all #3378) and adding kindOfUnit to SpecimenOrObservationBase (except for according termType and vocabulary) #3568.
exchange modifier classes by DefinedTerm, add termtype to csv files, make term loader required constructor private
remove TdwgArea and add termType and idInVocabulary (#2998, #3478, #3479, #3539)
Merge trunk into CDM 3.3
lucene search: fixing grouping problem and basic indexing of term hierachies
using NumericField and spatial type for search field
remove model changing validations fix Delete_Orphan #3379
documentation
typo
autoinitialization of termbase.references and point.exactlocation (indirectly)
add getByIso to WaterbodyAndCountry
fix bug in point tertier caching #2962
bugfix for Coordinate Parser with whitespaces, Dateparsing, etc.
maybe fixing NPE problem
remove import
bugfixing for NPE in static mehtod labelWithLevel for null areas. + javadoc
Tests and first documentation for getHierarchieList
improve NamedArea with level title cache (also include test)
bugfix for #2400
further error handling for Point parsing
include recognition of double values in Point.byParsing methods
Make "formerly" presenceTerms absenceTerms (#2373) and added Gazetteer to !ReferenceSystems (#2374)
implementing decimals for seconds in Sexagesimal Points #2267
clone methods
make termbase.uri and GenBankAccession.uri real java.net.URI #2340
remaining clone methods
extend relationshipBaseTypes by description; make termmap in NamedArea private
refactoring GeoServiceUtils by using TdwgVocabulary uuid
improvements for looking up existing areas
remove duplicate for Argentina
change log level for unfound codes
toString improved
remove compareTo in NamedArea and changed according tests
Fixed some problems in the point class
make labelWithLevel public
javadoc
labelWithLevel() added to NamedArea
UTF8 for Coordinate Conversion
reset for defined terms
toString for Sexagesimal
toSexagesimalString for Point
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk
merging PESI brach into trunk
merge cate-development2 branch with trunk
TermBase and descendants indexed using hibernate search
Changed public boolean supports* to JavaBeans compliant isSupports*() method signatures in Feature class Several minor bugfixes in defined terms, validation. Indexing works on all Description Element Base subclasses.
#445: Added missing term vocabularies #921: Added setDefaultTerms methods Added inferred and potential combination synonym relationship types for Fauna Europaea
finetuning match mechanism
Deleting empty compareTo methods from DefinedTerms
CHANGES TO THE CDMLIB-MODEL: Media and DefinedTermBase become IdentifiableEntity, new classes to represent descriptive dataset and keys
Merging for cdmlib-model
ReferenceSystem terms and merge framework
partOf now using the field directly
Made TimePeriod non-null to allow for MVC binding
manually deproxied NamedAreas
Fixed some issues with database handling and fixed a bug in LocationService.
Lots of changes, but primarily: Enabled the marshalling / unmarshalling of LSIDAuthority Renamed the User table to UserAccount to avoid problems on SQLServer Major refactoring of CacheStrategyGenerators so that the generic framework extends across all IIdentifiableEntities, allowing (but not requiring) the use of @Configurable and aop to inject custom cache strategy generators at runtime
Made changes to the xml mapping of DefinedTermBase.kindOf, .partOf, includes, and generalizationOf due to the way JAXB handles (or doesn't) generics.
bug in TDWGareas fixed
Committing large number of changes relating to versioning implementation (#108)
NomenclaturalCode -> enum
Major changes to the cdmlib default term loading and initialization, plus indexing of some model entities as part of #476