Re: [hibernate-dev] JavaDoc generation issues for Hibernate ORM

2014-06-19 Thread andrea boriero
Hi, I have generated the javadoc locally and it looks fine. It seem int the http://docs.jboss.org/hibernate/orm/4.3/javadocs/org/hibernate/Session.html source all the < and > are escaped with < > . Could someone tell me how this javadoc was generated? Andrea On 18 June 2014 14:58, Emmanuel Berna

[hibernate-dev] Patch to ORM 4.2

2014-09-18 Thread andrea boriero
I have applied the patch for the jira https://hibernate.atlassian.net/browse/HHH-9369 to the following branches: - master - 4.3 do I have to apply it also to 4.2? Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://list

Re: [hibernate-dev] Exception handling in hibernate

2014-11-14 Thread andrea boriero
I think it can be done as part of the new redesign. On 13 November 2014 19:44, Steve Ebersole wrote: > Andreas is working on some redesign of batching which should allow us to > report such detailed information iirc. Andreas, what are your thoughts on > doing this in the new batching code? > >

Re: [hibernate-dev] ORM Team "triage" meeting

2015-03-22 Thread andrea boriero
for me at the moment it would be 6pm and it should be good. On 21 March 2015 at 21:08, Steve Ebersole wrote: > Gail and I discussed Jira a little bit last week and how to best manage > scheduling issues. > > We both agreed that a team get together, either weekly or every-other-week, > to discuss

Re: [hibernate-dev] Today's release

2015-04-29 Thread andrea boriero
I agree with the Beta2 in order to give time to try out the Transaction Changes :) +1 On 29 April 2015 at 16:20, Steve Ebersole wrote: > I had originally planned on today's release being the first CR for 5.0. I > am re-thinking that now. Here is why... > > 1) If we were to ever start offering

Re: [hibernate-dev] Keeping context in the scope of a transaction

2015-04-30 Thread andrea boriero
Hi Gunnar, at the moment I cannot figure out any problem or anything you are missing, the solution seems good :) On 30 April 2015 at 09:08, Gunnar Morling wrote: > Steve, Andrea, > > For OGM we need to store certain data in the scope of a transaction; > specifically this is the list of app

Re: [hibernate-dev] Keeping context in the scope of a transaction

2015-04-30 Thread andrea boriero
l (the *Inflow contract, Andrea I > thought we had decided to rename that interface as well?)? > > On Thu, Apr 30, 2015 at 4:02 AM, andrea boriero > wrote: > >> Hi Gunnar, >> >> at the moment I cannot figure out any problem or anything you are >> missing, >&g

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread andrea boriero
I have spotted the problem and I'm fixing the infinispan tests. On 9 May 2015 at 19:23, Steve Ebersole wrote: > I pretty routinely run into problems running the testsuite in infinispan. > Generally the failures are transient. Just try running it again. If it > fails the same again then we have

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread andrea boriero
eat but make sure you work with Galder, he's currently > looking at related things I think. Or at least he should review your > changes. > > Sanne > > On 11 May 2015 at 14:37, andrea boriero wrote: > > I have spotted the problem and I'm fixing the infinispan tests

Re: [hibernate-dev] Sharing IDE code styles

2015-05-19 Thread andrea boriero
I'm using your version On 19 May 2015 at 04:01, Steve Ebersole wrote: > The recent discussion on Checkstyle got me thinking about best ways to > share/distribute code styles for IDE setup. Storing them in the project > itself is not very workable for IntelliJ at least. I started thinking > abo

Re: [hibernate-dev] 4.3

2015-05-21 Thread andrea boriero
are you using java 8? On 21 May 2015 at 18:27, Steve Ebersole wrote: > I am having trouble building 4.3 even from a clean checkout: > > :hibernate-core:runSourceGenerators > :hibernate-core:runAnnotationProcessors FAILED > > FAILURE: Build failed with an exception. > > * Where: > Script > > '/

Re: [hibernate-dev] Changelog file in Hibernate ORM

2015-05-29 Thread andrea boriero
I would mantain all 5.x in the same changelog file and may be the previous one. On 29 May 2015 at 12:32, Sanne Grinovero wrote: > I wouldn't stay awake at night because of that :) maybe only if the > file gets huge? > It's useful for people migrating, but since I doubt someone would > migrate fr

Re: [hibernate-dev] Second candidate release for Hibernate ORM 5.0

2015-07-09 Thread andrea boriero
I have just modified the post, need only to push. Emmanuel can you just take care of mails, g+ etc? On 9 July 2015 at 17:16, Emmanuel Bernard wrote: > I’ll do this. > > > > On 09 Jul 2015, at 15:35, Steve Ebersole wrote: > > > > Too late now. I am off for some hiking / camping with my fiancé.

Re: [hibernate-dev] ORM Team "triage" meeting

2015-07-14 Thread andrea boriero
; >> > > > >> > Sanne > > >> > > > >> > On 23 March 2015 at 19:10, Gail Badner wrote: > > >> > > 11am Seattle time would be ideal. Thanks! > > >> > > Gail > > >> > > > > >> >

Re: [hibernate-dev] ORM Team "triage" meeting

2015-07-20 Thread andrea boriero
PM Steve Ebersole > wrote: > > > Ok, then lets plan on next Tuesday on HiptChat... > > > > > > > http://www.timeanddate.com/worldclock/fixedtime.html?msg=Hibernate+ORM+Triage+Meeting&iso=20150721T13&p1=24 > > > > > > On Tue, Jul 14, 2015 a

Re: [hibernate-dev] Hibernate ORM SQL generation

2015-08-18 Thread andrea boriero
yes Steve I'm more familiar with Antlr4 ( but not 3) and I gave a look at your poc. Apart some problems to fully understand the semantic model (due to my lack of a complete knowledge of the domain problem), I agree with you about the simplicity and elegance of the grammar for HQL recognition and

Re: [hibernate-dev] Compile error in hibernate-infinispan

2015-08-19 Thread andrea boriero
I noticed the problem only when i run the build with AVA6_HOME set On 19 August 2015 at 13:27, Sanne Grinovero wrote: > Hi Gail, > I tried to build it as well but I couldn't reproduce the problem; how > are you building it to trigger the error? Could you confirm which > commit id you were build

Re: [hibernate-dev] Hibernate ORM SQL generation

2015-08-21 Thread andrea boriero
here) over using generated tree walkers. > > > > On Wed, Aug 19, 2015 at 12:27 PM Steve Ebersole > wrote: > >> I agree. Its my biggest hang up with regard to using Antlr 4. Actually, >> its my only hang up with Antlr 4, but its a huge one. >> >> On Tue, A

Re: [hibernate-dev] Hibernate ORM SQL generation

2015-08-24 Thread andrea boriero
gt; acronym SQM (Semantic Query Model) here. The top package being >>> org.hibernate.sqm. >>> >>> These changes already illustrated some tighter couplings then I had >>> intended, so it was a good exercise. I'll push once I get those couplings >>> clea

Re: [hibernate-dev] Query Parser Redesign

2015-08-25 Thread andrea boriero
Hi Stevej I'm playing with you idea to remove the parent/child from the FromClause and introduce such a structure in the FromClauseProcessor. just a question, in the current implementation a fromClause can have more than one child fromClause , but I cannot figure out when this happen :( Thanks a

Re: [hibernate-dev] Query Parser Redesign

2015-08-25 Thread andrea boriero
ntained because I used them for tests. > > On Tue, Aug 25, 2015 at 6:53 AM andrea boriero > wrote: > >> Hi Stevej >> >> I'm playing with you idea to remove the parent/child from the FromClause >> and introduce such a structure in the FromClauseProcessor

Re: [hibernate-dev] Query Parser Redesign

2015-08-25 Thread andrea boriero
> > On Tue, Aug 25, 2015 at 8:45 AM andrea boriero > wrote: > >> I see, >> >> Thanks >> >> On 25 August 2015 at 13:17, Steve Ebersole wrote: >> >>> from A a where a.b in (from B b ..) and a.c in (from C c ...) ... >>> >>> B

Re: [hibernate-dev] SQM-11 : Consider a new matches operator - thoughts?

2015-08-27 Thread andrea boriero
i like the idea of "matches" operator for dealing with "is null". +1 On 26 August 2015 at 19:32, Steve Ebersole wrote: > https://hibernate.atlassian.net/browse/SQM-11 > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jb

Re: [hibernate-dev] Hibernate ORM 4.2 and 4.3 branches

2015-08-28 Thread andrea boriero
+1 On 27 August 2015 at 23:24, Steve Ebersole wrote: > +1 > > On Thu, Aug 27, 2015 at 5:12 PM Gail Badner wrote: > > > Just a gentle reminder that, in keeping with our project's guidelines[1], > > the 4.2 and 4.3 branches will no longer be actively maintained now that > 5.0 > > has gone Final.

Re: [hibernate-dev] SQM-11 : Consider a new matches operator - thoughts?

2015-08-28 Thread andrea boriero
+1 for ~ On 28 August 2015 at 15:02, Steve Ebersole wrote: > What do y'all think of using a symbol like ~ for this? The idea would be > similar to the "wavy equals" from logic used to denote "approximately > equals". > > > On Thu, Aug 27, 2015 at 7

Re: [hibernate-dev] Invalid ORM 5.0.1 Release ZIP on SourceForge

2015-09-04 Thread andrea boriero
Thanks Gunnar On 4 September 2015 at 08:57, Gunnar Morling wrote: > Hi, > > As reported in the forum [1], the ORM 5.0.1 ZIP provided on > SourceForge was corrupted for some reason, it could not be opened. > > I've replaced it with the version from BinTray which is valid (it also > is a some megs

Re: [hibernate-dev] PK columns and nullability

2015-09-15 Thread andrea boriero
since Hibernate makes this assumption I think it's fine to enforce that. On 15 September 2015 at 17:36, Steve Ebersole wrote: > We have a Pull Request[1] to add a feature to allows Dialects to enforce > that all columns making up a primary key are defined as non-nullable. > Specifically, apparen

[hibernate-dev] envers + classic QueryTranslator failing test

2015-09-17 Thread andrea boriero
I'm working on https://hibernate.atlassian.net/browse/HHH-9996 and I stumbled across the following test: org.hibernate.envers.test.integration.basic.ClassicQueryTranslatorFactoryTest I run the test not only with Derby but also with PostgreSQL and the test fails for both. The query: select e__ fr

Re: [hibernate-dev] envers + classic QueryTranslator failing test

2015-09-17 Thread andrea boriero
ls. But I do not see a place where the user > is executing any HQL. So that tells me this is potentially a problem > specifically in how envers builds a query internally somewhere. And that, > if true, is something we should address. > > So which test method specifically fails?

Re: [hibernate-dev] HHH-9807 - @Id as @Formula

2015-10-07 Thread andrea boriero
I don't figure out the use cases for @Formula on @Id as well On 7 October 2015 at 10:21, Davide D'Alto wrote: > What's the use case? A user that doesn't want to store the @Id but want it > to be available when loading the entity? > > Davide > > On Wed, Oct 7, 2015 at 2:37 AM, Steve Ebersole > w

Re: [hibernate-dev] HHH-9807 - @Id as @Formula

2015-10-07 Thread andrea boriero
t; indication tat this is not supported aside from some deeply nested NPE . > > On Wed, Oct 7, 2015 at 5:51 AM andrea boriero wrote: > >> I don't figure out the use cases for @Formula on @Id as well >> >> On 7 October 2015 at 10:21, Davide D'Alto wrote: >>

Re: [hibernate-dev] SQM - alias registry

2015-10-07 Thread andrea boriero
In my opinion if we want to allow aliases overriding the scope should follows the Java rules, it's easier to understand for a Java developer and the second query should just be considered a bad written one. On 7 October 2015 at 15:27, Steve Ebersole wrote: > > > > > Here the aliases `c` do infr

[hibernate-dev] Triage meeting

2015-11-03 Thread andrea boriero
sorry but I cannot attend the today triage meeting ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Upcoming 5.0 releases

2015-11-03 Thread andrea boriero
I vote for November 18 On 3 Nov 2015 18:36, "Steve Ebersole" wrote: > Keeping up with the 4 week timebox for 5.0 bugfix releases unfortunately > puts them on bad days with the upcoming holidays. > > 5.0.4 would hit Nov 25th which is the day before Thanksgiving here in the > US > 5.0.5 would hit D

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] Jenkins

2015-11-14 Thread andrea boriero
Am I wrong or Jenkins is not building anymore hibernate-orm? ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Jenkins

2015-11-14 Thread andrea boriero
it clone each time. > > Thanks, > Sanne > > On 14 November 2015 at 14:40, andrea boriero wrote: > > Am I wrong or Jenkins is not building anymore hibernate-orm? > > ___ > > hibernate-dev mailing l

Re: [hibernate-dev] Jenkins

2015-11-15 Thread andrea boriero
it's seems orm-5.0-h2 suffers the same problem. On 15 November 2015 at 00:48, andrea boriero wrote: > Thanks Sanne > On 14 Nov 2015 20:28, "Sanne Grinovero" wrote: > >> Looks like you were right. >> >> The local clones of the git repository on the

Re: [hibernate-dev] Jenkins

2015-11-16 Thread andrea boriero
now, let me know if it doesn't work. > > Sanne > > On 15 November 2015 at 20:32, andrea boriero wrote: > > it's seems orm-5.0-h2 suffers the same problem. > > > > On 15 November 2015 at 00:48, andrea boriero > wrote: > >> > >> Thanks San

Re: [hibernate-dev] GitHub options to disable force pushing

2015-11-24 Thread andrea boriero
+1 On 24 November 2015 at 15:58, Sanne Grinovero wrote: > Hi all, > GitHub now provides an option to: > - prevent pushing with the "force" option to a specific branch > - prevent people to delete a specific branch > > Considering our workflow and also to prevent user mistakes, I think we > sho

[hibernate-dev] Starting 5.0.5 release

2015-12-02 Thread andrea boriero
Per $subject ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] SQM domain type model

2015-12-03 Thread andrea boriero
after reading your mail, I'm more inclined towards the solution you started implementing in SQM-28-2. https://github.com/sebersole/hibernate-semantic-query/blob/SQM-28-2/hibernate-sqm/src/main/java/org/hibernate/sqm/domain/DomainMetamodel.java Just a clarification, what do you mean when you say "t

Re: [hibernate-dev] The 5.0 user guide is fully migrated to AsciiDoc

2015-12-04 Thread andrea boriero
Thanks Vlad, Hope you have a great weekend too. Andrea On 4 December 2015 at 14:26, Vlad Mihalcea wrote: > Hi, > > I managed to migrate the whole User Guide to AsciiDoctor and you can check > it out on this branch: > > https://github.com/vladmihalcea/hibernate-orm/tree/feature/asciidocs > > Ne

Re: [hibernate-dev] Spam on the Hibernate forum

2015-12-05 Thread andrea boriero
cleaned up :) On 5 December 2015 at 15:27, Vlad Mihalcea wrote: > Hi, > > Can someone make me admin as well, as I can help with the cleaning as well. > Maybe we can integrate the Akismet spam filter on the forum. What do you > think? > > https://github.com/EXreaction/phpbb-akismet > > Vlad > > O

Re: [hibernate-dev] refresher needed on running Hibernate unit tests in Intellij?

2015-12-15 Thread andrea boriero
i think you are using java 7 instead of java 8.. On 15 December 2015 at 20:32, Scott Marlow wrote: > Hi, > > I created a new Java project for the folder containing Hibernate master > and imported the gradle build file (accepted defaults). When I tried > running a unit test, I get a compile erro

Re: [hibernate-dev] Hibernate biweekly newsletter

2015-12-27 Thread andrea boriero
Also for me +1 On 26 Dec 2015 19:29, "Sanne Grinovero" wrote: > On 26 December 2015 at 16:55, Steve Ebersole wrote: > > +1 from me on the concept. > > > > Of course the problem is always the resources needed keep that going. > But > > if you are offering... I huge +1 from me. > > Same here :) +1

Re: [hibernate-dev] HHH-10307 - JTA dependency

2016-01-06 Thread andrea boriero
Hi Vlad, you mean we should provide that dependency, don't you? On 6 January 2016 at 16:30, Vlad Mihalcea wrote: > Hi, > > Since the Hibernate core relies on the JTA dependency, I think we shouldn't > provide that dependency. > When someone doesn't want it he should explicitly mark that (e.g. M

Re: [hibernate-dev] Hibernate ORM and Java 8 usage

2016-01-12 Thread andrea boriero
I'm not against the use of Java 8 letting AnimalSniffer guarding for compatibility, but I understand this can cause some problems so I'm ok with removing Java 8 usage from tests. On 12 January 2016 at 10:07, Gunnar Morling wrote: > @Vlad, what Java 8 syntax specifically are you using in the user

Re: [hibernate-dev] staging Blog site

2016-01-13 Thread andrea boriero
the problem seems related with the file name /2016-01-12-jboss-community-asylum-hibernate-strikes-back-episode-v..erb instead of /2016-01-12-jboss-community-asylum-hibernate-strikes-back-episode-v.*html* .erb On 13 January 2016 at 20:22, Steve Ebersole wrote: > Ok, that fixed this last proble

Re: [hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread andrea boriero
do you mean to extend javax.persistence.Parameter with a sort of enablePassingNulls() method? On 25 January 2016 at 17:56, Steve Ebersole wrote: > HHH-9548[1] handles the question of what to do with null/unset parameter > values in regards to calls to stored-procedures via > JPA's StoredProcedur

Re: [hibernate-dev] HHH-9548 - StoredProcedureQuery and parameter-specific hints

2016-01-25 Thread andrea boriero
I like it On 25 January 2016 at 18:50, Steve Ebersole wrote: > Right > > On Mon, Jan 25, 2016 at 12:41 PM andrea boriero > wrote: > >> do you mean to extend javax.persistence.Parameter with a sort >> of enablePassingNulls() method? >> >> On 25 Janua

Re: [hibernate-dev] Fwd: Build failed in Jenkins: hibernate-orm-master-h2 #1316

2016-01-26 Thread andrea boriero
the failure is caused by the javadoc of AvailabeSettings#GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS I'm fixing it On 26 January 2016 at 15:55, Vlad Mihalcea wrote: > I could replicate it on my local machine too: > > javadoc: error - java.lang.ClassCastException: > com.sun.tools.javadoc.

Re: [hibernate-dev] Fwd: Build failed in Jenkins: hibernate-orm-master-h2 #1316

2016-01-26 Thread andrea boriero
Definition()} and {@link javax.persistence.JoinColumn#columnDefinition} really frustrated :( On 26 January 2016 at 16:14, Steve Ebersole wrote: > Yes, I just found that too. But what specifically? I found it by brute > force lol > > > On Tue, Jan 26, 2016 at 10:07 AM andrea bori

Re: [hibernate-dev] JDBC warnings performance matter

2016-01-28 Thread andrea boriero
I agree with providing a specific property to enable this behaviour. I noticed also that handleAndClearWarnings(Connection connection,WarningHandler handler) does the walking without checking for the log level. On 28 January 2016 at 07:59, Gunnar Morling wrote: > Is the call also expensive i

Re: [hibernate-dev] SchemaManagementTool changes for 5.1 (was Re: 5.1 tentative release date)

2016-02-02 Thread andrea boriero
i think it's better to drop On 2 February 2016 at 21:10, Steve Ebersole wrote: > Part of the work here is going to require significant changes > to org.hibernate.tool.hbm2ddl.SchemaExport, > org.hibernate.tool.hbm2ddl.SchemaUpdate > and org.hibernate.tool.hbm2ddl.SchemaValidator. Significant as

Re: [hibernate-dev] SchemaManagementTool changes for 5.1 (was Re: 5.1 tentative release date)

2016-02-03 Thread andrea boriero
+1 for `--action` option with "create", "drop", "create-and-drop", and "none" not sure if as default value is better "create" or "create-and-drop" On 3 February 2016 at 17:21, Steve Ebersole wrote: > For anyone familiar using SchemaExport from the command line... Am I > interpreting this correc

Re: [hibernate-dev] Unresolved issues for 5.0.8

2016-02-16 Thread andrea boriero
Hi Gail, for https://hibernate.atlassian.net/browse/HHH-10250 I have just removed it from the 5.0.8 release, we are waiting for a test case. On 16 February 2016 at 21:51, Gail Badner wrote: > Hi, > > I'd like to release 5.0.8.Final as soon as tomorrow. > > I see the following unresolved issue

Re: [hibernate-dev] Welcome Martin Braun to the Hibernate committers club!

2016-02-26 Thread andrea boriero
Hi Martin, welcome to the "committers club" and thanks a lot for you help. Andrea On 25 February 2016 at 18:46, Sanne Grinovero wrote: > Hi all, > Martin has been contributing to Hibernate Search since a year, and > developed some very interesting extensions this summer in the scope of > Googl

Re: [hibernate-dev] Sporadic hibernate-orm-master-h2 build failure

2016-03-01 Thread andrea boriero
checkStyle takes a lot of time On 1 March 2016 at 13:17, Vlad Mihalcea wrote: > 90 minutes is indeed too much, especially since the tests only take 25 > minutes: > > http://ci.hibernate.org/job/hibernate-orm-master-h2/1392/testReport/ > > Could that check style plugin cause this issue? > > Vlad

Re: [hibernate-dev] Sporadic hibernate-orm-master-h2 build failure

2016-03-01 Thread andrea boriero
- not more than an hour but I noticed checkstyle on my machine has a huge impact on the overall build time On 1 March 2016 at 13:56, Sanne Grinovero wrote: > On 1 March 2016 at 13:49, andrea boriero wrote: > > checkStyle takes a lot of time > > More than an hour?? >

Re: [hibernate-dev] Java 8 default methods as a refactoring tool

2016-03-30 Thread andrea boriero
+1 in my opinion at some point we will have to move to java8 and Hibernate 6.0 for me is a good candidate. On 30 March 2016 at 12:40, Vlad Mihalcea wrote: > +1 > > Same opinion. Hibernate 6.0 should use Java 8 too. Most projects already > use Java 1.8, and most important the new ones that are s

Re: [hibernate-dev] Master

2016-04-07 Thread andrea boriero
+1 On 7 Apr 2016 17:22, "Vlad Mihalcea" wrote: > +1 too. > > > > On Thu, Apr 7, 2016 at 7:03 PM, Chris Cranford wrote: > > > +1 for 5.2 > > > > On Thu, Apr 7, 2016 at 10:34 AM, Steve Ebersole > > wrote: > > > > > As a follow up to this... > > > > > > Sanne had a great suggestion on HipChat. Wh

Re: [hibernate-dev] Spring Data Hibernate 5 integration struggle

2016-04-11 Thread andrea boriero
I'm working on https://hibernate.atlassian.net/browse/HHH-10605; for the https://hibernate.atlassian.net/browse/HHH-10515 I have two different PR: https://github.com/hibernate/hibernate-orm/pull/1264 https://github.com/hibernate/hibernate-orm/pull/1263 Andrea On 11 April 2016 at 18:12, Vlad Mih

Re: [hibernate-dev] GitHub PR management

2016-04-12 Thread andrea boriero
+1 On 12 April 2016 at 14:56, Vlad Mihalcea wrote: > Hi, > > Both Andrea and I have been going through the current list of PR, and I > think it is a good idea to start labeling them. > Some issues are trivial and can be integrated as soon as we can commit on > the master. > > I think we should a

Re: [hibernate-dev] Master

2016-04-15 Thread andrea boriero
+1 SharedSessionContractImplementor <- (Session Implementor & StatelessSessionImplementor) On 15 April 2016 at 14:30, Steve Ebersole wrote: > So here is what I ended up doing, with one questionable decision which I'll > highlight below. > > First, the existing situation... We have Session and S

Re: [hibernate-dev] GSoC 2016: Congratulations, your proposal with JBoss Community has been accepted!

2016-04-24 Thread andrea boriero
Welcome Mincong!!! On 22 April 2016 at 22:20, Mincong Huang wrote: > Hi everybody, > > Thanks for accepting my application of GSoC !! Really excited to having > chance to work the hibernate team. I'm so happy to see this email. It's > just > like a dream, can't believe it is true !! Thanks for c

Re: [hibernate-dev] Various expectation changes in hibernate-core after consolidating hibernate-entitymanager

2016-04-25 Thread andrea boriero
Having a Strategy gives us more flexibility so +1. About the expectations I think what Vlad says is reasonable. On 25 April 2016 at 06:04, Vlad Mihalcea wrote: > Your second email summarizes my thoughts as well. If we can separate the > exception handling in two separate strategies that are de

Re: [hibernate-dev] Possible regression on master

2016-05-17 Thread andrea boriero
what about adding a catch(ObjectNotFoundException onfe){ pe = new OptimisticLockException( e.getMessage, e); } to the existing try/catch that encloses the entity = sharedSessionContract.load( sose.getEntityName(), identifier ) ? On 17 May 2016 at 13:32, Vlad Mihalcea wrote: > Hi, > > While fi

Re: [hibernate-dev] 5.1 branch backporting

2016-05-31 Thread andrea boriero
I think at the moment if an issue affects 5.1 we should apply the fix. But I may be wrong. On 31 May 2016 at 12:53, Vlad Mihalcea wrote: > Hi, > > I have backported some fixed to 5.1, and I'm not sure if that was the right > thing to do. > I know that for 5.0 we should ask Gail if to backport a

Re: [hibernate-dev] Stream result change proposal

2016-06-07 Thread andrea boriero
it sounds reasonable to me On 7 June 2016 at 10:57, Vlad Mihalcea wrote: > To get a picture of why we need this, consider the following example from > the docs: > > Stream persons = session.createQuery( >"select p " + >"from Person p " + >"where p.name like :name" ) > .setParameter(

Re: [hibernate-dev] RequiresDialects vs RequiresDialect

2016-06-08 Thread andrea boriero
the annotation was introduced with https://hibernate.atlassian.net/browse/HHH-6841 the reason seems to provide the ability add different reasons for each Dialect. On 8 June 2016 at 14:19, Vlad Mihalcea wrote: > Hi, > > While writing a cross-dialect test, I bumped into the following issue: > > h

[hibernate-dev] Starting 5.2.1 release

2016-06-30 Thread andrea boriero
per $subject ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] ORM 5.2.1.Final has been released

2016-06-30 Thread andrea boriero
Release is done, I'll announce tomorrow. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.0.9.Final has been released

2016-07-01 Thread andrea boriero
For details: http://in.relation.to/2016/06/30/hibernate-orm-521-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.2.1.Final has been released

2016-07-01 Thread andrea boriero
sorry for the previous wrong subject, Hibernate ORM 5.2.1.Final has been released For details: http://in.relation.to/2016/06/30/hibernate-orm-521-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailma

Re: [hibernate-dev] Hibernate ORM 5.0.9.Final has been released

2016-07-01 Thread andrea boriero
i have just realized and sent a new message with the correct subject. Thanks On 1 July 2016 at 10:16, Sanne Grinovero wrote: > Hi Andrea, > the email subject mentions 5.0.9, the blog talks about 5.2.1 .. did we > release both? > > Thanks, > Sanne > > On 1 July 2016

Re: [hibernate-dev] "matching" table/column names (and naming strategies)

2016-07-07 Thread andrea boriero
On 6 July 2016 at 21:01, Steve Ebersole wrote: > This is something that has been bothering me for a long time. HHH-6328[1] > is a specific example. Basically we are very inconsistent in how we > attempt to match up table and column names, especially when there are > naming strategies involved.

Re: [hibernate-dev] "matching" table/column names (and naming strategies)

2016-07-07 Thread andrea boriero
On 7 July 2016 at 15:43, Steve Ebersole wrote: > On Thu, Jul 7, 2016 at 3:58 AM andrea boriero > wrote: > >> On 6 July 2016 at 21:01, Steve Ebersole wrote: >> >>> >>> One option is that they need to match exactly (maybe with some simple >>> han

Re: [hibernate-dev] multiLoad support

2016-07-25 Thread andrea boriero
On 25 Jul 2016 19:29, "Steve Ebersole" wrote: > > I wanted to start a consolidated discussion about multi-load support. This > relates to a few Jiras, questioning a few different aspects of its current > behavior: > > https://hibernate.atlassian.net/browse/HHH-10984 > https://hibernate.atlassian.n

[hibernate-dev] Starting ORM 5.2.2 release

2016-08-04 Thread andrea boriero
per $subject ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.2.2.Final has been released

2016-08-04 Thread andrea boriero
For details: http://in.relation.to/2016/08/04/hibernate-orm-522-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] 5.3?

2016-08-18 Thread andrea boriero
I would prefer to postpone JavaMoney/Moneta integration to 6.0. In case this is not possible I agree with including also the CDI work. On 17 Aug 2016 21:56, "Steve Ebersole" wrote: > For whatever reason discussion about JavaMoney/Moneta support has heated up > again the past few days. Is this i

Re: [hibernate-dev] Centralized access to "bootstrap only" resources

2016-08-31 Thread andrea boriero
I'm fine with combining native and JPA events handling, about the second point, ideally I would change the signature but due to the problems you listed I vote for the in-line solution. On 30 August 2016 at 19:20, Steve Ebersole wrote: > Any thoughts on the JpaIntegrator parts of the discussion?

Re: [hibernate-dev] Hibernate ORM repository using modules?

2016-09-02 Thread andrea boriero
yes I also believe it was a mistake On 2 September 2016 at 12:34, Sanne Grinovero wrote: > Sebastian Laskawiec pointed out that there is indeed a submodule, > introduced by this commit: > > https://github.com/hibernate/hibernate-orm/commit/ > e75b017a4664d158e1197d19dca204273c4a2d66#diff- > b827

Re: [hibernate-dev] Continue "parameter list" support?

2016-09-09 Thread andrea boriero
I am also not able to figure out another use case than the IN predicate so I am for always considering IN predicates as multi-valued. On 9 September 2016 at 14:20, Steve Ebersole wrote: > To be clear, this is the feature that lets you define a query like: > > select ... from Person p where p.nam

Re: [hibernate-dev] NativeQuery and parameters

2016-09-21 Thread andrea boriero
+1 On 21 Sep 2016 02:00, "Steve Ebersole" wrote: > In the interest of questioning everything, just to make sure we are all on > the same page, Hibernate's support for native SQL queries currently > recognizes named parameters, positional parameters as well as JDBC-style > parameters. > > JPA onl

Re: [hibernate-dev] Pull request for HHH-11089

2016-09-21 Thread andrea boriero
Hi Petar, you can use Identifier#toIdentifier(String text) this method detects if the text is quoted and it calls the Identifier#toIdentifier( String text , boolean quoted ) with the correct quoted value. On 21 September 2016 at 16:54, Petar Tahchiev wrote: > Hey guys, > > I just created a

Re: [hibernate-dev] JPA Jira project

2016-09-22 Thread andrea boriero
+1 On 22 September 2016 at 14:18, Steve Ebersole wrote: > I propose that we limit who has the ability to create issues in the > Hibernate Jira JPA project. > > Users routinely create issues there incorrectly, rather than the ORM (HHH) > project. > ___

[hibernate-dev] Starting 5.2.3 release

2016-09-30 Thread andrea boriero
Please do not push anything to master branch. Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Starting 5.2.3 release

2016-09-30 Thread andrea boriero
Due to troubles with my Nexus account the release is not yet completed anyway It's now possible to push to master. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Dialect#remapSqlTypeDescriptor

2016-09-30 Thread andrea boriero
reading the jira comments I think yes we should. On 30 September 2016 at 15:11, Steve Ebersole wrote: > TLDR: Should we adjust to allow Dialect to know the "context" of where the > remapping is requested? > > Ah Oracle... > > So this comes from the fact that Oracle does not support a BOOLEAN > d

Re: [hibernate-dev] mixing named and positional parameters

2016-09-30 Thread andrea boriero
+1 for always disallowing On 30 September 2016 at 17:02, Steve Ebersole wrote: > The JPA spec specifically says: > > > Either positional or named parameters may be used. Positional and named > parameters must not be mixed in a single query. > > > I was thinking about how it does not make sense

[hibernate-dev] Hibernate ORM 5.2.3.Final has been released

2016-10-03 Thread andrea boriero
For details: http://in.relation.to/2016/10/03/hibernate-orm-523-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] SQM - encoding type info into the tree

2016-10-06 Thread andrea boriero
I'm inclined towards the second option but not sure if it can have limitations compared to the first one. On 5 October 2016 at 22:59, Steve Ebersole wrote: > In SQM's domain metamodel we decided to follow JPA's guidelines in terms > of javax.persistence.metamodel.Metamodel. That is to say... a

Re: [hibernate-dev] dynamic instantiation queries

2016-10-24 Thread andrea boriero
I think attempting to dynamically infer what to do using the existing ctr would be great On 24 October 2016 at 21:49, Steve Ebersole wrote: > I'm not sure what you are getting at. This is a feature Hibernate has had > for close to 15 years. It's not a "new feature", I'm just proposing a new > b

[hibernate-dev] Starting 5.2.4 release

2016-10-26 Thread andrea boriero
Please do not push anything to master branch. Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.2.4.Final has been released

2016-10-26 Thread andrea boriero
For details: http://in.relation.to/2016/10/26/hibernate-orm-524-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Starting 5.2.5 release

2016-11-24 Thread andrea boriero
Please do not push anything to master branch. Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 5.2.5.Final has been released

2016-11-24 Thread andrea boriero
For details: http://in.relation.to/2016/11/24/hibernate-orm-525-final-release ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Starting 5.2.6 release

2016-12-20 Thread andrea boriero
Please do not push anything to master branch. Thanks, Andrea ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

  1   2   3   >