Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jnosql-dev] 0.0.2 pre-release

So, please send a new email with the problem that you had.


On Mon, Jun 19, 2017 at 12:09 PM, Werner Keil <werner@xxxxxxxxxxx> wrote:
Otavio,

Thanks for the feedback. The 0.0.1 demos never worked when I tried them earlier ;-/
0.0.1-SNAPSHOT

So there is no release or milestone tag, while all JNoSQL modules now under Eclipse https://github.com/eclipse?utf8=%E2%9C%93&q=jnosql&type=&language=
show a 0.0.1 release tag.

Whether there was a single jnosql-demo repo or multiple, they should correspond to the next release tag if we can.

Regards,

Werner 


On Mon, Jun 19, 2017 at 1:11 PM, <jnosql-dev-request@eclipse.org> wrote:
Send jnosql-dev mailing list submissions to
        jnosql-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/jnosql-dev
or, via email, send a message with subject or body 'help' to
        jnosql-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        jnosql-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of jnosql-dev digest..."


Today's Topics:

   1. 0.0.2 pre-release (Ot?vio Gon?alves de Santana)
   2. Re: 0.0.2 pre-release (Ivan Junckes Filho)
   3. Re: 0.0.2 pre-release (Werner Keil)
   4. Re: 0.0.2 pre-release (Ot?vio Gon?alves de Santana)


----------------------------------------------------------------------

Message: 1
Date: Sun, 18 Jun 2017 17:53:17 -0300
From: Ot?vio Gon?alves de Santana       <otaviopolianasantana@gmail.com>
To: jnosql developer discussions <jnosql-dev@xxxxxxxxxxx>
Subject: [jnosql-dev] 0.0.2 pre-release
Message-ID:
        <CAPc8kR1NfH+4o6OKKMdgQRFKLd0NrBfraAuvBKK68jujpd3Niw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'm happy to show the work result from everyone here.

I believe with these, we're ready to release a new version.



*Open Source*


   - Moved the code to Eclipse Foundation
   - Tour around the USA to talk about JNoSQL
   - Created the EclipsePedia about JNoSQL
   - More Companies to Support the future NoSQL JSR


*Diana*


   - Updates the MongoDB client
   - Start to use flapdoodle on MongoDB implementation
   - Fixes Storage/retrieve on MongoDB when is subdocument
   - Fixes Storage/retrieve on Couchbase when is subdocument
   - Fixes Storage/retrieve on Elasticsearch when is
   - subdocument
   - Fixes Storage/retrieve on ArangoDB when is subdocument
   - Adds supports to User defined type on Cassandra
   - Updates Header license
   - Updates nomenclature (Repository.save discussion)
   - Adds Cassandra-unit test to Cassandra implementation
   - Fixes configuration on Couchbase



*Artemis*


   - Repository.save discussion
   - Updates the nomenclature
   - Adds an extension to Cassandra (to use specific behavior, beyond the
   API, such as CQL, consistency level and UDT).
   - Adds an extension to Couchbase (to use specific behavior, beyond the
   API, such as N1QL).
   - Adds an extension to Elasticsearch (to use specific behavior, beyond
   the API, such as Search engine).
   - Adds an extension to OrientDB (to use specific behavior, beyond the
   API, such as live query and SQL).


*In the next version:*


   - We still need to focus on documentation and community.
   - Write post, record youtube videos, about the project
   - More discussion about the JSR
   - How do we integrate with Tinkerpop <http://tinkerpop.apache.org/>?
   - Does make sense a high-level query? Currently, we have query method on
   Repository and also DianaQuery. Do we need one more feature to do a query
   on object mapping layer? Such as a Hibernate does with Criteria
   <https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/querycriteria.html>
   .



I'll send an email with each discussion split soon, I'm just checking some
details about the Eclipse release and bugs process.

I'm using this link as reference:
https://www.eclipse.org/projects/handbook/

--
Ot?vio Gon?alves de Santana


twitter: http://twitter.com/otaviojava
site:     *http://about.me/otaviojava <http://about.me/otaviojava>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/jnosql-dev/attachments/20170618/534eb0fd/attachment.html>

------------------------------

Message: 2
Date: Sun, 18 Jun 2017 23:33:49 -0300
From: Ivan Junckes Filho <ivanjunckes@xxxxxxxxx>
To: jnosql developer discussions <jnosql-dev@xxxxxxxxxxx>
Subject: Re: [jnosql-dev] 0.0.2 pre-release
Message-ID:
        <CAC6dPMPg7yhCoNscDTjts97rL9DOwhHQWYZGkLM-t_YWc9K44w@xxxxxxxail.com>
Content-Type: text/plain; charset="utf-8"

Thank you for the awesome update Otavio.

On Sun, Jun 18, 2017 at 5:53 PM, Ot?vio Gon?alves de Santana <
otaviopolianasantana@xxxxxxxxx> wrote:

> I'm happy to show the work result from everyone here.
>
> I believe with these, we're ready to release a new version.
>
>
>
> *Open Source*
>
>
>    - Moved the code to Eclipse Foundation
>    - Tour around the USA to talk about JNoSQL
>    - Created the EclipsePedia about JNoSQL
>    - More Companies to Support the future NoSQL JSR
>
>
> *Diana*
>
>
>    - Updates the MongoDB client
>    - Start to use flapdoodle on MongoDB implementation
>    - Fixes Storage/retrieve on MongoDB when is subdocument
>    - Fixes Storage/retrieve on Couchbase when is subdocument
>    - Fixes Storage/retrieve on Elasticsearch when is
>    - subdocument
>    - Fixes Storage/retrieve on ArangoDB when is subdocument
>    - Adds supports to User defined type on Cassandra
>    - Updates Header license
>    - Updates nomenclature (Repository.save discussion)
>    - Adds Cassandra-unit test to Cassandra implementation
>    - Fixes configuration on Couchbase
>
>
>
> *Artemis*
>
>
>    - Repository.save discussion
>    - Updates the nomenclature
>    - Adds an extension to Cassandra (to use specific behavior, beyond the
>    API, such as CQL, consistency level and UDT).
>    - Adds an extension to Couchbase (to use specific behavior, beyond the
>    API, such as N1QL).
>    - Adds an extension to Elasticsearch (to use specific behavior, beyond
>    the API, such as Search engine).
>    - Adds an extension to OrientDB (to use specific behavior, beyond the
>    API, such as live query and SQL).
>
>
> *In the next version:*
>
>
>    - We still need to focus on documentation and community.
>    - Write post, record youtube videos, about the project
>    - More discussion about the JSR
>    - How do we integrate with Tinkerpop <http://tinkerpop.apache.org/>?
>    - Does make sense a high-level query? Currently, we have query method
>    on Repository and also DianaQuery. Do we need one more feature to do a
>    query on object mapping layer? Such as a Hibernate does with Criteria
>    <https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/querycriteria.html>
>    .
>
>
>
> I'll send an email with each discussion split soon, I'm just checking some
> details about the Eclipse release and bugs process.
>
> I'm using this link as reference:
> https://www.eclipse.org/projects/handbook/
>
> --
> Ot?vio Gon?alves de Santana
>
>
> twitter: http://twitter.com/otaviojava
> site:     *http://about.me/otaviojava <http://about.me/otaviojava>*
>
>
> _______________________________________________
> jnosql-dev mailing list
> jnosql-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jnosql-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/jnosql-dev/attachments/20170618/efe6c71b/attachment.html>

------------------------------

Message: 3
Date: Mon, 19 Jun 2017 11:16:21 +0200
From: "Werner Keil" <werner.keil@xxxxxxx>
To: jnosql-dev@xxxxxxxxxxx
Subject: Re: [jnosql-dev] 0.0.2 pre-release
Message-ID:
        <trinity-c687f10f-16ea-40cf-a3f7-1fb03e083c08-1497863781110@3capp-gmx-bs45>

Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/jnosql-dev/attachments/20170619/e57e352b/attachment.html>

------------------------------

Message: 4
Date: Mon, 19 Jun 2017 08:10:53 -0300
From: Ot?vio Gon?alves de Santana       <otaviopolianasantana@gmail.com>
To: jnosql developer discussions <jnosql-dev@xxxxxxxxxxx>
Subject: Re: [jnosql-dev] 0.0.2 pre-release
Message-ID:
        <CAPc8kR2UPBxxfGehwFpqjs2Z7JZGhKATpNRedBpxaJNRSN-OpQ@xxxxxxxail.com>
Content-Type: text/plain; charset="utf-8"

@Werner
The newest version still 0.0.1, so I believe there isn't a problem to do a
demo with this release.
Mainly to share the idea behind of JNoSQL what it proposes to help.
We need to share to all many people we can.
Even with a new version, please, feel free to use the proposal version.

On Mon, Jun 19, 2017 at 6:16 AM, Werner Keil <werner.keil@xxxxxxx> wrote:

> Otavio/all,
>
> Thanks for the update.
> Other than 2 or 3 demos for the GitBook, all the others were at least 2
> months old, so as you told me in Austin they were probably not ready for
> "primetime" yet, I had to cancel today's DemoCamp session in Hamburg at
> rather short notice (I realized it made it into the agenda, that's not
> always the case for every city)
>
> Could we also gather some of the demos/examples at Eclipse, similar to
> what UOMo does?
> https://github.com/eclipse/uomo/tree/master/examples
>
> Whether you think one single demo repository is better or multiple, we can
> discuss that, but it should be at Eclipse. So both the talks about the
> project and actual DemoCamps (where you need to demonstrate live code, not
> just slides;-) can use them. Happy to help with that as I am committer to
> the project, so all access rights are in place.
>
> Werner
>
> *Gesendet:* Montag, 19. Juni 2017 um 04:33 Uhr
> *Von:* "Ivan Junckes Filho" <ivanjunckes@xxxxxxxxx>
> *An:* "jnosql developer discussions" <jnosql-dev@xxxxxxxxxxx>
> *Betreff:* Re: [jnosql-dev] 0.0.2 pre-release
> Thank you for the awesome update Otavio.
>
> On Sun, Jun 18, 2017 at 5:53 PM, Ot?vio Gon?alves de Santana <
> otaviopolianasantana@xxxxxxxxx> wrote:
>>
>> I'm happy to show the work result from everyone here.
>>
>> I believe with these, we're ready to release a new version.
>>
>>
>>
>> *Open Source*
>>
>>
>>    - Moved the code to Eclipse Foundation
>>    - Tour around the USA to talk about JNoSQL
>>    - Created the EclipsePedia about JNoSQL
>>    - More Companies to Support the future NoSQL JSR
>>
>>
>> *Diana*
>>
>>
>>    - Updates the MongoDB client
>>    - Start to use flapdoodle on MongoDB implementation
>>    - Fixes Storage/retrieve on MongoDB when is subdocument
>>    - Fixes Storage/retrieve on Couchbase when is subdocument
>>    - Fixes Storage/retrieve on Elasticsearch when is
>>    - subdocument
>>    - Fixes Storage/retrieve on ArangoDB when is subdocument
>>    - Adds supports to User defined type on Cassandra
>>    - Updates Header license
>>    - Updates nomenclature (Repository.save discussion)
>>    - Adds Cassandra-unit test to Cassandra implementation
>>    - Fixes configuration on Couchbase
>>
>>
>>
>> *Artemis*
>>
>>
>>    - Repository.save discussion
>>    - Updates the nomenclature
>>    - Adds an extension to Cassandra (to use specific behavior, beyond
>>    the API, such as CQL, consistency level and UDT).
>>    - Adds an extension to Couchbase (to use specific behavior, beyond
>>    the API, such as N1QL).
>>    - Adds an extension to Elasticsearch (to use specific behavior,
>>    beyond the API, such as Search engine).
>>    - Adds an extension to OrientDB (to use specific behavior, beyond the
>>    API, such as live query and SQL).
>>
>>
>> *In the next version:*
>>
>>
>>    - We still need to focus on documentation and community.
>>    - Write post, record youtube videos, about the project
>>    - More discussion about the JSR
>>    - How do we integrate with Tinkerpop <http://tinkerpop.apache.org/>?
>>    - Does make sense a high-level query? Currently, we have query method
>>    on Repository and also DianaQuery. Do we need one more feature to do a
>>    query on object mapping layer? Such as a Hibernate does with Criteria
>>    <https://docs.jboss.org/hibernate/orm/3.3/reference/en/html/querycriteria.html>
>>    .
>>
>>
>>
>> I'll send an email with each discussion split soon, I'm just checking
>> some details about the Eclipse release and bugs process.
>>
>> I'm using this link as reference:
>> https://www.eclipse.org/projects/handbook/
>>
>> --
>> Ot?vio Gon?alves de Santana
>>
>>
>> twitter: http://twitter.com/otaviojava
>> site:     *http://about.me/otaviojava <http://about.me/otaviojava>*
>>
>>
>> _______________________________________________
>> jnosql-dev mailing list
>> jnosql-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/jnosql-dev
>>
>
> _______________________________________________ jnosql-dev mailing list
> jnosql-dev@xxxxxxxxxxx To change your delivery options, retrieve your
> password, or unsubscribe from this list, visit https://dev.eclipse.org/
> mailman/listinfo/jnosql-dev
>
> _______________________________________________
> jnosql-dev mailing list
> jnosql-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jnosql-dev
>
>


--
Ot?vio Gon?alves de Santana


twitter: http://twitter.com/otaviojava
site:     *http://about.me/otaviojava <http://about.me/otaviojava>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/jnosql-dev/attachments/20170619/d8233932/attachment.html>

------------------------------

_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jnosql-dev


End of jnosql-dev Digest, Vol 6, Issue 5
****************************************


_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jnosql-dev




--
Otávio Gonçalves de Santana

Back to the top