Re: [hibernate-dev] Hibernate ORM 5.2 backports

2018-01-24 Thread Brett Meyer
For what it's worth, +1 on this.  At least back in the day, we'd continue to backport bugfixes to the previous minor release, until a new final minor release was deployed.  That was the responsibility of whoever was committing to master.  Since the baselines were typically "close enough", commi

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-18 Thread Brett Meyer
One of them there build tool profile or switch thingies.  Sorry, been in Maven land for too long these days... On 1/18/18 5:21 PM, Steve Ebersole wrote: > > I'm ok with it.  But we use Gradle, so it'll be hard to use a Maven > profile ;) > > > On Thu, Jan 1

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-18 Thread Brett Meyer
at 17:32, Brett Meyer wrote: >>> If I don't have time to contribute to Pax Exam, I certainly don't have >>> time to start a new project haha... >>> >>> And realistically, that "something new" would likely involve containers >>> anyway. &g

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-12 Thread Brett Meyer
I'm still > missing a piece of the story :) > > Cheers, > > --Gunnar > > > 2018-01-12 19:16 GMT+01:00 Brett Meyer <mailto:br...@hibernate.org>>: > > > I guess the way I'm looking at this is Docker will be primarily >

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-12 Thread Brett Meyer
2018 at 17:54, Sanne Grinovero <mailto:sa...@hibernate.org>> wrote: > > On 12 January 2018 at 17:32, Brett Meyer <mailto:br...@hibernate.org>> wrote: > > If I don't have time to contribute to Pax Exam, I certainly > don't have > > time

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-12 Thread Brett Meyer
rs will follow. > > On 12 January 2018 at 13:59, Brett Meyer wrote: >> Plus, for me, it's more a question of time. I only have a bit available >> for open source work these days, and I'd rather spend that knocking out >> some of the hibernate-osgi tasks we&#x

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-12 Thread Brett Meyer
ed more confidence in the backbone. On 1/12/18 8:56 AM, Brett Meyer wrote: > > Sorry Gunnar/Sanne, should have clarified this first: > > We actually used Arquillian before Pax Exam, and the experience was > far worse (somewhat of a long story)... > > > Pax Exam was just "

Re: [hibernate-dev] replace Pax Exam with Docker

2018-01-12 Thread Brett Meyer
'd like to add this as a prerequisite >> for the HV build to be executed. And tests in separate profiles tend to be >> "forgotten" in my experience. >> >> One other approach could be to use Arquillian's OSGi support (see >> https://github.com/arquillian/arq

Re: [hibernate-dev] HHH-12172 - Bintray v. OSSRH

2018-01-11 Thread Brett Meyer
Sorry for the late and probably irrelevant response... We're using an in-house Artifactory instance at a gig and it's been trash.  I can't speak to the UI or management end, nor Bintray, but Artifactory's platform doesn't seem as polished (can't believe I just said that) or stable (can't believ

[hibernate-dev] replace Pax Exam with Docker

2018-01-11 Thread Brett Meyer
I'm fed up with Pax Exam and would love to replace it as the hibernate-osgi integration test harness.  Most of the Karaf committers I've been working with hate it more than I do.  Every single time we upgrade the Karaf version, something less-than-minor in hibernate-osgi, upgrade/change depen

Re: [hibernate-dev] Using Hibernate ORM as automatic JPMS modules

2017-12-29 Thread Brett Meyer
5.3 > Bnd-LastModified: 1513615321000 > > Import-Package: ... > Export-Package: ... > > > Which looks great to me... > > On Wed, Dec 27, 2017 at 3:39 PM Steve Ebersole <mailto:st...@hibernate.org>> wrote: > > I had intended this for 5.3 which hasn't eve

Re: [hibernate-dev] Using Hibernate ORM as automatic JPMS modules

2017-12-29 Thread Brett Meyer
at to me... > > On Wed, Dec 27, 2017 at 3:39 PM Steve Ebersole > mailto:st...@hibernate.org>> wrote: > > I had intended this for 5.3 which hasn't even gone Beta > yet (we wont have an Alpha). > > On Wed, Dec 27,

Re: [hibernate-dev] Using Hibernate ORM as automatic JPMS modules

2017-12-27 Thread Brett Meyer
+1 from me on making them consistent.  In practice, Bundle-SymbolicName isn't used for much, other than a guaranteed unique identifier.  One of the Karaf guys pointed out that Bundle-SymbolicName is used to link a fragment bundle to its host bundle, but we've been able to avoid fragments like t

Re: [hibernate-dev] MariaDB-specific Dialects

2017-02-06 Thread Brett Meyer
Ditto -- a cleanup would be fantastic. On 02/06/2017 10:20 AM, andrea boriero wrote: > +1 for MariaDB dialect. > > +1 also for the deprecated repos > > > On 6 February 2017 at 15:05, Vlad Mihalcea wrote: > >> I'll create a new Jira issue for the MariaDB Dialects. >> >> For the deprecated Dialects

Re: [hibernate-dev] NativeQuery and parameters

2016-09-20 Thread Brett Meyer
+1 across the board. On 09/20/2016 08:59 PM, 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 > parame

Re: [hibernate-dev] "Awaiting Testcase" transition

2016-07-17 Thread Brett Meyer
+1! On 07/17/2016 10:54 AM, Steve Ebersole wrote: > I see folks using a generic "template" for the comment added to an issue > when they transition it to the "Awaiting Testcase" status. If we all > agree, we could make that a post-function of the transition - meaning that > comment would be added

Re: [hibernate-dev] Dropping "Serializable" requirement for IDs ?

2016-07-05 Thread Brett Meyer
+1 from me as well -- thanks for bringing that up, Sanne. On 07/05/2016 01:28 PM, Steve Ebersole wrote: > I'm ok with this. That is no longer a real requirement. > > Any disagree? > > On Tue, Jul 5, 2016, 11:58 AM Sanne Grinovero wrote: > >> Hi all, >> today creating a unit test I was greeted by

Re: [hibernate-dev] Regarding new Dialects

2016-04-18 Thread Brett Meyer
Hey Vlad, our approach had been to accept new Dialects only if: 1. Someone or some entity is willing to develop it 2. Someone or some entity is willing to maintain it *long term* 3. The community demands it (either through the ML, JIRA votes, noise on the forums or externally, etc.) Too of

Re: [hibernate-dev] Github offering new options about how the big "green button" to merge Pull Requests

2016-04-08 Thread Brett Meyer
+1 from me as well. As is, we don’t use the existing merge button, so we might as well change it to something we*may* use in a handful of situations. And those situations tend to be squashed anyway... On 04/08/2016 07:46 AM, Davide D'Alto wrote: > +1 > > It seems sensible to me to use it for

Re: [hibernate-dev] Inactive users Hibernate forum

2015-12-28 Thread Brett Meyer
the switch? Brett Meyer 3River Development, LLC br...@3riverdev.com 260.349.5732 On 12/28/2015 03:38 AM, Vlad Mihalcea wrote: > Hi, > > I switched to manual activation of users to see if that breaks the spamming > bots. > > Since we have around 400 inactive users on the forum, I wa

Re: [hibernate-dev] Forum changes proposal

2015-12-08 Thread Brett Meyer
On 12/08/2015 02:46 AM, Vlad Mihalcea wrote: > Hi, > > I was discussing with Steve on the HipChat page yesterday that we should > probably enable these forum options: > Enable queued posts: > Ability to put registered users posts to post approval if their post count > is lower than the specified va

[hibernate-dev] Fwd: Re: Apache Trafodion Dialect

2015-11-29 Thread Brett Meyer
case of it too. > > And in this specific case, I'd also wonder if the same use case > wouldn't be fulfilled better by an Hibernate OGM dialect. > > On 26 October 2015 at 18:13, Brett Meyer wrote: > > All, we've been approached by the team responsible for the Apach

[hibernate-dev] Apache Trafodion Dialect

2015-10-26 Thread Brett Meyer
All, we've been approached by the team responsible for the Apache Trafodion project, an "SQL-on-Hadoop" solution. They've developed a Dialect, are willing to contribute it, and are willing to maintain it long term. The latter has been a requirement for a while -- we have too many Dialects tha

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

2015-08-28 Thread Brett Meyer
+1 to ~. Sanne has a good point, but I think I'd rather see a function name there (CONTAINS, etc.). On 08/28/2015 10:09 AM, Sanne Grinovero wrote: > 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 "

Re: [hibernate-dev] Hibernate ORM SQL generation

2015-08-24 Thread Brett Meyer
In practice, when are unmapped inheritance queries typically used? I tend to see them only for bulk deletions, IIRC. But in general, I'd assume they're a product of "doing something incorrectly", especially if the query includes more than one. On 08/24/2015 08:40 AM, andrea boriero wrote: >

Re: [hibernate-dev] ORM 5.0 Final - delayed

2015-08-20 Thread Brett Meyer
Steve, what's the current plan w/ respect to new development and bugfixes? "5.0" == stable/5.0.x? Does master == 6.0? Any thoughts on continuing to cherry-pick bugfixes to 4.3, when applicable? Maybe that's more of a Gail question... On 08/20/2015 05:33 PM, Steve Ebersole wrote: > Oh, and I c

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Brett Meyer
ry location. To me that is SourceForge or BinTray. Fair point -- sounds reasonable. I'd personally prefer BinTray, but doesn't matter that much. - Original Message ----- > From: "Steve Ebersole" > To: "Brett Meyer" , "Hibernate Dev" > > Sent:

Re: [hibernate-dev] Hosting of binaries

2015-08-13 Thread Brett Meyer
Sorry, late to this... My vote would be to get rid of SourceForge entirely. I can't stand their ethics, services, or downtime... We use download.jboss.org for Artificer and haven't had any issues. Fully supports SCP or SFTP -- I already have it scripted and would be more than happy to help p

Re: [hibernate-dev] 4.2.20.Final and SourceForge problems; delaying 4.3.11.Final until next week

2015-08-13 Thread Brett Meyer
Could we still consider an alternative to SourceForge for the binary distribution? With all the crap they've been pulling, lately, in addition to the outages, I'd love to avoid it entirely... - Original Message - > From: "Hardy Ferentschik" > To: "Gail Badner" > Cc: "hibernate-dev" >

[hibernate-dev] test case templates

2015-06-26 Thread Brett Meyer
Just wanted to point out a new repo in our GitHub org: https://github.com/hibernate/hibernate-test-case-templates Many users have asked to have templates to use when creating reproducer/regression tests for bug reports. As a starting point, I included both a standalone example, as well as one

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-02 Thread Brett Meyer
ion, right? - Original Message - > From: "Sanne Grinovero" > To: "Brett Meyer" > Cc: "Hibernate.org" > Sent: Tuesday, June 2, 2015 4:52:31 AM > Subject: Re: HSearch + Tika bridge using Wildfly modules > > On 2 June 2015 at 09:48, Sanne Grinov

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-01 Thread Brett Meyer
> It would surprise me. We delegate to the ORM classloader, and it's > well tested to load dependencies from the user module. My experience > with the jboss-deployment-structure XML file is more limited, I'd > rather suspect the dependency definition is not done correctly? > For example, I remember

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-01 Thread Brett Meyer
ading issue? This is even more worrisome for EAP 6.4, where there is no Tika module. I'll need to include the jars in our war, and have Search pick those up. - Original Message - > From: "Sanne Grinovero" > To: "Brett Meyer" > Cc: "Hibernate.or

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-05-29 Thread Brett Meyer
th our installer, but that's obviously less than desirable. Any idea what we might be missing that would allow us to get that to work from the app itself? Thanks for the help! - Original Message - > From: "Sanne Grinovero" > To: "Brett Meyer" > Cc: &quo

Re: [hibernate-dev] hibernate-osgi JPA bootstrap & classloader

2015-05-28 Thread Brett Meyer
> > > Is that the best way to know when TransactionManagers and DataSources > > come > > > and go too? Or is there a more specific concept for listening to an > > "OSGi > > > service"? > > > > At least for TransactionManagers, yes, the BundleListener is probably the > > best approach. I'm not awa

Re: [hibernate-dev] hibernate-osgi JPA bootstrap & classloader

2015-05-27 Thread Brett Meyer
> In regards to OsgiClassLoader and dynamically managing the "classpath", any > thoughts on how to handle out single call to OsgiClassLoader#addClassLoader > (from OsgiPersistenceProvider passing > the javax.persistence.spi.PersistenceUnitInfo#getClassLoader we get from > the e-OSGi container)? >

Re: [hibernate-dev] hibernate-osgi JPA bootstrap & classloader

2015-05-27 Thread Brett Meyer
> Is that the best way to know when TransactionManagers and DataSources come > and go too? Or is there a more specific concept for listening to an "OSGi > service"? At least for TransactionManagers, yes, the BundleListener is probably the best approach. I'm not aware of a more specific way beyo

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

2015-05-27 Thread Brett Meyer
+1 from me. Although, on the other hand, do we really need to keep maintaining that to begin with? I guess I never thought simply having users go to the JIRA release notes was a big deal. Just my $.02. - Original Message - > From: "Steve Ebersole" > To: &qu

Re: [hibernate-dev] hibernate-osgi JPA bootstrap & classloader

2015-05-26 Thread Brett Meyer
nagers and DataSources. +1 > > > On Tue, May 26, 2015 at 10:44 AM, Brett Meyer wrote: > > > IIRC: > > > > OsgiPersistenceProvider and OsgiSessionFactoryService both need *some* way > > to build the OsgiClassLoader and pass it

Re: [hibernate-dev] hibernate-osgi JPA bootstrap & classloader

2015-05-26 Thread Brett Meyer
IIRC: OsgiPersistenceProvider and OsgiSessionFactoryService both need *some* way to build the OsgiClassLoader and pass it into Hibernate bootstrapping. For the SF, that's easy: just hand OSGiClassLoaderServiceImpl to BootstrapServiceRegistryBuilder. For EMF, it looks like I mistakenly overrod

Re: [hibernate-dev] disabling envers during runtime

2015-05-07 Thread Brett Meyer
...heh, it's already in the docs ;) http://docs.jboss.org/hibernate/orm/4.3/devguide/en-US/html/ch15.html#d5e4486 - Original Message - > From: "Brett Meyer" > To: "hibernate-dev" > Sent: Thursday, May 7, 2015 2:22:42 PM > Subject: [hibernate-dev] di

[hibernate-dev] disabling envers during runtime

2015-05-07 Thread Brett Meyer
In older ORM versions, Envers could be dynamically disabled during runtime by creating an AuditEventListener delegate and surrounding the super calls with custom logic. Info: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Development_Guide/Enable_or_D

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

2015-03-23 Thread Brett Meyer
Big +1 from me -- I'd be more than happy to be involved. - Original Message - > From: "andrea boriero" > To: "Steve Ebersole" > Cc: "hibernate-dev" > Sent: Sunday, March 22, 2015 3:45:01 PM > Subject: Re: [hibernate-dev] ORM Team "triage" meeting > > for me at the moment it would be 6p

[hibernate-dev] Hibernate ORM/Validator included in Apache Karaf by default

2014-07-07 Thread Brett Meyer
FYI, I just learned that the Apache Karaf team has included Hibernate ORM and Hibernate Validator as default system features, starting with Karaf 2.4.x, 2.3.4+, and 3.0.x. I'd call that a big vote of confidence for Hibernate OSGi. So, thanks to everyone who helped make that a reality! https:/

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

2014-06-26 Thread Brett Meyer
For what it's worth, the last time I ran a 4.2/4.3 release, I had to build the docs with JDK 6, otherwise I noticed similar quirks. - Original Message - From: "Emmanuel Bernard" To: "Hibernate Dev" Sent: Wednesday, June 18, 2014 9:58:15 AM Subject: [hibernate-dev] JavaDoc generation iss

Re: [hibernate-dev] GitHub repo for demo projects

2014-05-02 Thread Brett Meyer
>> into a >> >> part of JDF or become part of the official documentation. As you say, >> that'd >> >> require more polishing and documentation, but also updating to stay in >> sync >> >> with the latest versions of our projects. >> > &

Re: [hibernate-dev] GitHub repo for demo projects

2014-04-29 Thread Brett Meyer
r projects. > > > That said, if we agree on the idea, could you create a "hibernate-demos" > repository under the "hibernate" organization? I'm lacking the permission to > do so. I'll then add our demo and the root readme file so others can follow. > &

Re: [hibernate-dev] GitHub repo for demo projects

2014-04-28 Thread Brett Meyer
+1 from me. I have several to contribute as well from various ORM presentations. https://github.com/brmeyer/HibernateDemos - Original Message - From: "Gunnar Morling" To: hibernate-dev@lists.jboss.org Sent: Monday, April 28, 2014 10:49:19 AM Subject: [hibernate-dev] GitHub repo for dem

Re: [hibernate-dev] Meeting time

2014-04-22 Thread Brett Meyer
Relevant: "The Problem with Time & Timezones - Computerphile" https://www.youtube.com/watch?v=-5wpm-gesOY ;) - Original Message - From: "Sanne Grinovero" To: "Steve Ebersole" Cc: "hibernate-dev" Sent: Tuesday, April 22, 2014 10:42:29 AM Subject: Re: [hibernate-dev] Meeting time On 22

[hibernate-dev] Hibernate ORM 4.2.12.Final Released

2014-04-08 Thread Brett Meyer
Due to a regression and a few important fixes, we decided to release another 4.2.x. For more info, please see: http://in.relation.to/Bloggers/HibernateORM4212FinalReleased Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate

Re: [hibernate-dev] "Stale" Hibernate issues

2014-04-07 Thread Brett Meyer
for everyone to use as needed. Thanks for that. I'm definitely up for any more *constructive* ideas/feedback. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Martijn Dashorst" To: "Brett Meyer" Cc: "Hibernate" Sent: Monday, April

Re: [hibernate-dev] "Stale" Hibernate issues

2014-04-07 Thread Brett Meyer
ptable and definitely making a big attempt at helping out. That hasn't changed. However, several people have mentioned wishing for a template project to use in creating standalone reproducers -- that's a great idea. I'm planning on putting one together soon and will share it.

[hibernate-dev] Hibernate ORM 4.3.5.Final Released

2014-04-02 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM435FinalReleased Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] ORM 3 JIRA tickets

2014-04-01 Thread Brett Meyer
All, here's the write up. Comments appreciated! http://in.relation.to/Bloggers/HibernateORMJIRAPoliciesAndCleanUpTactics Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "Brett Meyer" Cc: "Hardy Ferentschik" , &

Re: [hibernate-dev] ORM 3 JIRA tickets

2014-03-31 Thread Brett Meyer
Good thoughts -- will do. If anyone has differing opinions, I'm all ears. I won't attempt this for a week or so... Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Hardy Ferentschik" To: "Steve Ebersole" Cc: "Brett Meyer" , &quo

Re: [hibernate-dev] ORM 3 JIRA tickets

2014-03-31 Thread Brett Meyer
trongly about, the hope is that they'll comment on it and bring it to our attention. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Hardy Ferentschik" To: "Brett Meyer" Cc: "Hibernate" Sent: Monday, March 31, 2014 3:40:55 PM Subject: Re

[hibernate-dev] ORM 3 JIRA tickets

2014-03-31 Thread Brett Meyer
; -90d That results in 716 tickets, providing a considerable dent. I thought it would be important to solicit other opinions. Any suggestions or alternate ideas? Anything missing from the query that might make it too aggressive? Brett Meyer Red Hat, Hibernate ORM __

Re: [hibernate-dev] Fix for the Eclipse formatter

2014-03-31 Thread Brett Meyer
+1 -- absolutely. It seems a few of us keep overwriting each other ;) Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "Brett Meyer" Cc: "Guillaume Smet" , "Hibernate" Sent: Monday, March 31, 2014 10:52:57 AM

Re: [hibernate-dev] Fix for the Eclipse formatter

2014-03-31 Thread Brett Meyer
Guillaume, I corrected java-formatting.xml on https://community.jboss.org/wiki/ContributingToHibernateUsingEclipse. Thanks for pointing that out. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Guillaume Smet" To: "Hibernate" Sent: Friday, March

[hibernate-dev] Hibernate ORM 4.2.11.Final released

2014-03-17 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM4211FinalReleased Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] @ManyToOne + @Basic

2014-03-17 Thread Brett Meyer
+1 -- I don't think that should be valid. Conceptually, it makes no sense. I'm wondering if that came from a contributor that was simply trying to make it LAZY, but didn't understand how to properly do that with annotations... Brett Meyer Red Hat, Hibernate ORM - O

Re: [hibernate-dev] Code templates empty on "Contributing to Hibernate using Eclipse" page

2014-03-10 Thread Brett Meyer
Done! Thanks for pointing it out -- not sure how that happened to begin with. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "Guillaume Smet" Cc: "Hibernate" Sent: Sunday, March 9, 2014 12:20:42 PM Subject: Re: [hiber

[hibernate-dev] Hibernate ORM 4.3.4.Final & 4.2.10.Final release -- correction to critical regression

2014-03-03 Thread Brett Meyer
Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 4.3.2.Final released!

2014-02-27 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM432FinalReleased Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Hibernate ORM 4.2.9.Final released!

2014-02-26 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM429FinalReleased Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] WELD-1606

2014-02-20 Thread Brett Meyer
th, it might be relevant. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Abhijit Sarkar" To: "Brett Meyer" Cc: hibernate-dev@lists.jboss.org Sent: Wednesday, February 19, 2014 7:05:20 PM Subject: RE: [hibernate-dev] WELD-1606 Brett,Thanks for taking

Re: [hibernate-dev] WELD-1606

2014-02-19 Thread Brett Meyer
Abhijit, if I'm reading that correctly, it's probably the same discussion here: https://hibernate.atlassian.net/browse/HHH-8778 There is an interface change in newer versions of Javassist (ProxyObject -> Proxy) Brett Meyer Red Hat, Hibernate ORM - Original Message - F

Re: [hibernate-dev] Prepared statement for EAGER entity relations returning cursor not closed

2014-01-22 Thread Brett Meyer
Levan, that's already corrected under https://hibernate.atlassian.net/browse/HHH-8811 and will be in 4.3.1. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Levan Tsinadze" To: hibernate-dev@lists.jboss.org Sent: Tuesday, January 21, 2014 6:54:59 PM Subj

Re: [hibernate-dev] JdbcSession proposal

2014-01-06 Thread Brett Meyer
s just from a preliminary look -- I'll go through the code in more detail when I can. Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "Scott Marlow" Cc: "hibernate-dev" Sent: Monday, December 9, 2013 2:00:38 PM S

Re: [hibernate-dev] Create OSGi integration test project for all of Hibernate?

2013-12-13 Thread Brett Meyer
there (and prefer to). Steve, I originally brought this up due to past discussions about disabling the tests entirely. Regardless, there are certainly more "advanced" integration tests, matrices, etc. that could be demonstrated through a new combined project and CI job. Brett Meyer Re

Re: [hibernate-dev] Create OSGi integration test project for all of Hibernate?

2013-12-13 Thread Brett Meyer
Exactly. And the matrix can become even more complicated if we attempt multiple instances/versions of our bundles and client bundles. Gunnar, what are your thoughts, since Validator already has a PAX EXAM test? Brett Meyer Red Hat, Hibernate ORM - Original Message - From: "Emm

[hibernate-dev] Create OSGi integration test project for all of Hibernate?

2013-12-12 Thread Brett Meyer
CI job? Arguably, they shouldn't be considered a "unit test" to begin with, but that's up for debate. Thoughts? Brett Meyer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.

Re: [hibernate-dev] ORM 4.2.8.Final breaks the EntityKey API and thus HSearch

2013-12-05 Thread Brett Meyer
once and must have glossed over a few. However, my vote would be that this doesn't necessarily merit going through an entire SP release. I'd fix it for 4.2.9, before compatibility in other products became an actual issue. Any strong arguments against that? Brett Meyer Software Engine

Re: [hibernate-dev] master -> metamodel

2013-12-04 Thread Brett Meyer
conflicts when it's rebased into master. If there's now a need, let me know -- I can give it another shot. Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Steve Ebersole" To: "hibernate-dev" Sent: Wednesday, December 4, 20

[hibernate-dev] Hibernate ORM 4.2.8.Final Released

2013-12-04 Thread Brett Meyer
ayed until Jan. 8th due to the US holidays. More info: http://in.relation.to/Bloggers/HibernateORM428FinalReleased Brett Meyer Software Engineer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss

Re: [hibernate-dev] Annotation Processors

2013-11-25 Thread Brett Meyer
IMO, there shouldn't be anything preventing us from pulling hibernate-testing into hibernate-core. Are there any external modules/projects that use testing w/o core? AFAIK, no, but correct me if I'm overlooking something. Brett Meyer Software Engineer Red Hat, Hibernate ORM

Re: [hibernate-dev] rsync error for ORM 4.2's docs?

2013-11-18 Thread Brett Meyer
Well, that's new... Not sure what happened. I'll clean it out asap. Thanks for pointing it out! Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Emmanuel Bernard" To: "Hibernate Dev" Sent: Friday, November 8, 2013 8:42

Re: [hibernate-dev] Hibernate ORM 4.2.7.Final Released

2013-10-23 Thread Brett Meyer
for the fast rate of releases today ;) http://in.relation.to/Bloggers/HibernateORM427SP1Released Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Brett Meyer" To: "Hibernate" , hibernate-annou...@lists.jboss.org Sent: Wednesday, Octob

[hibernate-dev] Hibernate ORM 4.2.7.Final Released

2013-10-23 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM427FinalReleased Brett Meyer Software Engineer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] generated code in hibernate

2013-10-17 Thread Brett Meyer
Hi Jonathan. If you checkout Hibernate ORM [1] and run "./gradlew generateSources", /target/generated-src will be populated with what Gunnar and Sanne are describing: jaxb, antlr, and logging. [1] https://github.com/hibernate/hibernate-orm Brett Meyer Software Engineer Red Hat, Hib

Re: [hibernate-dev] portions of JIRA down

2013-10-03 Thread Brett Meyer
JIRA is back up -- thank you for your patience! Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Brett Meyer" To: "hibernate-dev" Sent: Thursday, October 3, 2013 1:07:00 PM Subject: Re: [hibernate-dev] portions of JIRA down Correctio

Re: [hibernate-dev] portions of JIRA down

2013-10-03 Thread Brett Meyer
Correction -- nearly *all* of Hibernate JIRA tickets are now down :( Brett Meyer Software Engineer Red Hat, Hibernate ORM - Original Message - From: "Brett Meyer" To: "hibernate-dev" Sent: Thursday, October 3, 2013 12:55:40 PM Subject: [hibernate-dev] portio

[hibernate-dev] portions of JIRA down

2013-10-03 Thread Brett Meyer
FYI, portions of Hibernate JIRA are currently down. Any ticket that was in an "Awaiting Test Case" state will not work. We're working with Atlassian support to resolve it and will hopefully be back up shortly. Brett Meyer Software Engineer Red Hat

[hibernate-dev] Hibernate ORM 4.2.6.Final released

2013-09-25 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM426FinalReleased Brett Meyer Software Engineer Red Hat, Hibernate ORM ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] HCANN release protocol

2013-09-04 Thread Brett Meyer
Last time I did it, I believe that was true -- Maven release plugin only. Although, I thought you mentioned that you'd migrate commons-annotations to Gradle while you were in the area ;) - Original Message - From: "Steve Ebersole" To: "hibernate-dev" Sent: Wednesday, September 4, 2013

[hibernate-dev] Hibernate ORM 4.2.5.Final released!

2013-08-28 Thread Brett Meyer
Hibernate ORM 4.2.5.Final was just released! Many thanks to the community contributions -- the vast majority of fixes in 4.2.5.Final were from pull requests. Please note that this release had to be earlier than previously scheduled... For more information, please see: http://in.relation.to/B

[hibernate-dev] Hibernate ORM 4.2.4.Final Released

2013-08-07 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM424FinalReleased Nothing horribly exciting about this one ;) Please see the changelog for details: https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=13750 ___ hibernate-dev maili

Re: [hibernate-dev] unit test PSA

2013-08-06 Thread Brett Meyer
Yes, yes that's it exactly ;) Public Service Announcement - Original Message - From: "Emmanuel Bernard" To: "Brett Meyer" Cc: "hibernate-dev" Sent: Tuesday, August 6, 2013 4:16:19 AM Subject: Re: [hibernate-dev] unit test PSA What's PSA? Paki

[hibernate-dev] unit test PSA

2013-08-05 Thread Brett Meyer
A friendly PSA regarding unit tests... I spent the afternoon cleaning up tests that were failing in our matrix CI job. There were lots of failures on various DBs due to the following: 1.) Columns referenced by a UK/PK must NOT be nullable. 2.) Tests that solely use ConnectionProviderBuilder in

Re: [hibernate-dev] report of a WildFly memory leak that may come from hibernate service loader...

2013-07-24 Thread Brett Meyer
Thinking through hibernate-osgi cleanup in general in https://hibernate.atlassian.net/browse/HHH-8378 - Original Message - From: "Brett Meyer" To: "Steve Ebersole" Cc: "Scott Marlow" , "hibernate-dev" Sent: Wednesday, July 24, 2013 11:13:04 AM

Re: [hibernate-dev] report of a WildFly memory leak that may come from hibernate service loader...

2013-07-24 Thread Brett Meyer
In hibernate-osgi, one area that should be cleaned up is the static ClassLoaderHelper#overridenClassLoader (used in #withTccl, etc.) -- that's not currently nulled-out when the hibernate-osgi bundle is deactivated. Other than that, I only use BootstrapServiceRegistryBuilder#with to add the Osg

Re: [hibernate-dev] Sybase BLOB loading errors

2013-07-11 Thread Brett Meyer
Hey Sanne, https://hibernate.atlassian.net/browse/HHH-7584 might be what you're looking for -- that should take care of it, I believe. Brett Meyer Red Hat Software Engineer, Hibernate - Original Message - From: "Strong Liu" To: "Sanne Grinovero" Cc: "Hib

[hibernate-dev] Hibernate ORM OSGi in InfoQ

2013-07-11 Thread Brett Meyer
If anyone's interested in the recent Hibernate ORM OSGi efforts, there's a write-up in InfoQ today: http://www.infoq.com/news/2013/07/hibernate-osgi Brett Meyer Red Hat Software Engineer, Hibernate ___ hibernate-dev mailing list hib

Re: [hibernate-dev] [hibernate-announce] Hibernate ORM 4.2.3.Final released!

2013-07-07 Thread Brett Meyer
It's out now -- sorry about that. It was closed, but not released (not sure how that happened). That's what I get for releasing right before leaving on vacation... Brett Meyer Red Hat Software Engineer, Hibernate - Original Message - From: "Sanne Grinovero" T

Re: [hibernate-dev] new "releases" feature in GitHub

2013-07-03 Thread Brett Meyer
I was (half) joking about replacing in.relation.to and/or SF. But this seems like a good thing to supplement with. Brett Meyer Red Hat Software Engineer, Hibernate +1 260.349.5732 - Original Message - From: "Emmanuel Bernard" To: "Sanne Grinovero" Cc: "

Re: [hibernate-dev] new "releases" feature in GitHub

2013-07-03 Thread Brett Meyer
The "Source code (zip)" and "Source code (tar.gz)" archives/links are automatically generated by GitHub based off of the tag. Everything else is manual. Brett Meyer Red Hat Software Engineer, Hibernate +1 260.349.5732 - Original Message - From: "Sanne Grinover

Re: [hibernate-dev] new "releases" feature in GitHub

2013-07-03 Thread Brett Meyer
This is what I had in mind -- just gave it a shot for ORM 4.2.3.Final: https://github.com/hibernate/hibernate-orm/releases/4.2.3.Final Full accouncement text, attached release binaries, and automatic source code archives. Brett Meyer Red Hat Software Engineer, Hibernate - Original Message

Re: [hibernate-dev] Hibernate ORM 4.2.3.Final released!

2013-07-03 Thread Brett Meyer
Also, I'm giving the new Releases feature in GitHub a shot: https://github.com/hibernate/hibernate-orm/releases/4.2.3.Final Brett Meyer Red Hat Software Engineer, Hibernate - Original Message - From: "Brett Meyer" To: "hibernate-dev" , hibernate-anno

[hibernate-dev] Hibernate ORM 4.2.3.Final released!

2013-07-03 Thread Brett Meyer
http://in.relation.to/Bloggers/HibernateORM423FinalReleased Brett Meyer Red Hat Software Engineer, Hibernate ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] new "releases" feature in GitHub

2013-07-02 Thread Brett Meyer
https://github.com/blog/1547-release-your-software This looks pretty useful -- download links, release notes, etc. Use it in place of announcements on in.relation.to? ;) Brett Meyer Red Hat Software Engineer, Hibernate ___ hibernate-dev mailing list

  1   2   >