yaz4j-moved-to-github.git
8 years agoAdd IDMETA
Adam Dickmeiss [Mon, 18 May 2015 13:03:45 +0000 (13:03 +0000)]
Add IDMETA

8 years agoPass no-deprecated-declarations to g++
Adam Dickmeiss [Mon, 18 May 2015 12:08:52 +0000 (14:08 +0200)]
Pass no-deprecated-declarations to g++

so we can avoid warnings about using a deprecated function in zoom
header.

8 years agoSpecify plugin version on win32
Adam Dickmeiss [Mon, 18 May 2015 12:00:40 +0000 (14:00 +0200)]
Specify plugin version on win32

8 years agoUpdate parameters for antrun plugin
Adam Dickmeiss [Mon, 18 May 2015 11:32:36 +0000 (13:32 +0200)]
Update parameters for antrun plugin

8 years agoSpecify plugin versions
Adam Dickmeiss [Mon, 18 May 2015 11:26:52 +0000 (13:26 +0200)]
Specify plugin versions

But not win32 pom though.

8 years agoRequire minimum maven version
Jakub Skoczen [Mon, 18 May 2015 11:12:56 +0000 (13:12 +0200)]
Require minimum maven version

8 years agoAvoid deprecated ${artifactId}
Adam Dickmeiss [Tue, 5 May 2015 11:03:46 +0000 (13:03 +0200)]
Avoid deprecated ${artifactId}

9 years agoTowards 1.5
Jakub Skoczen [Wed, 8 Apr 2015 13:07:17 +0000 (15:07 +0200)]
Towards 1.5

9 years agoConnectionExtended tests YAZJ-18
Jakub Skoczen [Wed, 8 Apr 2015 11:58:06 +0000 (13:58 +0200)]
ConnectionExtended tests YAZJ-18

9 years agoPackage#send throws ZoomException YAZJ-18
Jakub Skoczen [Wed, 8 Apr 2015 11:56:53 +0000 (13:56 +0200)]
Package#send throws ZoomException YAZJ-18

9 years agoFix NPE tests
Jakub Skoczen [Wed, 8 Apr 2015 11:54:31 +0000 (13:54 +0200)]
Fix NPE tests

9 years agoUpdate doc WRT swig
Adam Dickmeiss [Tue, 16 Dec 2014 10:31:49 +0000 (11:31 +0100)]
Update doc WRT swig

9 years agoAvoid full path to swig (rely on PATH)
Adam Dickmeiss [Tue, 16 Dec 2014 10:05:13 +0000 (11:05 +0100)]
Avoid full path to swig (rely on PATH)

9 years agoChange SSH port
Jakub Skoczen [Thu, 26 Jun 2014 10:08:24 +0000 (12:08 +0200)]
Change SSH port

9 years agoVersion 1.4 v1.4
Jakub Skoczen [Thu, 26 Jun 2014 09:37:56 +0000 (11:37 +0200)]
Version 1.4

9 years agoyaz5.lib + swig 2.0.9
Adam Dickmeiss [Thu, 26 Jun 2014 09:28:00 +0000 (11:28 +0200)]
yaz5.lib + swig 2.0.9

10 years agoScanSet is iterable
Jakub Skoczen [Tue, 1 Apr 2014 23:06:29 +0000 (01:06 +0200)]
ScanSet is iterable

10 years agoFix JVM segv on null pointers
Jakub Skoczen [Tue, 1 Apr 2014 22:45:14 +0000 (00:45 +0200)]
Fix JVM segv on null pointers

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j
Jakub Skoczen [Tue, 1 Apr 2014 18:11:38 +0000 (20:11 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j

10 years agoFallback on yaz-config --include error
Jakub Skoczen [Tue, 1 Apr 2014 18:11:11 +0000 (20:11 +0200)]
Fallback on yaz-config --include error

10 years agoWorkaround for MNG-3328
Jakub Skoczen [Mon, 31 Mar 2014 12:22:25 +0000 (14:22 +0200)]
Workaround for MNG-3328

Maven profile activation is buggy and evaluates criteria as an ORed list.
Thus it's impossible to match environment for jdk > 1.6 AND os.family = mac

This workaround uses the java.vm.vendor property which is 'Apple Inc.' only
for apple provided JDKs (mac only and jdk < 1.7).

10 years agoSupport Oracle JDKs on Mac (>= 1.7)
Jakub Skoczen [Sun, 30 Mar 2014 16:33:14 +0000 (18:33 +0200)]
Support Oracle JDKs on Mac (>= 1.7)

10 years agoDeal with empty include path
Jakub Skoczen [Tue, 7 May 2013 09:15:04 +0000 (11:15 +0200)]
Deal with empty include path

as returned by the system installed yaz-config

11 years agoConnection implements Closeable
Jakub Skoczen [Fri, 19 Apr 2013 08:44:21 +0000 (10:44 +0200)]
Connection implements Closeable

this allow for try-with-resources pattern in Java 7 while
being backwards compatible

11 years agoNew devel version
Jakub Skoczen [Wed, 17 Apr 2013 09:20:36 +0000 (11:20 +0200)]
New devel version

11 years agoPut buildir on PATH before YAZ/bin
Jakub Skoczen [Wed, 17 Apr 2013 08:38:21 +0000 (10:38 +0200)]
Put buildir on PATH before YAZ/bin

To ensure that tests load the currently compiled
library rather than the YAZ shipped one.

11 years agoVersion 1.3 v1.3
Jakub Skoczen [Tue, 16 Apr 2013 12:27:09 +0000 (14:27 +0200)]
Version 1.3

11 years agoUpdate
Jakub Skoczen [Tue, 16 Apr 2013 12:24:35 +0000 (14:24 +0200)]
Update

11 years agoA note on running the test program
Jakub Skoczen [Mon, 15 Apr 2013 09:14:54 +0000 (11:14 +0200)]
A note on running the test program

11 years agoInclude metadata in the manifest
Jakub Skoczen [Fri, 12 Apr 2013 12:44:20 +0000 (14:44 +0200)]
Include metadata in the manifest

11 years agoAdd simple CLI program
Jakub Skoczen [Fri, 12 Apr 2013 12:36:42 +0000 (14:36 +0200)]
Add simple CLI program

that opens a connection to a known target, searches and prints records
out. For testing sanity of the yaz/java intallation.

11 years agoRename artifact to yaz4j.jar
Jakub Skoczen [Fri, 12 Apr 2013 12:05:55 +0000 (14:05 +0200)]
Rename artifact to yaz4j.jar

11 years agoSet PATH for YAZ differently and use config yaz.path
Adam Dickmeiss [Fri, 12 Apr 2013 11:32:26 +0000 (13:32 +0200)]
Set PATH for YAZ differently and use config yaz.path

For some reason -Djava.library.path does not work.

11 years agoFix error handling in ResultSet#getRecords
Jakub Skoczen [Wed, 3 Apr 2013 13:12:34 +0000 (15:12 +0200)]
Fix error handling in ResultSet#getRecords

A patch from Sergey Dostovalov, with minor modification.

11 years agoExpose ZOOM query object
Jakub Skoczen [Wed, 13 Feb 2013 13:45:58 +0000 (14:45 +0100)]
Expose ZOOM query object

This allows to specify sort criteria prior to the search and adds
support for CQL scan queries.

11 years agoFix potential memory leak in query handling
Jakub Skoczen [Wed, 13 Feb 2013 11:51:44 +0000 (12:51 +0100)]
Fix potential memory leak in query handling

11 years agoJava docs
Jakub Skoczen [Tue, 12 Feb 2013 16:05:25 +0000 (17:05 +0100)]
Java docs

11 years ago1.3 in dist
Jakub Skoczen [Mon, 11 Feb 2013 16:09:25 +0000 (17:09 +0100)]
1.3 in dist

11 years agoSources are UTF-8
Jakub Skoczen [Mon, 11 Feb 2013 16:08:30 +0000 (17:08 +0100)]
Sources are UTF-8

11 years agoUpdate
Jakub Skoczen [Mon, 11 Feb 2013 15:21:59 +0000 (16:21 +0100)]
Update

11 years agoFacilties for release management
Jakub Skoczen [Mon, 11 Feb 2013 14:39:08 +0000 (15:39 +0100)]
Facilties for release management

11 years agoAdd ResultSet#getRecords test
Jakub Skoczen [Mon, 11 Feb 2013 10:43:49 +0000 (11:43 +0100)]
Add ResultSet#getRecords test

11 years agoReformat only
Jakub Skoczen [Mon, 11 Feb 2013 10:43:11 +0000 (11:43 +0100)]
Reformat only

11 years agoAdded support for getRecords method
Simon Jacob [Sun, 16 Dec 2012 22:20:28 +0000 (09:20 +1100)]
Added support for getRecords method

Signed-off-by: Jakub Skoczen <jakub@indexdata.dk>

11 years agoAdd links to dependencies
Jakub Skoczen [Wed, 6 Feb 2013 08:34:15 +0000 (09:34 +0100)]
Add links to dependencies

11 years agoUpdate
Jakub Skoczen [Thu, 7 Jun 2012 13:11:48 +0000 (15:11 +0200)]
Update

11 years agoAdd win32/64 build file
Jakub Skoczen [Thu, 7 Jun 2012 13:09:30 +0000 (15:09 +0200)]
Add win32/64 build file

11 years agoRename the project artifacts
Jakub Skoczen [Thu, 7 Jun 2012 13:05:33 +0000 (15:05 +0200)]
Rename the project artifacts

11 years agoUpdate
Jakub Skoczen [Thu, 7 Jun 2012 11:35:37 +0000 (13:35 +0200)]
Update

11 years agoEscape paths
Jakub Skoczen [Thu, 7 Jun 2012 10:57:10 +0000 (12:57 +0200)]
Escape paths

11 years agoAdd basic README
Jakub Skoczen [Thu, 7 Jun 2012 10:13:45 +0000 (12:13 +0200)]
Add basic README

11 years agoUse dylib on osx
Jakub Skoczen [Thu, 7 Jun 2012 09:18:55 +0000 (11:18 +0200)]
Use dylib on osx

11 years agoRename
Jakub Skoczen [Thu, 7 Jun 2012 09:03:06 +0000 (11:03 +0200)]
Rename

11 years agoUnix uses ${yaz.config} path
Jakub Skoczen [Thu, 7 Jun 2012 08:59:33 +0000 (10:59 +0200)]
Unix uses ${yaz.config} path

11 years agoRefactor win/unix build
Jakub Skoczen [Wed, 6 Jun 2012 14:00:26 +0000 (16:00 +0200)]
Refactor win/unix build

13 years agoAdd ResultSet#sort
Jakub Skoczen [Tue, 18 May 2010 09:29:55 +0000 (11:29 +0200)]
Add ResultSet#sort

13 years agoImplement iterable on result set
Jakub Skoczen [Wed, 5 May 2010 14:57:03 +0000 (16:57 +0200)]
Implement iterable on result set

Add docs and change getRecord(int) to getRecord(long)

13 years agoReformat with 2-space indents
Jakub Skoczen [Wed, 5 May 2010 14:16:18 +0000 (16:16 +0200)]
Reformat with 2-space indents

14 years agoRemove auto-gen classes from docs
Jakub Skoczen [Tue, 4 May 2010 14:08:57 +0000 (16:08 +0200)]
Remove auto-gen classes from docs

14 years agoAdd scan test
Jakub Skoczen [Tue, 4 May 2010 14:01:04 +0000 (16:01 +0200)]
Add scan test

14 years agoAdd some docu on Connection
Jakub Skoczen [Tue, 4 May 2010 13:33:01 +0000 (15:33 +0200)]
Add some docu on Connection

14 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j
Jakub Skoczen [Tue, 4 May 2010 11:53:58 +0000 (13:53 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j

14 years agoAvoid redundant buffer copies for get_record
Jakub Skoczen [Tue, 4 May 2010 11:52:55 +0000 (13:52 +0200)]
Avoid redundant buffer copies for get_record

14 years agoBump version v1.2
Jakub Skoczen [Thu, 22 Apr 2010 11:00:00 +0000 (13:00 +0200)]
Bump version

14 years agoVersion 1.2
Jakub Skoczen [Thu, 22 Apr 2010 10:33:37 +0000 (12:33 +0200)]
Version 1.2

14 years agoAdd NEWS file
Jakub Skoczen [Thu, 22 Apr 2010 10:20:22 +0000 (12:20 +0200)]
Add NEWS file

That should have been there forever. Add old news too.

14 years agoRename getSize => getHitCount
Jakub Skoczen [Thu, 15 Apr 2010 10:17:43 +0000 (12:17 +0200)]
Rename getSize => getHitCount

The old name is confusing and may be understood as the size
of local result set.

14 years agoAdd ztest based test
Jakub Skoczen [Thu, 15 Apr 2010 10:08:02 +0000 (12:08 +0200)]
Add ztest based test

Ignored when ztest is not running

14 years agoReturn null if a record cannot be retrieved.
Jakub Skoczen [Thu, 15 Apr 2010 09:09:10 +0000 (11:09 +0200)]
Return null if a record cannot be retrieved.

Fix bug #3115, add test cases.

14 years agoRewrite exception handling
Jakub Skoczen [Wed, 24 Feb 2010 11:41:34 +0000 (12:41 +0100)]
Rewrite exception handling

14 years agoRefer to proper version
Jakub Skoczen [Tue, 23 Feb 2010 20:05:16 +0000 (21:05 +0100)]
Refer to proper version

14 years agoUnused.
Jakub Skoczen [Tue, 23 Feb 2010 20:04:49 +0000 (21:04 +0100)]
Unused.

14 years agoLog errors.
Jakub Skoczen [Tue, 23 Feb 2010 14:51:48 +0000 (15:51 +0100)]
Log errors.

14 years agoProperly dealocate records, implement Cloneable.
Jakub Skoczen [Tue, 23 Feb 2010 14:49:11 +0000 (15:49 +0100)]
Properly dealocate records, implement Cloneable.

14 years agoUse new connection_close
Jakub Skoczen [Tue, 23 Feb 2010 12:40:08 +0000 (13:40 +0100)]
Use new connection_close

14 years agoDestroy record
Jakub Skoczen [Tue, 23 Feb 2010 12:27:02 +0000 (13:27 +0100)]
Destroy record

14 years agoCleanup rercounts
Jakub Skoczen [Tue, 23 Feb 2010 12:24:57 +0000 (13:24 +0100)]
Cleanup rercounts

14 years agoAdd
Jakub Skoczen [Tue, 23 Feb 2010 11:21:41 +0000 (12:21 +0100)]
Add

14 years agoFix link
Jakub Skoczen [Mon, 22 Feb 2010 12:05:21 +0000 (13:05 +0100)]
Fix link

14 years agoReformat, fix typo.
Jakub Skoczen [Mon, 22 Feb 2010 11:37:12 +0000 (12:37 +0100)]
Reformat, fix typo.

14 years agoYaz 4 not 3
Jakub Skoczen [Mon, 22 Feb 2010 09:35:15 +0000 (10:35 +0100)]
Yaz 4 not 3

14 years agoVersion 1.1 v1.1
Adam Dickmeiss [Mon, 22 Feb 2010 09:26:02 +0000 (10:26 +0100)]
Version 1.1

14 years agoLine break
Jakub Skoczen [Mon, 22 Feb 2010 09:14:18 +0000 (10:14 +0100)]
Line break

14 years agoAdd prereq and remove Windows guides.
Jakub Skoczen [Mon, 22 Feb 2010 09:09:28 +0000 (10:09 +0100)]
Add prereq and remove Windows guides.

Also change the formatting and include codeblocks. Windows section was
removed - we will add windows build on request.

14 years agoCorrect
Jakub Skoczen [Thu, 18 Feb 2010 18:07:56 +0000 (19:07 +0100)]
Correct

14 years agoMention Talis
Jakub Skoczen [Thu, 18 Feb 2010 18:04:57 +0000 (19:04 +0100)]
Mention Talis

14 years agoAdd doc/tutorial.
Jakub Skoczen [Thu, 18 Feb 2010 13:33:50 +0000 (14:33 +0100)]
Add doc/tutorial.

14 years agoRemove from toolkit.
Jakub Skoczen [Thu, 18 Feb 2010 13:22:51 +0000 (14:22 +0100)]
Remove from toolkit.

14 years agoAdd simple HTTP to z39.50 example
Jakub Skoczen [Thu, 18 Feb 2010 13:21:28 +0000 (14:21 +0100)]
Add simple HTTP to z39.50 example

14 years agoUse os based activation
Jakub Skoczen [Thu, 18 Feb 2010 12:48:25 +0000 (13:48 +0100)]
Use os based activation

14 years agoRefactor.
Jakub Skoczen [Wed, 17 Feb 2010 13:28:20 +0000 (14:28 +0100)]
Refactor.

Simplify the API.

14 years agoDo not cache results, fixes: 3122
Jakub Skoczen [Wed, 17 Feb 2010 11:25:54 +0000 (12:25 +0100)]
Do not cache results, fixes: 3122

14 years agoRevert site settings
Jakub Skoczen [Wed, 17 Feb 2010 09:35:16 +0000 (10:35 +0100)]
Revert site settings

14 years agoUse Java naming conventions
Jakub Skoczen [Wed, 17 Feb 2010 09:02:59 +0000 (10:02 +0100)]
Use Java naming conventions

14 years agoInitial commit of fully mavenized build
Jakub Skoczen [Tue, 16 Feb 2010 16:11:38 +0000 (17:11 +0100)]
Initial commit of fully mavenized build

Instead of make, maven native plugin is used to build the C/C++ JNI wrapper interface. This will make it easier to introduce proper win32 support and architecure dependend JARs to ease dependency management of client projects.

The win32 pom.xml is not yet included.

The arch-dep build can be activated by invoking 'linux' profile:

mvn package -Plinux

14 years agoUpdate for ZOOM_scanset_term's size_t parameter make-based
Adam Dickmeiss [Fri, 4 Dec 2009 11:05:11 +0000 (12:05 +0100)]
Update for ZOOM_scanset_term's size_t parameter

14 years agoAdd SWIG ptr for size_t
Adam Dickmeiss [Fri, 4 Dec 2009 10:57:08 +0000 (11:57 +0100)]
Add SWIG ptr for size_t

14 years agoWorking on 1.1-snapshot.
Adam Dickmeiss [Wed, 23 Sep 2009 10:11:28 +0000 (12:11 +0200)]
Working on 1.1-snapshot.

14 years agoReformat (NetBeans). v1.0
Adam Dickmeiss [Tue, 22 Sep 2009 13:32:47 +0000 (15:32 +0200)]
Reformat (NetBeans).

Let's hope this doesn't screw anything up.

14 years agoDont use NotImplementedException.
Adam Dickmeiss [Tue, 22 Sep 2009 13:27:44 +0000 (15:27 +0200)]
Dont use NotImplementedException.

Do not use sun.reflect.generics.reflectiveObjects.NotImplementedException.
This was only used for the case of unsupported query type. We now fire
InvalidQueryException("queryType") instead.