Hi everybody,

*JCypher* *3.4.0 *has been released.

New in this release:

   - 
   - Store / retrieve Domain Queries to / from the graph db.
   - JcQueryParameter to be used with Query DSL expressions.

*There is one API change which is not backward compatible:*

In class *Property* there where two implementations of method value(...):
*public <E> T value(E value)*, and *public <E> T value(E... value)*.
This was ambiguous in case of a single argument and some language compilers 
like e.g. for Scala had problems with that.
This is now solved by using different method names:
*public <E> T value(E value)*, and *public <E> T values(E... value)*.
If you are using this API you are required to change the method name(s) in 
your code.

For what's new in JCypher,
you may also want to have a look at the *release notes 
<https://github.com/Wolfgang-Schuetzelhofer/jcypher/blob/master/release_notes.md>.*
If you are interested about what will be in the next release(s), please 
have a look at *Outlook (Roadmap)* 
<https://github.com/Wolfgang-Schuetzelhofer/jcypher/wiki/P12-Outlook-(Roadmap)>
.
There is also a page outlining ideas for future development directions of 
JCypher: *Future Zone* <http://jcypher.iot-solutions.net/future_zone.html>.
For a complete overview please start at JCypher's *Project Home Page 
<http://jcypher.iot-solutions.net/>.*

best regards,
Wolfgang Schuetzelhofer

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to