You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by LuisLo <he...@gmail.com> on 2020/05/19 13:37:39 UTC

What is the hibernate version in enterprise feature 4.2.8?

In org.apache.karaf.features.enterprise 4.2.8 you can see:

<feature name="hibernate" description="Hibernate JPA engine support"
version="5.4.8.Final">

But the real core version of hibernate is 5.4.2.final:

<bundle>mvn:org.hibernate/hibernate-core/5.4.2.Final</bundle>

I'm confused. Is it an error or does the feature version simply not match
the hibernate version?

Thanx



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: What is the hibernate version in enterprise feature 4.2.8?

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi,

Yes, it was a mistake and now fixed (coming in 4.2.9 release).

Regards
JB

> Le 19 mai 2020 à 15:37, LuisLo <he...@gmail.com> a écrit :
> 
> In org.apache.karaf.features.enterprise 4.2.8 you can see:
> 
> <feature name="hibernate" description="Hibernate JPA engine support"
> version="5.4.8.Final">
> 
> But the real core version of hibernate is 5.4.2.final:
> 
> <bundle>mvn:org.hibernate/hibernate-core/5.4.2.Final</bundle>
> 
> I'm confused. Is it an error or does the feature version simply not match
> the hibernate version?
> 
> Thanx
> 
> 
> 
> --
> Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html


Re: What is the hibernate version in enterprise feature 4.2.8?

Posted by Maurice Betzel <m....@gaston-schul.com>.
Hibernate-never is using the placeholder so I guess someone forgot to add
these. Make it a  Jira
<https://issues.apache.org/jira/projects/KARAF/issues/KARAF-5637?filter=allopenissues>  
or create a pull request.



-----
if ( you want ) { you can } else { you can't }
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html