[OGM] WildFly modules imposing versions
by Emmanuel Bernard
I’ve upgraded the OGM demo to OGM 5.1 Final (from CR1).
Again I’ve got deployment errors because it does not find the specific search version: 5.6.1.Final. I had 5.6.0.Final in my WF module deployment.
Is that the behavior we want? Do we want the OGM module to impose specific versions of Hibernate Search to work? I don’t even use Hibernate Search for the demo…
How can we improve things?
Emmanuel
7 years, 8 months
Hibernate OGM 5.1 Final is out
by Davide D'Alto
I’m happy to announce the latest stable release of Hibernate OGM:
Hibernate OGM 5.1 Final
== What’s new compared to 5.0 Final?
I’m glad you asked, this version:
- uses Hibernate ORM 5.1
- supports Infinispan Remote via the Hot Rod protocol
- supports Neo4j remote via the Bolt protocol and the Http interface
- can integrate with Hibernate Search 5.6, which works with Elasticsearch
- reduces the number of database calls by grouping the operations
- supports aggregation in MongoDB native queries with CLI syntax
More details in the blog post:
http://in.relation.to/2017/03/02/hibernate-ogm-5-1-Final-released/
Thanks,
Davide
7 years, 8 months
Re: [hibernate-dev] introduction newbie
by Sanne Grinovero
Hi Vaibhav,
welcome, I'm glad you want to help with Hibernate Search!
But I'm afraid we don't maintain diagrams of the internal architecture. I
would suggest to start getting familiar with it by using it, and trying to
figure out how it works by debugging, writing tests or exploring the source
code. Using it in a project you work on is usually very effective as well.
The code base is quite large so I would not suggest to try reading it all.
A good approach could be to try fixing a simple issue - you can find many
open tasks on our JIRA - by writing a unit test first and then trying to
figure out how to create a fix for it.
This is a list of open JIRA issues which we *think* might be a good
starting point for developers new to the project:
- https://hibernate.atlassian.net/issues/?filter=11250
When you think you have a great patch to share send a pull request (make
sure to include tests, javadoc and documentation changes if any are
necessary).
Some other person will eventually volunteer to review your changes, and
possibly suggest improvements or give you other advice based on their
longer experience with the project. It's possible your pull request will
require improvements or not be merged, but there's nothing to be ashamed of
we all learn that way.
Thanks,
Sanne
On 1 March 2017 at 12:39, vaibhav kulkarni <vcharmcaster(a)gmail.com> wrote:
> Hello Sanne,
>
> Vaibhav Khamgavkar( VK ) is newbies name, Hibernate Search grabbed my
> attentions.
> Will like to contribute to this project. can you send me high level
> design/ architecture diagram?
> in case you are not right person to contact let me know whom should i
> contact.
>
>
>
> --
>
>
> [image: --]
>
> Vaibhav Khamgonkar
> [image: http://]about.me/vaibhav_khamgonkar
> <https://about.me/vaibhav_khamgonkar>
>
>
> Note: This e-mail message and attachments may contain confidential
> information. If you have received this message in error, please immediately
> notify the sender and delete this e-mail message.
>
7 years, 8 months