Hibernate-ehcache 4.1.10.Final
by Marc Schipperheyn
Hi,
Looks like Hibernate-core 4.1.10.Final is missing from some repositories
and Hibernate-ehcache.4.1.0.Final from *all* repositories. Same goes for
hibernate-entitymanager. Shouldn't these versions be in sync?
11 years, 10 months
ValidationMode
by Steve Ebersole
Any idea why the ORM/JPA Bean Validation integration code allows
multiple validation modes to be specified?
11 years, 10 months
Re: [hibernate-dev] Loader redesign proposal
by Steve Ebersole
Oops, did reply instead of reply-all
On 03/04/2013 07:23 AM, Steve Ebersole wrote:
>
> Personal preference I guess, but while developing major features I
> find it easier to keep track of my ongoing work that way
>
> On Mar 4, 2013 7:02 AM, "Emmanuel Bernard" <emmanuel(a)hibernate.org
> <mailto:emmanuel@hibernate.org>> wrote:
>
> nice, I'll have a look. If I can squeeze a bit of OGM friendliness to
> the redesign, that would be a nice bonus.
>
> By the way, any reason to create a dedicated repo instead of a branch?
> I mistakenly imported your repo in my orm repo ;)
>
> Emmanuel
>
> On Mon 2013-02-25 13:19, Steve Ebersole wrote:
> > I believe something like the work I had in mind for
> >
> https://github.com/hibernate/hibernate-orm/wiki/Proposal---Loader-redesign
> > is the best option for implementing JPA 2.1 "entity graph"
> support into
> > Hibernate. To that end I have been working on that proposal to
> see how
> > quickly that could come about.
> >
> > Essentially the phase we need to tie in "entity graph" support is a
> > redefinition of the current JoinWalkers. The approach I took,
> at a high
> > level, is that of the visitor pattern.
> >
> > The work currently lives at
> > https://github.com/sebersole/hibernate-loader-redesign I'd
> appreciate
> > any extras eyes.
> >
> > Longer term I'd like the stuff that lives in the
> > org.hibernate.loader.walking package to be part of the run time
> > (persister) metadata, but for the moment I just use wrapping and
> > delegation.
> > _______________________________________________
> > hibernate-dev mailing list
> > hibernate-dev(a)lists.jboss.org <mailto:hibernate-dev@lists.jboss.org>
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
11 years, 10 months
core built-in encryption
by Brett Meyer
Have encryption capabilities in ORM ever been considered? There are a few 3rd party libraries, like Jasypt, providing UserTypes to handle encryption behind the scenes. Even basic support for an @Encrypt annotation, hashing, and configurable salt values would be helpful.
Brett Meyer
Red Hat Software Engineer, Hibernate
11 years, 10 months
Loader redesign proposal
by Steve Ebersole
I believe something like the work I had in mind for
https://github.com/hibernate/hibernate-orm/wiki/Proposal---Loader-redesign
is the best option for implementing JPA 2.1 "entity graph" support into
Hibernate. To that end I have been working on that proposal to see how
quickly that could come about.
Essentially the phase we need to tie in "entity graph" support is a
redefinition of the current JoinWalkers. The approach I took, at a high
level, is that of the visitor pattern.
The work currently lives at
https://github.com/sebersole/hibernate-loader-redesign I'd appreciate
any extras eyes.
Longer term I'd like the stuff that lives in the
org.hibernate.loader.walking package to be part of the run time
(persister) metadata, but for the moment I just use wrapping and
delegation.
11 years, 10 months
JPA 2.1 API compiled with JDK 7!?
by Hardy Ferentschik
Hi,
when trying to use
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Draft-10</version>
</dependency>
in Hibernate Validator I get an UnsupportedClassVersionError.
Seems the API is compiled with JDK 7, which causes problems in the HV build.
Is the use of Java 7 intentional for the JPA API? I don't think it is required, right?
--Hardy
11 years, 10 months
master is 5.0 ?
by Sanne Grinovero
Hi, sorry if this was discussed before.
Having pushed an extremely minor change to master, is that to be
marked as 5.0 as far as JIRA is concerned?
Sanne
11 years, 10 months