Add .project files
fix #2939 removing EhCacheConfig from application contexts and configuring the CacheManager explicitely
removing all .classpath and .project files
ref #2939 adapting taxeditor spring configuration to new ehCacheManager configuration - WARNING: store location still missing!
ref #6401 Update taxeditor workspace plugins to java 8
ref #6365 ref #6366 ref 6364 Update CdmModelCacher in TaxEditor
(java)doc
ref #6360 and ref #6369 update cached model in taxeditor
manually set version numbers
manually setting the project and cdmlib version to 4.6.0-SNAPSHOT
Merge branch 'hotfix/4.5.1' into develop
remove private source path
Merge branch 'develop' into hotfix/4.5.1
Conflicts: eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.application/pom.xml eu.etaxonomy.taxeditor.bulkeditor/META-INF/MANIFEST.MF eu.etaxonomy.taxeditor.bulkeditor/pom.xml eu.etaxonomy.taxeditor.cdmlib/.classpath...
Updated version in pom / project files to taxeditor version : 4.5.1 and cdmlib version : 4.5.1
Updated version in pom / project files to taxeditor version : 4.6.0-SNAPSHOT and cdmlib version : 4.6.0-SNAPSHOT
Updated version in pom / project files to taxeditor version : 4.5.0 and cdmlib version : 4.5.0
Merge branch 'develop' into LibrAlign
Removed unused import
ref #6190 removing svn property place holder in first line of code - java files
Updated version in pom / project files to taxeditor version : 4.5.0-SNAPSHOT and cdmlib version : 4.5.0-SNAPSHOT
Missing files from last commit added.
Revert "update model for cdm cache in TaxEditor" classpath changes
This partly reverts commit cfb2c8db2bd6905fd8b5805915556b87af14984f.
update model for cdm cache in TaxEditor
ref #3658 remove nomenclatural code from datasources
Add spring oauth2 dependency
Removed p6spy from classpath
removing p6spy dependencies
Revert "ref #6118 catching exception during checkConnection"
This reverts commit bb7b4f601b49f1ba29f149405246f120b4c46a9a.
ref #6118 catching exception during checkConnection
Updated version in pom / project files to taxeditor version : 4.4.0-SNAPSHOT and cdmlib version : 4.4.0-SNAPSHOT
ref #5969: get the preference NC from db when initialize preference store and save the changes in db
Fix endless loop in entity cache when opening "Inspect Active Session"
fix failing test
changes for gbif/abcd import from webservice
Remove duplicate dependency to cdmlib-model in taxeditor.cdmlib
#5751 Remove c3p0 dependency
fix check active session
minor
remove accidentally comitted source information
Updated version in pom / project files to taxeditor version : 4.3.0-SNAPSHOT and cdmlib version : 4.3.0-SNAPSHOT
Updated version in pom / project files to taxeditor version : 4.2.0-SNAPSHOT and cdmlib version : 4.2.0-SNAPSHOT
Cleanup ProxyUtils
cleanup
Remove test server information from CdmServerInfo #5769
Adapt CdmServerInfo to always include cybertaxonomy.org (production) #5769
Preliminary adapt CDM model cacher script to work for cached model update
Add support for PersistentBag #5781
Updated version in pom / project files to taxeditor version : 4.1.0-SNAPSHOT and cdmlib version : 4.1.0-SNAPSHOT
Update cached CDM
centralizing dependency versions and managing libraries in lib/ through maven
fix not deleted caches if a new datasource is set
Add IEventBaseService to application controller #5403
Updated version in pom / project files to taxeditor version : 4.0.0-SNAPSHOT and cdmlib version : 4.0.0-SNAPSHOT
Add newer itextpdf dependency to avoid conflict with itextpdf 5.0.2 from identificationAPI 1.0
Merge branch 'hotfix/3.12.4' into develop
Conflicts: eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/source/CdmServerInfo.java - resolved eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java - UNRESOLVED!!!!!
#5533 writing and reading cdmserver configuration from and to JSON file
classpath updates
#5533 reading/writing remote server config from/to json
Updated version in pom / project files to taxeditor version : 3.12.4 and cdmlib version : 3.12.4
fix entity already associated with another entity bug
Updated version in pom / project files to taxeditor version : 3.12.3 and cdmlib version : 3.12.3
adding demoserver 2 to select list in connect dialog
Upgrade lucene version in TaxEditor
Add SNAPSHOT to cdmlib dependencies
Remove spring security remoting jar
typo
updating serialVersionUID and documentation
Add spring-security-remoting jar
Update build.properties
Update dependencies
Minor
enabling remote servers for release version
flexible server path prefix and option skip cdmlib version test per server
Conflicts: eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/source/CdmServerInfo.java
for managed servers the datasource name is now converted into a valid XML type NCName
Updated version in pom / project files to taxeditor version : 3.12.3 and cdmlib version : 3.12.2
updating spring-security-remoting to 4.0.3.RELEASE
Merge branch 'hotfix/3.12.3' into develop
fixing rootpath of cdmserver at api.cybertaxonomy.org
fixing imports
updating host name for edit-production
Removed non-existing dependencies
Updated version in pom / project files to taxeditor version : 3.12.2 and cdmlib version : 3.12.2
adapt dependencies, not finished yet
Added missing libraries and adjusted classpath (still unstable)
Updated dependencies for taxeditor (still unstable)
Removed production server from ServerInfo and added test server for developping
Updated version in pom / project files to taxeditor version : 3.13.0-SNAPSHOT and cdmlib version : 3.13.0-SNAPSHOT
Updated version in pom / project files to taxeditor version : 3.12.0 and cdmlib version : 3.12.0
Adapt editor to cdmlib API changes
add production server to server info
Use formatter framework in DerivateLabelProvider
#5207 Add validation of credentials on target server before starting application context
#5282 Use null session in referencing objects view
Generate metadata service without the authentication executor
Revert cached services map to be local to configuration class