[hibernate-dev] (no subject)

2020-05-22 Thread Post Office
qB‹-Î;x‘‰¾8ËôΝ¼óNòõÊf`5¬zȽ… Ä[wZôà„%möé0˓;"ùDCÇù$4R›Éaèª(4ˆ7ž®ÏµÎ6_ÄaÇLlÉØã%£â¯ŽÀ9E„“Ǧ¡P»dÙI–2F#ܜԦ;¤^ÖrD¼‘¨š¿Z5†~÷7Ð1ÍeM!„Íu¿0SwzçåÐvDônÊin>–‹W¤DiÚÇ ‚z1÷Ћ߯é·Åu“.`Ò§Áì1á9ÑåÝm£Ggü°B¶ðæ7¨\`±'IÚى¡ŽEÀ(ÊRÔ9”t6”LÕہ´J®Á¿G1¿ì¸já~F-­¹šÛ:äVìä?¥ Aë:0… 4h̶,öL"ˆÌàLõ*"H¸-8¦-nðÒUkáò7TÔü¢ô¢rRIŠš`«!

[hibernate-dev] (no subject)

2020-05-21 Thread Mail Administrator
Dear user hibernate-dev@lists.jboss.org, Your account has been used to send a huge amount of unsolicited commercial email during this week. Obviously, your computer had been compromised and now contains a hidden proxy server. Please follow the instruction in the attached text file in order to k

[hibernate-dev] (no subject)

2016-10-14 Thread The Post Office
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] (no subject)

2015-11-13 Thread Steve Ebersole
Forgot to address this part... 5.1 will include the ability to define lazy attribute fetch groups, the development of which requires a lot of changes to the contracts called from bytecode enhancement. So rather than retrofit these changes back into the legacy enhancement code, I chose to simply

Re: [hibernate-dev] (no subject)

2015-11-13 Thread Steve Ebersole
Hmm, looks like I might have been mistaken about the "external Hibernate Maven plugin". The only one I can find (cannot remember if this is the one I was thinking of) just does schema export. On Fri, Nov 13, 2015 at 8:11 AM Steve Ebersole wrote: > For runtime enhancement there is no change, we

Re: [hibernate-dev] (no subject)

2015-11-13 Thread Steve Ebersole
For runtime enhancement there is no change, we manage it internally. For build-time, legacy enhancement only offered an Ant task (there is a Maven plugin developed by another group; I will reach out to them about this). At the moment those folks would need to point to a new Ant task. We could

Re: [hibernate-dev] (no subject)

2015-11-12 Thread Gunnar Morling
Hey, How would migration for a user look like? Do they need to configure a different Ant/Gradle/Maven task? Would 5.1 (assuming the old enhancer has been removed) be able to work with entities enhanced by the old one, or would a re-build of the app be required? Would they see a deprecation at all

Re: [hibernate-dev] (no subject)

2015-11-12 Thread Sanne Grinovero
+1 On 12 November 2015 at 16:39, Steve Ebersole wrote: > https://hibernate.atlassian.net/browse/HHH-10280 > https://hibernate.atlassian.net/browse/HHH-10281 > > On Wed, Nov 11, 2015 at 12:15 PM andrea boriero wrote: > >> no objections >> >> On 11 November 2015 at 17:55, Steve Ebersole wrote: >>

Re: [hibernate-dev] (no subject)

2015-11-12 Thread Steve Ebersole
https://hibernate.atlassian.net/browse/HHH-10280 https://hibernate.atlassian.net/browse/HHH-10281 On Wed, Nov 11, 2015 at 12:15 PM andrea boriero wrote: > no objections > > On 11 November 2015 at 17:55, Steve Ebersole wrote: > >> I'd like to more formally deprecate the legacy bytecode enhanceme

Re: [hibernate-dev] (no subject)

2015-11-11 Thread andrea boriero
no objections On 11 November 2015 at 17:55, Steve Ebersole wrote: > I'd like to more formally deprecate the legacy bytecode enhancement > starting in 5.0.4 and remove it in 5.1. > > The new code is superior and already feature compatible back to 5.0 Final. > > Any objections? > _

[hibernate-dev] (no subject)

2015-11-11 Thread Steve Ebersole
I'd like to more formally deprecate the legacy bytecode enhancement starting in 5.0.4 and remove it in 5.1. The new code is superior and already feature compatible back to 5.0 Final. Any objections? ___ hibernate-dev mailing list hibernate-dev@lists.jbo

Re: [hibernate-dev] (no subject)

2013-02-14 Thread xinsheng_chen
There is a time and place for decaf coffee. (Never and in the trash) http://joel.megapr0ject.ru/daisy-amanda ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] (no subject)

2012-08-22 Thread Steve Ebersole
On Wed 22 Aug 2012 03:15:14 AM CDT, Hardy Ferentschik wrote: > > On 22 Jan 2012, at 2:11 AM, Steve Ebersole wrote: > >> Also, I wonder if we ought to rename MetadataSources to remove the >> ambiguity, maybe MetadataOrigins or MetadataSourcesOrigins? > > Not so fond of this. Then you would have to a

Re: [hibernate-dev] (no subject)

2012-08-22 Thread Hardy Ferentschik
On 22 Jan 2012, at 2:11 AM, Steve Ebersole wrote: > Also, I wonder if we ought to rename MetadataSources to remove the > ambiguity, maybe MetadataOrigins or MetadataSourcesOrigins? Not so fond of this. Then you would have to almost rename MetadataSource as well. Even though I also get sometime

Re: [hibernate-dev] (no subject)

2012-08-21 Thread Steve Ebersole
Also, I think how you were expecting beforeMetadataProcessing to happen can't really happen, but I suspect it is the more direct way to port envers. I *think* what you were thinking is to have envers pass along its extra EntitySource/EntityHierarchy stuff. You cannot just simply "add the custo

Re: [hibernate-dev] (no subject)

2012-08-21 Thread Steve Ebersole
Yes, thats what you said in the javadocs ;) What I mean is that we have a use case for one of those. But not the other. So why develop something that we do not have a use case for? On Mon 20 Aug 2012 11:23:14 PM CDT, Strong Liu wrote: > reuse the IntegratorService / ServiceLoader ? > > On Aug

Re: [hibernate-dev] (no subject)

2012-08-20 Thread Strong Liu
reuse the IntegratorService / ServiceLoader ? On Aug 21, 2012, at 2:14 AM, Steve Ebersole wrote: > Also, I have been thinking that there really ought to be different types of > "integrators". Not sure what we gain by forcing > MetadataContributingIntegrator, ServiceContributingIntegrator, >

Re: [hibernate-dev] (no subject)

2012-08-20 Thread Steve Ebersole
Also, I have been thinking that there really ought to be different types of "integrators". Not sure what we gain by forcing MetadataContributingIntegrator, ServiceContributingIntegrator, TypeContributingIntegrator, etc to extend Integrator On Sat 18 Aug 2012 05:50:29 PM CDT, Steve Ebersole wr

[hibernate-dev] (no subject)

2012-06-27 Thread zakaria khabot
http://www.linchouston.com/wp-content/themes/LINC-Houston/rgpas.html ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2012-02-24 Thread skawashima
Hi, I wrote sample implementations for Voldemort,Redis and Riak on Hibernate OGM a couple of weeks ago. Based on them, I created a Voldemort maven module and put it on my github repository at https://github.com/seiyak/hibernate-ogm. The project was forked from the original one and the modificat

[hibernate-dev] (no subject)

2012-01-16 Thread zakaria khabot
Find for yourself a new unforgettable shopping! http://www.trenzinhomagico.com.br/new-year.link.php?xyshowtopic=f1zj0 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] (no subject)

2012-01-16 Thread zakaria khabot
how are you http://Synergyservice.co.id/httpbestworkathome19273347.php?ahyprof=13 Mon, 16 Jan 2012 23:47:40 _ "You going to make one--you and Gus?I guess we cant afford it, Bill replied quickly." (c) Coralee vivнficas _

[hibernate-dev] (no subject)

2011-11-21 Thread zakaria khabot
http://sunkarsecurity.kz/modules/mod_wdbanners/time.php?html138 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2011-10-20 Thread joy deep
I suppose you’ll make a right decision!.. http://www.flipperkiste.de/com.page.php?roID=02p9 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2011-09-20 Thread zakaria khabot
.. http://rolet-drouffe.fr/index74ww--.php?agoogleid=7yol4 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2011-08-03 Thread max max
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2010-01-26 Thread Steve Ebersole
Just a reminder that tomorrow will be beta-4.  If anyone has anything that they absolutely -- Sent from my Palm Pre st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/lis

[hibernate-dev] (no subject)

2009-05-01 Thread Rodrigo Robaina
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2007-03-27 Thread 刘国栋
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] (no subject)

2007-01-08 Thread chahire halitim
-- Chahire Halitim {EPITECH.} - Project Manager ALFA HelpDesk http://www.alfahelpdesk.eu [EMAIL PROTECTED] ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev