Re: [hibernate-dev] Preparing the 5.3.1 release

2018-05-23 Thread Steve Ebersole
Currently Bintray is not automatically publishing to Central. I'm not sure why yet. But it's easy to manually sync after. I can walk you through that if you need. Other than that, it usually goes pretty smoothly On Wed, May 23, 2018, 5:37 PM Chris Cranford wrote: > I already mentioned to San

Re: [hibernate-dev] Preparing the 5.3.1 release

2018-05-23 Thread Chris Cranford
I already mentioned to Sanne I'd handle it.  I might run into some publishing issues and might need to recruit some help as needed since it'll be my first attempt, but we'll see. Chris On 05/23/2018 06:25 PM, Sanne Grinovero wrote: > we'll draft a "volunteer" :) > > Thanks! > > On 23 May 2018 at

Re: [hibernate-dev] Preparing the 5.3.1 release

2018-05-23 Thread Sanne Grinovero
we'll draft a "volunteer" :) Thanks! On 23 May 2018 at 23:20, Steve Ebersole wrote: > If someone can do the release, +1 from me > > On Wed, May 23, 2018 at 5:11 PM Sanne Grinovero wrote: >> >> Hi Steve, >> >> are we free to release a 5.3.1 this weekend? >> >> As I mentioned in the parallel thre

Re: [hibernate-dev] Preparing the 5.3.1 release

2018-05-23 Thread Steve Ebersole
If someone can do the release, +1 from me On Wed, May 23, 2018 at 5:11 PM Sanne Grinovero wrote: > Hi Steve, > > are we free to release a 5.3.1 this weekend? > > As I mentioned in the parallel thread "WildFly 14 requirements for > Hibernate libraries", we can still get some fixes for WildFly 13

[hibernate-dev] Preparing the 5.3.1 release

2018-05-23 Thread Sanne Grinovero
Hi Steve, are we free to release a 5.3.1 this weekend? As I mentioned in the parallel thread "WildFly 14 requirements for Hibernate libraries", we can still get some fixes for WildFly 13 but the deadline is this weekend. I think you and Andrea can keep the focus on the ORM6 meeting; everyone els

[hibernate-dev] 6.0 Design Doc

2018-05-23 Thread Steve Ebersole
Andrea and I have spent some time getting the SQL execution design doc up-to-date. Would be nice to get any feedback. Thanks :) https://github.com/sebersole/hibernate-core/blob/wip/6.0-merge/sql-engine-design.adoc ___ hibernate-dev mailing list hiberna

[hibernate-dev] Multiple ResultSets from JDBC execution

2018-05-23 Thread Steve Ebersole
Execution of procedure calls, function calls and anonymous blocks can all lead to JDBC returning us multiple ResultSets. To account for this (for the first 2 anyway) JPA allows defining multiple ResultSetMapping references for the StoredProcesdureQuery. Alternatively, it allows specifying multipl

Re: [hibernate-dev] Suggestions for alternative due to deprecation of Configuration access in ServiceContributor...

2018-05-23 Thread Steve Ebersole
By "read only" I assume you mean immutable (aka, Collections#immutableMap)? If so, sure, that is a decent solution... On Wed, May 23, 2018 at 7:55 AM Scott Marlow wrote: > For the WildFly use of ServiceContributor [1], which registers for each > SF/EMF, the 2lc RegionFactoryInitiator + JtaPlat

Re: [hibernate-dev] Is bytecode enhancement enabled by default in 5.3?

2018-05-23 Thread Steve Ebersole
I never understood this `DataSourceDefinitions` part. Why can't they just be discovered via jipijapa prior to doing anything with Hibernate/JPA? See inline... Steve Ebersole and I have talked about adding additional phases to the > PU bootstrap, but that was so long ago, I forget if it was about

[hibernate-dev] Suggestions for alternative due to deprecation of Configuration access in ServiceContributor...

2018-05-23 Thread Scott Marlow
For the WildFly use of ServiceContributor [1], which registers for each SF/EMF, the 2lc RegionFactoryInitiator + JtaPlatform, I am worried that we don't yet have a "per app deployment" way to disable the WF ServiceContributorImpl. I'm thinking that some applications (e.g. Spring) may not want t