You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Earle Nietzel <ea...@longsight.com.INVALID> on 2020/06/11 18:24:17 UTC

Updated libs for ignite-hibernate_4.2

Hello,

I apologize for posting this here but was noticing that the maven lib
      <dependency>
        <groupId>org.apache.ignite</groupId>
        <artifactId>ignite-hibernate_4.2</artifactId>
        <version>${ignite.version}</version>
      </dependency>

hasn't been updated in a while is there by any chance someone here might be
able to nudge someone to release some updated libs.

The last version was
ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
would like to get a 2.8.1 if possible?

Thanks,
-earle

Re: Updated libs for ignite-hibernate_4.2

Posted by Earle Nietzel <ea...@longsight.com.INVALID>.
Thank you for the information, very helpful.

-earle


On Fri, Jun 12, 2020 at 4:02 PM Denis Magda <dm...@apache.org> wrote:

> GridGain used to produce those artifacts for its Professional Edition and
> not for Ignite. For instance, you will not find a version of the artifact
> for Ignite 2.7.0 release but can get 2.7.1 that is for Professional
> Edition:
> https://javalibs.com/artifact/org.apache.ignite/ignite-hibernate_4.2
>
> Since then, GridGain replaced Professional Edition with Community Edition
> and still releases hibernate artifacts for its product line:
>
> https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain/ignite-hibernate_4.2/
>
> Please direct all further questions to GridGain forums.
>
> -
> Denis
>
>
> On Fri, Jun 12, 2020 at 9:27 AM Earle Nietzel <earle@longsight.com.invalid
> >
> wrote:
>
> > Yep I completely understand just asking if someone can nudge gridgain to
> > release the newer artifacts!
> >
> > -earle
> >
> >
> > On Fri, Jun 12, 2020 at 11:20 AM Denis Magda <dm...@apache.org> wrote:
> >
> > > Earle,
> > >
> > > Due to the LGPL license constraints, we (the Ignite community) cannot
> > > release binary artifacts of those LGPL libraries including Hibernate.
> So,
> > > you will always need to build those on libraries on your own. If that
> > > becomes a big deal, then use the binaries produced by GridGain that are
> > > available for their community edition.
> > >
> > > Let me know if I misunderstood your question.
> > >
> > > -
> > > Denis
> > >
> > >
> > > On Fri, Jun 12, 2020 at 6:50 AM Earle Nietzel
> > <earle@longsight.com.invalid
> > > >
> > > wrote:
> > >
> > > > Hi Denis,
> > > >
> > > > I am referring to lgpl lib that gridgain has released here:
> > > >
> > > >
> > >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_4.2/
> > > >
> > > >
> > >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_5.1/
> > > >
> > > > The ignite documentation tells you to build them with -Prelease,lgpl
> > > which
> > > > is fine locally but it becomes a hassle, for example:
> > > > 1) explain to other developers you need to check out and perform a
> > build
> > > of
> > > > this other project first
> > > > 2) same for continuous integrations as they fail for the same reason
> > > >
> > > > Basically a host of issues that come with missing artifacts...
> > > >
> > > > Thanks for any help with this,
> > > > -earle
> > > >
> > > >
> > > > On Thu, Jun 11, 2020 at 5:14 PM Denis Magda <dm...@apache.org>
> wrote:
> > > >
> > > > > Hi Earle,
> > > > >
> > > > > As I can see ignite-hibernate_4.2 already uses the latest stable
> > > version
> > > > of
> > > > > Hibernate 4.2:
> > > > >
> > > > > <dependency>
> > > > >     <groupId>org.hibernate</groupId>
> > > > >     <artifactId>hibernate-core</artifactId>
> > > > >     <version>4.2.21.Final</version>
> > > > > </dependency>
> > > > >
> > > > >
> > > > > What's your version of Hibernate? Are you suggesting to support
> > > Hibernate
> > > > > 5.4?
> > > > >
> > > > > Just in case, there is a version of the integration for Hibernate
> 5.1
> > > and
> > > > > 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
> > > > > artifacts for those.
> > > > >
> > > > > -
> > > > > Denis
> > > > >
> > > > >
> > > > > On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel
> > > > <earle@longsight.com.invalid
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > I apologize for posting this here but was noticing that the maven
> > lib
> > > > > >       <dependency>
> > > > > >         <groupId>org.apache.ignite</groupId>
> > > > > >         <artifactId>ignite-hibernate_4.2</artifactId>
> > > > > >         <version>${ignite.version}</version>
> > > > > >       </dependency>
> > > > > >
> > > > > > hasn't been updated in a while is there by any chance someone
> here
> > > > might
> > > > > be
> > > > > > able to nudge someone to release some updated libs.
> > > > > >
> > > > > > The last version was
> > > > > > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> > > > > > would like to get a 2.8.1 if possible?
> > > > > >
> > > > > > Thanks,
> > > > > > -earle
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Updated libs for ignite-hibernate_4.2

Posted by Denis Magda <dm...@apache.org>.
GridGain used to produce those artifacts for its Professional Edition and
not for Ignite. For instance, you will not find a version of the artifact
for Ignite 2.7.0 release but can get 2.7.1 that is for Professional Edition:
https://javalibs.com/artifact/org.apache.ignite/ignite-hibernate_4.2

Since then, GridGain replaced Professional Edition with Community Edition
and still releases hibernate artifacts for its product line:
https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain/ignite-hibernate_4.2/

Please direct all further questions to GridGain forums.

-
Denis


On Fri, Jun 12, 2020 at 9:27 AM Earle Nietzel <ea...@longsight.com.invalid>
wrote:

> Yep I completely understand just asking if someone can nudge gridgain to
> release the newer artifacts!
>
> -earle
>
>
> On Fri, Jun 12, 2020 at 11:20 AM Denis Magda <dm...@apache.org> wrote:
>
> > Earle,
> >
> > Due to the LGPL license constraints, we (the Ignite community) cannot
> > release binary artifacts of those LGPL libraries including Hibernate. So,
> > you will always need to build those on libraries on your own. If that
> > becomes a big deal, then use the binaries produced by GridGain that are
> > available for their community edition.
> >
> > Let me know if I misunderstood your question.
> >
> > -
> > Denis
> >
> >
> > On Fri, Jun 12, 2020 at 6:50 AM Earle Nietzel
> <earle@longsight.com.invalid
> > >
> > wrote:
> >
> > > Hi Denis,
> > >
> > > I am referring to lgpl lib that gridgain has released here:
> > >
> > >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_4.2/
> > >
> > >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_5.1/
> > >
> > > The ignite documentation tells you to build them with -Prelease,lgpl
> > which
> > > is fine locally but it becomes a hassle, for example:
> > > 1) explain to other developers you need to check out and perform a
> build
> > of
> > > this other project first
> > > 2) same for continuous integrations as they fail for the same reason
> > >
> > > Basically a host of issues that come with missing artifacts...
> > >
> > > Thanks for any help with this,
> > > -earle
> > >
> > >
> > > On Thu, Jun 11, 2020 at 5:14 PM Denis Magda <dm...@apache.org> wrote:
> > >
> > > > Hi Earle,
> > > >
> > > > As I can see ignite-hibernate_4.2 already uses the latest stable
> > version
> > > of
> > > > Hibernate 4.2:
> > > >
> > > > <dependency>
> > > >     <groupId>org.hibernate</groupId>
> > > >     <artifactId>hibernate-core</artifactId>
> > > >     <version>4.2.21.Final</version>
> > > > </dependency>
> > > >
> > > >
> > > > What's your version of Hibernate? Are you suggesting to support
> > Hibernate
> > > > 5.4?
> > > >
> > > > Just in case, there is a version of the integration for Hibernate 5.1
> > and
> > > > 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
> > > > artifacts for those.
> > > >
> > > > -
> > > > Denis
> > > >
> > > >
> > > > On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel
> > > <earle@longsight.com.invalid
> > > > >
> > > > wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > I apologize for posting this here but was noticing that the maven
> lib
> > > > >       <dependency>
> > > > >         <groupId>org.apache.ignite</groupId>
> > > > >         <artifactId>ignite-hibernate_4.2</artifactId>
> > > > >         <version>${ignite.version}</version>
> > > > >       </dependency>
> > > > >
> > > > > hasn't been updated in a while is there by any chance someone here
> > > might
> > > > be
> > > > > able to nudge someone to release some updated libs.
> > > > >
> > > > > The last version was
> > > > > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> > > > > would like to get a 2.8.1 if possible?
> > > > >
> > > > > Thanks,
> > > > > -earle
> > > > >
> > > >
> > >
> >
>

Re: Updated libs for ignite-hibernate_4.2

Posted by Earle Nietzel <ea...@longsight.com.INVALID>.
Yep I completely understand just asking if someone can nudge gridgain to
release the newer artifacts!

-earle


On Fri, Jun 12, 2020 at 11:20 AM Denis Magda <dm...@apache.org> wrote:

> Earle,
>
> Due to the LGPL license constraints, we (the Ignite community) cannot
> release binary artifacts of those LGPL libraries including Hibernate. So,
> you will always need to build those on libraries on your own. If that
> becomes a big deal, then use the binaries produced by GridGain that are
> available for their community edition.
>
> Let me know if I misunderstood your question.
>
> -
> Denis
>
>
> On Fri, Jun 12, 2020 at 6:50 AM Earle Nietzel <earle@longsight.com.invalid
> >
> wrote:
>
> > Hi Denis,
> >
> > I am referring to lgpl lib that gridgain has released here:
> >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_4.2/
> >
> >
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_5.1/
> >
> > The ignite documentation tells you to build them with -Prelease,lgpl
> which
> > is fine locally but it becomes a hassle, for example:
> > 1) explain to other developers you need to check out and perform a build
> of
> > this other project first
> > 2) same for continuous integrations as they fail for the same reason
> >
> > Basically a host of issues that come with missing artifacts...
> >
> > Thanks for any help with this,
> > -earle
> >
> >
> > On Thu, Jun 11, 2020 at 5:14 PM Denis Magda <dm...@apache.org> wrote:
> >
> > > Hi Earle,
> > >
> > > As I can see ignite-hibernate_4.2 already uses the latest stable
> version
> > of
> > > Hibernate 4.2:
> > >
> > > <dependency>
> > >     <groupId>org.hibernate</groupId>
> > >     <artifactId>hibernate-core</artifactId>
> > >     <version>4.2.21.Final</version>
> > > </dependency>
> > >
> > >
> > > What's your version of Hibernate? Are you suggesting to support
> Hibernate
> > > 5.4?
> > >
> > > Just in case, there is a version of the integration for Hibernate 5.1
> and
> > > 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
> > > artifacts for those.
> > >
> > > -
> > > Denis
> > >
> > >
> > > On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel
> > <earle@longsight.com.invalid
> > > >
> > > wrote:
> > >
> > > > Hello,
> > > >
> > > > I apologize for posting this here but was noticing that the maven lib
> > > >       <dependency>
> > > >         <groupId>org.apache.ignite</groupId>
> > > >         <artifactId>ignite-hibernate_4.2</artifactId>
> > > >         <version>${ignite.version}</version>
> > > >       </dependency>
> > > >
> > > > hasn't been updated in a while is there by any chance someone here
> > might
> > > be
> > > > able to nudge someone to release some updated libs.
> > > >
> > > > The last version was
> > > > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> > > > would like to get a 2.8.1 if possible?
> > > >
> > > > Thanks,
> > > > -earle
> > > >
> > >
> >
>

Re: Updated libs for ignite-hibernate_4.2

Posted by Denis Magda <dm...@apache.org>.
Earle,

Due to the LGPL license constraints, we (the Ignite community) cannot
release binary artifacts of those LGPL libraries including Hibernate. So,
you will always need to build those on libraries on your own. If that
becomes a big deal, then use the binaries produced by GridGain that are
available for their community edition.

Let me know if I misunderstood your question.

-
Denis


On Fri, Jun 12, 2020 at 6:50 AM Earle Nietzel <ea...@longsight.com.invalid>
wrote:

> Hi Denis,
>
> I am referring to lgpl lib that gridgain has released here:
>
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_4.2/
>
> https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_5.1/
>
> The ignite documentation tells you to build them with -Prelease,lgpl which
> is fine locally but it becomes a hassle, for example:
> 1) explain to other developers you need to check out and perform a build of
> this other project first
> 2) same for continuous integrations as they fail for the same reason
>
> Basically a host of issues that come with missing artifacts...
>
> Thanks for any help with this,
> -earle
>
>
> On Thu, Jun 11, 2020 at 5:14 PM Denis Magda <dm...@apache.org> wrote:
>
> > Hi Earle,
> >
> > As I can see ignite-hibernate_4.2 already uses the latest stable version
> of
> > Hibernate 4.2:
> >
> > <dependency>
> >     <groupId>org.hibernate</groupId>
> >     <artifactId>hibernate-core</artifactId>
> >     <version>4.2.21.Final</version>
> > </dependency>
> >
> >
> > What's your version of Hibernate? Are you suggesting to support Hibernate
> > 5.4?
> >
> > Just in case, there is a version of the integration for Hibernate 5.1 and
> > 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
> > artifacts for those.
> >
> > -
> > Denis
> >
> >
> > On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel
> <earle@longsight.com.invalid
> > >
> > wrote:
> >
> > > Hello,
> > >
> > > I apologize for posting this here but was noticing that the maven lib
> > >       <dependency>
> > >         <groupId>org.apache.ignite</groupId>
> > >         <artifactId>ignite-hibernate_4.2</artifactId>
> > >         <version>${ignite.version}</version>
> > >       </dependency>
> > >
> > > hasn't been updated in a while is there by any chance someone here
> might
> > be
> > > able to nudge someone to release some updated libs.
> > >
> > > The last version was
> > > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> > > would like to get a 2.8.1 if possible?
> > >
> > > Thanks,
> > > -earle
> > >
> >
>

Re: Updated libs for ignite-hibernate_4.2

Posted by Earle Nietzel <ea...@longsight.com.INVALID>.
Hi Denis,

I am referring to lgpl lib that gridgain has released here:
https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_4.2/
https://gridgainsystems.com/nexus/content/repositories/external/org/apache/ignite/ignite-hibernate_5.1/

The ignite documentation tells you to build them with -Prelease,lgpl which
is fine locally but it becomes a hassle, for example:
1) explain to other developers you need to check out and perform a build of
this other project first
2) same for continuous integrations as they fail for the same reason

Basically a host of issues that come with missing artifacts...

Thanks for any help with this,
-earle


On Thu, Jun 11, 2020 at 5:14 PM Denis Magda <dm...@apache.org> wrote:

> Hi Earle,
>
> As I can see ignite-hibernate_4.2 already uses the latest stable version of
> Hibernate 4.2:
>
> <dependency>
>     <groupId>org.hibernate</groupId>
>     <artifactId>hibernate-core</artifactId>
>     <version>4.2.21.Final</version>
> </dependency>
>
>
> What's your version of Hibernate? Are you suggesting to support Hibernate
> 5.4?
>
> Just in case, there is a version of the integration for Hibernate 5.1 and
> 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
> artifacts for those.
>
> -
> Denis
>
>
> On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel <earle@longsight.com.invalid
> >
> wrote:
>
> > Hello,
> >
> > I apologize for posting this here but was noticing that the maven lib
> >       <dependency>
> >         <groupId>org.apache.ignite</groupId>
> >         <artifactId>ignite-hibernate_4.2</artifactId>
> >         <version>${ignite.version}</version>
> >       </dependency>
> >
> > hasn't been updated in a while is there by any chance someone here might
> be
> > able to nudge someone to release some updated libs.
> >
> > The last version was
> > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> > would like to get a 2.8.1 if possible?
> >
> > Thanks,
> > -earle
> >
>

Re: Updated libs for ignite-hibernate_4.2

Posted by Denis Magda <dm...@apache.org>.
Hi Earle,

As I can see ignite-hibernate_4.2 already uses the latest stable version of
Hibernate 4.2:

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>4.2.21.Final</version>
</dependency>


What's your version of Hibernate? Are you suggesting to support Hibernate
5.4?

Just in case, there is a version of the integration for Hibernate 5.1 and
5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3
artifacts for those.

-
Denis


On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel <ea...@longsight.com.invalid>
wrote:

> Hello,
>
> I apologize for posting this here but was noticing that the maven lib
>       <dependency>
>         <groupId>org.apache.ignite</groupId>
>         <artifactId>ignite-hibernate_4.2</artifactId>
>         <version>${ignite.version}</version>
>       </dependency>
>
> hasn't been updated in a while is there by any chance someone here might be
> able to nudge someone to release some updated libs.
>
> The last version was
> ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019
> would like to get a 2.8.1 if possible?
>
> Thanks,
> -earle
>