cdmlib.git
8 years ago#5397 replacing swagger-springmvc by springfox-swagger2
Andreas Kohlbecker [Fri, 11 Dec 2015 15:43:33 +0000 (16:43 +0100)]
#5397 replacing swagger-springmvc by springfox-swagger2

8 years ago#5397 fixing mapping problems in Description* controllers
Andreas Kohlbecker [Fri, 11 Dec 2015 14:12:26 +0000 (15:12 +0100)]
#5397 fixing mapping problems in Description* controllers

8 years agoorganizing imports
Andreas Kohlbecker [Fri, 11 Dec 2015 10:38:52 +0000 (11:38 +0100)]
organizing imports

8 years ago#5397 creating separate controller for DescriptionElemens: avoids need for CdmAntPath...
Andreas Kohlbecker [Fri, 11 Dec 2015 10:35:50 +0000 (11:35 +0100)]
#5397 creating separate controller for DescriptionElemens: avoids need for CdmAntPathMather and thus simplifies the Spring configuration

8 years agoorganizing imports
Andreas Kohlbecker [Fri, 11 Dec 2015 10:31:32 +0000 (11:31 +0100)]
organizing imports

8 years agoorganizing imports
Andreas Kohlbecker [Fri, 11 Dec 2015 10:27:57 +0000 (11:27 +0100)]
organizing imports

8 years ago#4716 reduicing clutter in the lucene index and solving performance problems which...
Andreas Kohlbecker [Wed, 9 Dec 2015 16:22:00 +0000 (17:22 +0100)]
#4716 reduicing clutter in the lucene index and solving performance problems which probably fixes #4277 and #3663

8 years ago#4761 performance improvent of massindexer by using new hibernate 5 massindexer,...
Andreas Kohlbecker [Mon, 7 Dec 2015 12:31:48 +0000 (13:31 +0100)]
#4761 performance improvent of massindexer by using new hibernate 5 massindexer, speedup by 3x

8 years ago#4761 performance improvent of massindexer by using new hibernate 5 massindexer,...
Andreas Kohlbecker [Mon, 7 Dec 2015 12:31:32 +0000 (13:31 +0100)]
#4761 performance improvent of massindexer by using new hibernate 5 massindexer, speedup by 3x

8 years ago#4761 removing @Indexed from abstract base classes since hibernate now fully supports...
Andreas Kohlbecker [Mon, 7 Dec 2015 08:40:23 +0000 (09:40 +0100)]
#4761 removing @Indexed from abstract base classes since hibernate now fully supports polymorph class hierarchies

8 years ago#4761 avoiding deprecations in highlighter api
Andreas Kohlbecker [Fri, 4 Dec 2015 16:47:25 +0000 (17:47 +0100)]
#4761 avoiding deprecations in highlighter api

8 years ago#4761 updating means to obtain the IndexManager to new hibernate search api and exten... attic/shelves/cdmlib/a.kohlbecker/26768
Andreas Kohlbecker [Fri, 4 Dec 2015 16:07:34 +0000 (17:07 +0100)]
#4761 updating means to obtain the IndexManager to new hibernate search api and extending according test

8 years ago#4761 TopDocs adapting to removed IndexSearcher.setDefaultFieldSortScoring(boolean...
Andreas Kohlbecker [Fri, 4 Dec 2015 14:33:33 +0000 (15:33 +0100)]
#4761 TopDocs adapting to removed IndexSearcher.setDefaultFieldSortScoring(boolean, boolean) method

8 years ago#4761 TopDocs now supports maxScore, so TopGroupsWithMaxScore has become obsolete
Andreas Kohlbecker [Fri, 4 Dec 2015 13:10:18 +0000 (14:10 +0100)]
#4761 TopDocs now supports maxScore, so TopGroupsWithMaxScore has become obsolete

8 years ago#4761 removing @Field annotation from CdmBase.id which has become obsolete
Andreas Kohlbecker [Fri, 4 Dec 2015 11:37:13 +0000 (12:37 +0100)]
#4761 removing @Field annotation from CdmBase.id which has become obsolete

8 years ago#4761 correcting usage of new paramaters joinQuery parameters ScoreMode and multipleV...
Andreas Kohlbecker [Fri, 4 Dec 2015 11:32:10 +0000 (12:32 +0100)]
#4761 correcting usage of new paramaters joinQuery parameters ScoreMode and multipleValuesPerDocument

8 years agoadding note with link to the cdmlib-remote-webapp configuration and bootstrapping...
Andreas Kohlbecker [Thu, 26 Nov 2015 13:53:26 +0000 (14:53 +0100)]
adding note with link to the cdmlib-remote-webapp configuration and bootstrapping wiki page

8 years ago#4761 fixing broken area filter join query, by circumventing a bug in lucene LUCENE...
Andreas Kohlbecker [Fri, 4 Dec 2015 11:08:28 +0000 (12:08 +0100)]
#4761 fixing broken area filter join query, by circumventing a bug in lucene LUCENE-4824 (numeric fields not supported in join queries)

8 years ago#4716 fixing proplems with testdata by making use of the CleanSweepInsertLoadStrategy...
Andreas Kohlbecker [Thu, 3 Dec 2015 09:48:06 +0000 (10:48 +0100)]
#4716 fixing proplems with testdata by making use of the CleanSweepInsertLoadStrategy.class

8 years ago#4716 using BooelanQuery added with Occur.FILTER instead of deprecated search method
Andreas Kohlbecker [Thu, 3 Dec 2015 08:47:33 +0000 (09:47 +0100)]
#4716 using BooelanQuery added with Occur.FILTER instead of deprecated search method

8 years ago#4716 removing deprecated usage of new BooleanQuery, using BooleanQuery.Builder instead
Andreas Kohlbecker [Wed, 2 Dec 2015 17:04:31 +0000 (18:04 +0100)]
#4716 removing deprecated usage of new BooleanQuery, using BooleanQuery.Builder instead

8 years agoindex creation without errors, most lucene search test working again
Andreas Kohlbecker [Wed, 2 Dec 2015 15:43:18 +0000 (16:43 +0100)]
index creation without errors, most lucene search test working again
  - using TextField instead of StringField to enable tokenization for some fields
  - @IndexedEmbedded(includeEmbeddedObjectId=true) added where necessary

8 years ago#5415 additional hibernate config file for specific integration test phases
Andreas Kohlbecker [Tue, 1 Dec 2015 11:54:13 +0000 (12:54 +0100)]
#5415 additional hibernate config file for specific integration test phases

8 years ago#4716 IndexDocValue related issues solved, indexing now without exceptions, most...
Andreas Kohlbecker [Fri, 27 Nov 2015 16:49:20 +0000 (17:49 +0100)]
#4716 IndexDocValue related issues solved, indexing now without exceptions, most tests in TaxonServiceSearchTest successful - commit of missing file

8 years ago#4716 IndexDocValue relates issues solved, indexing now without exceptions, most...
Andreas Kohlbecker [Fri, 27 Nov 2015 15:30:53 +0000 (16:30 +0100)]
#4716 IndexDocValue relates issues solved, indexing now without exceptions, most tests in TaxonServiceSearchTest successful

8 years agoTaxonServiceSearchTest: assertions no longer unnessecarily doing object comparision...
Andreas Kohlbecker [Fri, 27 Nov 2015 08:51:52 +0000 (09:51 +0100)]
TaxonServiceSearchTest: assertions no longer unnessecarily doing object comparision, relying on auto boxing is better!

8 years agofirst steps to make lucene working again
Andreas Kohlbecker [Thu, 26 Nov 2015 09:05:11 +0000 (10:05 +0100)]
first steps to make lucene working again

8 years agodisabling unnecesary component scan attic/branches/cdmlib/ticket_4716/26749
Andreas Kohlbecker [Thu, 26 Nov 2015 09:03:15 +0000 (10:03 +0100)]
disabling unnecesary component scan

8 years ago#4716 fixing setup of cdmlib-remote-webapp
Andreas Kohlbecker [Thu, 26 Nov 2015 09:02:08 +0000 (10:02 +0100)]
#4716 fixing setup of cdmlib-remote-webapp
  - swagger disabled due to https://github.com/springfox/springfox/issues/1055
    - eu.etaxonomy.cdm.remote.config.CdmSpringMVCConfig.CdmSwaggerConfig.java renamed to CdmSwaggerConfig.java.disabled
    - @EnableSwagger commented in eu.etaxonomy.cdm.remote.config.CdmSpringMVCConfig
  - relaxing too excessive component scan in cdmlib-remote/src/test/resources/applicationContext.xml

8 years ago#4716 temporarily making 3 fieldnames lowercase to prevent from trouble with new...
Andreas Kohlbecker [Tue, 24 Nov 2015 14:54:51 +0000 (15:54 +0100)]
#4716 temporarily making 3 fieldnames lowercase to prevent from trouble with new hibernate naming strategy, needs to be reverted later, see #5369

8 years agoMinor
Andreas Müller [Tue, 24 Nov 2015 14:12:13 +0000 (15:12 +0100)]
Minor

8 years agoUpgrade from aspectj 1.7.4 to 1.8.7 #4716
Andreas Müller [Tue, 24 Nov 2015 14:02:16 +0000 (15:02 +0100)]
Upgrade from aspectj 1.7.4 to 1.8.7    #4716

8 years agoMinor generics changes for TcsXmlExport
Andreas Müller [Tue, 24 Nov 2015 14:01:27 +0000 (15:01 +0100)]
Minor generics changes for TcsXmlExport

8 years ago#4716 upgrading maven jetty plugin to latest, requires java 1.8
Andreas Kohlbecker [Tue, 24 Nov 2015 13:14:12 +0000 (14:14 +0100)]
#4716 upgrading maven jetty plugin to latest, requires java 1.8

8 years agoRemove spring version from remote-webapp pom #4716
Andreas Müller [Tue, 24 Nov 2015 12:18:29 +0000 (13:18 +0100)]
Remove spring version from remote-webapp pom   #4716

8 years agoUpdate some more hibernate mapping nameings #4716 and #5369
Andreas Müller [Tue, 24 Nov 2015 10:35:59 +0000 (11:35 +0100)]
Update some more hibernate mapping nameings  #4716 and #5369

8 years agoMove from hibernate-search to hibernate-search-orm #4716
Andreas Müller [Mon, 23 Nov 2015 16:23:28 +0000 (17:23 +0100)]
Move from hibernate-search to hibernate-search-orm   #4716

8 years ago#4716 upgrading spring xsd schema version to 4.0
Andreas Kohlbecker [Mon, 23 Nov 2015 16:23:36 +0000 (17:23 +0100)]
#4716 upgrading spring xsd schema version to 4.0

8 years agoSet failing DescriptionService test preliminary to ignore #4716
Andreas Müller [Mon, 23 Nov 2015 14:46:13 +0000 (15:46 +0100)]
Set failing DescriptionService test preliminary to ignore  #4716

8 years agoUpgrade to hibernate 5.0.4 #4716
Andreas Müller [Mon, 23 Nov 2015 13:47:39 +0000 (14:47 +0100)]
Upgrade to hibernate 5.0.4   #4716

from 5.0.3

8 years agoFix upgrade issues after rebase #4716
Andreas Müller [Mon, 23 Nov 2015 12:26:26 +0000 (13:26 +0100)]
Fix upgrade issues after rebase  #4716

8 years agoAdd jta to pom to fix exception coming with hibernate 5.0.4 #4716
Andreas Müller [Mon, 23 Nov 2015 11:05:03 +0000 (12:05 +0100)]
Add jta to pom to fix exception coming with hibernate 5.0.4   #4716

8 years agoFix issues after rebase #4716
Andreas Müller [Fri, 20 Nov 2015 08:21:01 +0000 (09:21 +0100)]
Fix issues after rebase #4716

8 years agoFix compile issues after rebase #4716
Andreas Müller [Thu, 19 Nov 2015 07:29:03 +0000 (08:29 +0100)]
Fix compile issues after rebase  #4716

8 years agoAdd some more gitignore and comment ignore TaxonSearchTest #4716
Andreas Müller [Mon, 16 Nov 2015 14:45:35 +0000 (15:45 +0100)]
Add some more gitignore and comment ignore TaxonSearchTest   #4716

8 years agoUpgrading to srping 4.2.3, jodatime 2.9.1 and commons-collections 3.2.2
Andreas Müller [Mon, 16 Nov 2015 14:41:05 +0000 (15:41 +0100)]
Upgrading to srping 4.2.3, jodatime 2.9.1 and commons-collections 3.2.2
#4716

8 years agoRemove dbunit dependency #4803
Andreas Müller [Fri, 13 Nov 2015 16:21:08 +0000 (17:21 +0100)]
Remove dbunit dependency  #4803

8 years agoUpdate to hibernate 5 for cdmlib-remote and pring (no changes) #4716
Andreas Müller [Fri, 13 Nov 2015 10:22:54 +0000 (11:22 +0100)]
Update to hibernate 5 for cdmlib-remote and pring (no changes)  #4716

8 years agoUpdate to hibernate 5 for cdmlib-io #4716
Andreas Müller [Thu, 12 Nov 2015 15:56:45 +0000 (16:56 +0100)]
Update to hibernate 5 for cdmlib-io  #4716

8 years agoupdate gitignore
Andreas Müller [Thu, 12 Nov 2015 14:13:54 +0000 (15:13 +0100)]
update gitignore

8 years agomigrate to hibernate 5 for cdmlib-services and cdmlib-ext #4716
Andreas Müller [Thu, 12 Nov 2015 14:10:26 +0000 (15:10 +0100)]
migrate to hibernate 5 for cdmlib-services and cdmlib-ext #4716

 * (except for hibernate search tests)
 * including new spring-config structure

8 years agoAdapt cdmlib-persistence to new testing architecture #5370
Andreas Müller [Sat, 7 Nov 2015 01:31:13 +0000 (02:31 +0100)]
Adapt cdmlib-persistence to new testing architecture  #5370

8 years agoAdd first version of cdmlib-test #5370
Andreas Müller [Sat, 7 Nov 2015 00:13:10 +0000 (01:13 +0100)]
Add first version of cdmlib-test    #5370

8 years agoUpgrade to hibernate 5 with persistence tests running #4716
Andreas Müller [Fri, 6 Nov 2015 20:42:24 +0000 (21:42 +0100)]
Upgrade to hibernate 5 with persistence tests running  #4716

8 years agoFix all compile errors from services to remote (some only preliminary)
Andreas Müller [Fri, 30 Oct 2015 11:31:45 +0000 (12:31 +0100)]
Fix all compile errors from services to remote (some only preliminary)
#4716

8 years agoRemove MultCollector class #4716
Andreas Müller [Fri, 30 Oct 2015 10:24:43 +0000 (11:24 +0100)]
Remove MultCollector class #4716

The original is now available through lucene 4.10

8 years agoFurther adapt to new jackson and new lucene version #4716
Andreas Müller [Fri, 30 Oct 2015 10:18:15 +0000 (11:18 +0100)]
Further adapt to new jackson and new lucene version  #4716

8 years agoHibernate, lucene and search upgradet to 4.3.11, 4.10.4 and 5.2.1 #4716
Andreas Müller [Thu, 29 Oct 2015 23:12:27 +0000 (00:12 +0100)]
Hibernate, lucene and search upgradet to 4.3.11, 4.10.4 and 5.2.1  #4716

Only compiling, test not running due to leak in connection pooling for
tests

8 years agoSome cleanups in hibernate user types
Andreas Müller [Tue, 27 Oct 2015 20:45:27 +0000 (21:45 +0100)]
Some cleanups in hibernate user types

8 years agoUpgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
Andreas Müller [Tue, 27 Oct 2015 18:30:04 +0000 (19:30 +0100)]
Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
validator  #4716 and #4702

8 years agoFix bug for embeddable classes in AdvancedBeanInitializer #5383
Andreas Müller [Tue, 17 Nov 2015 14:52:35 +0000 (15:52 +0100)]
Fix bug for embeddable classes in AdvancedBeanInitializer #5383

8 years agoFix associated specimen retrieval for name determination
Patrick Plitzner [Tue, 17 Nov 2015 12:29:10 +0000 (13:29 +0100)]
Fix associated specimen retrieval for name determination
 - added test

8 years ago#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote...
Andreas Kohlbecker [Fri, 13 Nov 2015 19:57:11 +0000 (20:57 +0100)]
#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote controllers

8 years agoAdded test for taxon (name) <-> specimen association
Patrick Plitzner [Mon, 9 Nov 2015 07:29:21 +0000 (08:29 +0100)]
Added test for taxon (name) <-> specimen association

8 years agofix #5341 and fixing deletion of specimen
Katja Luther [Thu, 5 Nov 2015 11:09:23 +0000 (12:09 +0100)]
fix #5341 and fixing deletion of specimen

8 years agoremoving commented testcases which are broken in spring 4 and unused in the cdm remot...
Andreas Kohlbecker [Thu, 5 Nov 2015 10:38:14 +0000 (11:38 +0100)]
removing commented testcases which are broken in spring 4 and unused in the cdm remote controllers

8 years agoUpgrade batik and c3p0 #4716
Andreas Müller [Tue, 27 Oct 2015 20:30:05 +0000 (21:30 +0100)]
Upgrade batik and c3p0   #4716

8 years agoUpgrade jaxb version and to new glassfish implementation and more spring
Andreas Müller [Tue, 27 Oct 2015 19:57:05 +0000 (20:57 +0100)]
Upgrade jaxb version and to new glassfish implementation and more spring
cleanup  #4716

8 years agoUpgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
Andreas Müller [Tue, 27 Oct 2015 18:30:04 +0000 (19:30 +0100)]
Upgrade to spring 4.2.2, spring-security 4.0.2 and latest hibernate
validator  #4716 and #4702

8 years agoReduce jena-tdl from 3.0.0. to 1.1.2 for now #4716
Andreas Müller [Mon, 26 Oct 2015 23:26:05 +0000 (00:26 +0100)]
Reduce jena-tdl from 3.0.0. to 1.1.2 for now #4716

8 years agoUpdate dependency versions for further dependencies #4716
Andreas Müller [Mon, 26 Oct 2015 23:18:53 +0000 (00:18 +0100)]
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

8 years agoUpdate simple dependency versions #4716
Andreas Müller [Mon, 26 Oct 2015 22:28:29 +0000 (23:28 +0100)]
Update simple dependency versions  #4716

httpcomponents, doxia, poi, jackson, slf4j, aspectjrt + weaver, wsdl4j,
guava, jaxen, xstream, xom, jtds, mysql (remaining), validation-api,
itextpdf

8 years agoRemove jdom from cdmlib-print pom
Andreas Müller [Mon, 26 Oct 2015 21:16:36 +0000 (22:16 +0100)]
Remove jdom from cdmlib-print pom

8 years agoUpdate jdbc-driver versions #4716
Andreas Müller [Mon, 26 Oct 2015 21:09:44 +0000 (22:09 +0100)]
Update jdbc-driver versions #4716

8 years agoUpgrade hibernate3 maven plugin and ant plugin versions and dependencies
Andreas Müller [Mon, 26 Oct 2015 20:18:49 +0000 (21:18 +0100)]
Upgrade hibernate3 maven plugin and ant plugin versions and dependencies
#4716

8 years agoAdd spring-context to cdmlib-model
Andreas Müller [Mon, 26 Oct 2015 19:40:54 +0000 (20:40 +0100)]
Add spring-context to cdmlib-model

8 years agoChange springframework to spring in persistence #4702
Andreas Müller [Mon, 26 Oct 2015 16:28:02 +0000 (17:28 +0100)]
Change springframework to spring in persistence #4702

8 years agoFix spring-jdbc dependency
Andreas Müller [Mon, 26 Oct 2015 15:55:46 +0000 (16:55 +0100)]
Fix spring-jdbc dependency

8 years agoAdd jdom2
Andreas Müller [Mon, 26 Oct 2015 15:47:25 +0000 (16:47 +0100)]
Add jdom2

8 years agoChange from springframework to spring in parent-pom #4702
Andreas Müller [Mon, 26 Oct 2015 15:36:11 +0000 (16:36 +0100)]
Change from springframework to spring in parent-pom #4702

8 years agoChange from springframework to spring in cdmlib-io and -remote #4702
Andreas Müller [Mon, 26 Oct 2015 15:09:57 +0000 (16:09 +0100)]
Change from springframework to spring in cdmlib-io and -remote #4702

8 years agoRemove spring-framework test dependency from cdmlib-services #4702
Andreas Müller [Mon, 26 Oct 2015 15:01:37 +0000 (16:01 +0100)]
Remove spring-framework test dependency from cdmlib-services #4702

8 years agoChange springframework to spring in cdmlib-model #4702
Andreas Müller [Mon, 26 Oct 2015 14:57:47 +0000 (15:57 +0100)]
Change springframework to spring in cdmlib-model #4702

8 years agoChange springframework to spring in cdmlib-commons
Andreas Müller [Mon, 26 Oct 2015 14:46:01 +0000 (15:46 +0100)]
Change springframework to spring in cdmlib-commons

8 years ago#5338 Check monitor map for null key when getting value
Cherian Mathew [Mon, 23 Nov 2015 13:38:15 +0000 (14:38 +0100)]
#5338 Check monitor map for null key when getting value

8 years ago#5000 Add new metadata service
Cherian Mathew [Fri, 20 Nov 2015 17:44:23 +0000 (18:44 +0100)]
#5000 Add new metadata service

8 years ago#4962 commenting performance measure print-out via System.err
Andreas Kohlbecker [Fri, 20 Nov 2015 13:03:39 +0000 (14:03 +0100)]
#4962 commenting performance measure print-out via System.err

8 years ago#4962 avoiding bean initialization in getChildNodesAtRank() as much as possible ...
Andreas Kohlbecker [Fri, 20 Nov 2015 12:52:51 +0000 (13:52 +0100)]
#4962 avoiding bean initialization in getChildNodesAtRank() as much as possible - performance improvement

8 years agorevert chamges in MatchMode
Katja Luther [Thu, 19 Nov 2015 09:51:58 +0000 (10:51 +0100)]
revert chamges in MatchMode

8 years agorevert chamges in MatchMode
Katja Luther [Thu, 19 Nov 2015 09:43:51 +0000 (10:43 +0100)]
revert chamges in MatchMode

8 years agoFix typo
Patrick Plitzner [Wed, 18 Nov 2015 14:10:23 +0000 (15:10 +0100)]
Fix typo

8 years agoExtended test for specimens associations
Patrick Plitzner [Wed, 18 Nov 2015 14:05:08 +0000 (15:05 +0100)]
Extended test for specimens associations

8 years agoRemove unused parameters
Patrick Plitzner [Wed, 18 Nov 2015 14:04:58 +0000 (15:04 +0100)]
Remove unused parameters

8 years agoAdd test for all possible specimen associations
Patrick Plitzner [Wed, 18 Nov 2015 11:24:45 +0000 (12:24 +0100)]
Add test for all possible specimen associations

8 years ago#4313 relationship type as additinal filter option for TaxonNodeAgentRelation services
Andreas Kohlbecker [Wed, 18 Nov 2015 09:55:18 +0000 (10:55 +0100)]
#4313 relationship  type as additinal filter option for TaxonNodeAgentRelation services

8 years agoAdd new service method listDerminationEvents to occurrence service which
Patrick Plitzner [Tue, 17 Nov 2015 15:32:20 +0000 (16:32 +0100)]
Add new service method listDerminationEvents to occurrence service which
lists all determination events that contain the given specimen

8 years agoCheck for names and synonymy when checking specimen determinations
Patrick Plitzner [Tue, 17 Nov 2015 14:29:30 +0000 (15:29 +0100)]
Check for names and synonymy when checking specimen determinations

8 years agoAdd java doc
Patrick Plitzner [Tue, 17 Nov 2015 14:28:54 +0000 (15:28 +0100)]
Add java doc

8 years agoClean up BeanInitNode embeddable issues #5383
Andreas Müller [Tue, 17 Nov 2015 15:09:18 +0000 (16:09 +0100)]
Clean up BeanInitNode embeddable issues   #5383

8 years agoFix bug for embeddable classes in AdvancedBeanInitializer #5383
Andreas Müller [Tue, 17 Nov 2015 14:52:35 +0000 (15:52 +0100)]
Fix bug for embeddable classes in AdvancedBeanInitializer #5383