Re: [hibernate-dev] [Hibernate Search] DocValues and Sorting API - new mapping annotations ?

2015-08-04 Thread Sanne Grinovero
Hi Guillaume, thanks! great input. Some comments inline: On 4 August 2015 at 15:11, Guillaume Smet guillaume.s...@gmail.com wrote: Hi Sanne, On Wed, Jul 29, 2015 at 1:26 PM, Sanne Grinovero sa...@hibernate.org wrote: I'm not sure if this should be extending the @Field annotation

Re: [hibernate-dev] Embedded Composite Identifiers

2015-08-03 Thread Sanne Grinovero
I remember loving this feature. Composite keys are very common in databases I worked with, while loading by ids seems to be quite uncommon in my coding style as I don't remember knowing how to do that, nor that this ignorance ever bothered me :) +1 anyway, that's just to give some perspective.

[hibernate-dev] [CI] Shutting down CouchDB

2015-08-03 Thread Sanne Grinovero
I've stopped and disabled CouchDB on each slave node as it looks like it's conflicting with Byteman ports and making many testsuites fail. We'll need to reconfigure it before enabling again: https://hibernate.atlassian.net/browse/WEBSITE-387 Sorry for the failure notices! If they are Byteman

[hibernate-dev] Hibernate Search branching and an update to 5.4.0.x work

2015-08-03 Thread Sanne Grinovero
The Lucene 5 related work - which is now almost ready - is not meant to be included in the 5.4 release, but we postponed the release of 5.4.0.Final a bit as we're waiting for a .Final of Hibernate ORM 5. However there are a couple other pull requests which are open and suited to be merged now, so

[hibernate-dev] New PostgreSQL users available on ci.hibernate.org

2015-08-03 Thread Sanne Grinovero
The postgres users as defined in Hibernate ORM's matrix configuration are now setup on each slave for ci.hibernate.org. - https://github.com/hibernate/hibernate-orm/blob/master/databases/pgsql/resources/hibernate.properties They have SUPERUSER privileges, so they can create/drop new databases

Re: [hibernate-dev] started release

2015-07-29 Thread Sanne Grinovero
Thanks Steve, just tested Hibernate Search with it and it's all working fine. On 29 July 2015 at 16:37, Steve Ebersole st...@hibernate.org wrote: The release is done minus announcing and SF upload. Also I decided to not upload the docs yet since they are still incomplete and i still have work

Re: [hibernate-dev] started release

2015-07-29 Thread Sanne Grinovero
Hi Scott, do you think you could merge those tests in Hibernate ORM? Thanks, Sanne On 29 July 2015 at 20:02, Scott Marlow smar...@redhat.com wrote: I missed a WildFly second level query cache failure yesterday in my testing http://pastebin.com/kg3YhxxL Test steps: - creates an entity

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Sanne Grinovero
On 29 July 2015 at 11:12, Gunnar Morling gun...@hibernate.org wrote: 2015-07-28 16:07 GMT+02:00 Sanne Grinovero sa...@hibernate.org: Hi all, with Infinispan in embedded mode we used AtomicMaps and FineGrainedAtomicMaps as an alternative way to map attributes and relations. In particular

Re: [hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-29 Thread Sanne Grinovero
On 29 July 2015 at 10:35, Davide D'Alto dav...@hibernate.org wrote: I think that in the case of Hot Rod clients we should not use AtomicMaps Out of curiosity, what about the grouping API? We asked the Infinispan team to add some methods to it because we might use them to implement the

[hibernate-dev] [Hibernate Search] DocValues and Sorting API - new mapping annotations ?

2015-07-29 Thread Sanne Grinovero
You might remember that running a full-text Query on a field always required some specific care; since the beginning of Hibernate Search the user had to make sure the field was not tokenized, or tokenized but generating a single token. This was a soft requirement: if you didn't know, you'd get

[hibernate-dev] [OGM] Thoughts for the Infinispan / Hot Rod dialect

2015-07-28 Thread Sanne Grinovero
Hi all, with Infinispan in embedded mode we used AtomicMaps and FineGrainedAtomicMaps as an alternative way to map attributes and relations. In particular the relations are interesting because in SQL world one would run a query on junction tables, and on Infinispan embedded queries would only be

Re: [hibernate-dev] MariaDB on CI

2015-07-26 Thread Sanne Grinovero
to get current tests reliable - I'd prefer to create a second user for when test infrastructure code need to create/drop databases. Why are you needing this? -- Sanne On Tue, Jul 21, 2015 at 6:02 PM Sanne Grinovero sa...@hibernate.org wrote: On 20 July 2015 at 17:41, Steve Ebersole st

Re: [hibernate-dev] MySQL versus MariaDB

2015-07-26 Thread Sanne Grinovero
Looks like we'll want to have both MariaDB and MySQL on ci.hibernate.org then: - https://hibernate.atlassian.net/browse/WEBSITE-383 On 22 July 2015 at 22:51, Steve Ebersole st...@hibernate.org wrote: https://hibernate.atlassian.net/browse/HHH-9969 On Wed, Jul 22, 2015 at 2:18 PM Steve

Re: [hibernate-dev] Next 5.0 release

2015-07-25 Thread Sanne Grinovero
+1 On 24 Jul 2015 15:54, Steve Ebersole st...@hibernate.org wrote: Clarification... the issues scheduled for 5.0.0+ all need to be resolved *or* moved from 5.0.0+ On Fri, Jul 24, 2015 at 7:32 AM Steve Ebersole st...@hibernate.org wrote: Well there is still a lot of issues scheduled for

Re: [hibernate-dev] database names and identifier length

2015-07-25 Thread Sanne Grinovero
Hi Max, could you make an example please? Looks like you are interpreting Steve's email in a different way than me. On 24 Jul 2015 21:43, Max Rydahl Andersen mande...@redhat.com wrote: On 24 Jul 2015, at 16:48, Steve Ebersole wrote: Do we want to consider automatically applying known database

Re: [hibernate-dev] [OGM] IRC meeting

2015-07-22 Thread Sanne Grinovero
Hi all, thanks for the log, and sorry for the silence: it's very hard to find a minute of the day in which the wi-fi actually works here. I'd be happy to work on the ES backend, but it was my impression that the Infinispan / hot rod one was an higher strategical priority? Playing with ES would be

Re: [hibernate-dev] MariaDB on CI

2015-07-21 Thread Sanne Grinovero
playing with this I just want to cover my bases :) On Sat, Jul 18, 2015 at 3:37 PM Sanne Grinovero sa...@hibernate.org wrote: Thanks, great suggestions! I've applied these and some more. The MariaDB configuration: - https://github.com/hibernate/ci.hibernate.org/blob/master/roles/mariadb

Re: [hibernate-dev] MariaDB on CI

2015-07-18 Thread Sanne Grinovero
Thanks, great suggestions! I've applied these and some more. The MariaDB configuration: - https://github.com/hibernate/ci.hibernate.org/blob/master/roles/mariadb-server/files/my.cnf The PosgreSQL configuration files: -

Re: [hibernate-dev] Missing transaction hangs the testsuite

2015-07-17 Thread Sanne Grinovero
in the JDBC transaction case. Gavin and I both did in fact. But we got a lot of push back. So I am not sure exactly what the improvement here might be. What is it you were thinking specifically? On Thu, Jul 16, 2015 at 5:36 PM Sanne Grinovero sa...@hibernate.org wrote: I finally got to re-enable

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

2015-07-17 Thread Sanne Grinovero
Sanne Grinovero sa...@hibernate.org: G+ link sharing works now. Thanks Gunnar and Emmanuel for the quick meta fix WEBSITE-380! Cheers, Sanne On 16 July 2015 at 11:37, Sanne Grinovero sa...@hibernate.org wrote: Ah, that helps; I hadn't understood you were talking about the share link

Re: [hibernate-dev] Missing transaction hangs the testsuite

2015-07-17 Thread Sanne Grinovero
. The problem is that the schema can't be dropped because a previous statement - from a session which is now correctly closed - is still holding locks. Thanks, Sanne On Fri, Jul 17, 2015 at 3:51 AM Sanne Grinovero sa...@hibernate.org wrote: Thanks Steve, I wasn't sure if I had found a problem

Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-17 Thread Sanne Grinovero
, om 13:35 heeft Sanne Grinovero sa...@hibernate.org het volgende geschreven: Hi Koen, this is a classloader issue for which we'll need your help. It's a very simple issue: Hibernate ORM needs to see the services exposed from Hibernate Search when the SessionFactory is started, so

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

2015-07-16 Thread Sanne Grinovero
the same problem. On the Hibernate.org g+ page, if I try to add a post that contains a link to our in.relation.to domain, it will not let me create the post. On Wed, Jul 15, 2015 at 10:47 AM Sanne Grinovero sa...@hibernate.org wrote: Could you elaborate please? You could not link to our domain

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

2015-07-16 Thread Sanne Grinovero
On 16 July 2015 at 11:24, Gunnar Morling gun...@hibernate.org wrote: But his this a real shared link? This does not work for me with the CR2 post, also not on my personal account. 2015-07-16 12:13 GMT+02:00 Sanne Grinovero sa...@hibernate.org: I had no problems have anyone post on g+ and link

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

2015-07-15 Thread Sanne Grinovero
Could you elaborate please? You could not link to our domain? On 15 Jul 2015 15:33, Steve Ebersole st...@hibernate.org wrote: FWIW, I just tried to use the new in.relation.to url in g+ post but it was not accepted. Google did not say anything specific about why it was not accepted. On Thu,

[hibernate-dev] Hibernate Search 5.4.0.CR1 is now available!

2015-07-13 Thread Sanne Grinovero
Hello all, we're now ready for Hibernate ORM 5, last chance to make sure it's all right! Details on the blog: http://in.relation.to/2015/07/13/hibernate-search-54CR1/ Thanks, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

[hibernate-dev] Strange issues with -snapshot dependencies

2015-07-09 Thread Sanne Grinovero
I'm attempting to debug a subtle issue which I can only reproduce occasionally; to do so, I've been adding some improved logging to a module A, which is then used by our integration tests in module B deploying on WildFly via Arquillian. While polishing the log commits I've also made a change in

Re: [hibernate-dev] WildFly BeanValidationCdiIntegrationTestCase test failure with ORM 5

2015-07-08 Thread Sanne Grinovero
On 8 July 2015 at 11:42, Hardy Ferentschik ha...@hibernate.org wrote: On Tue, Jul 07, 2015 at 04:50:36PM -0400, Scott Marlow wrote: Hardy, It seems that the ValidatorFactoryBean#createConstraintValidatorFactory is getting called too late for some reason. http://pastebin.com/WrdD91Hr shows

[hibernate-dev] Hibernate Search work-in-progress meeting logs

2015-07-07 Thread Sanne Grinovero
We had our bi-weekly IRC meeting; today's subject was progress on the current work on Hibernate Search: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2015/hibernate-dev.2015-07-07-13.22.html ___ hibernate-dev mailing list

[hibernate-dev] Building snapshots of Hibernate ORM / master

2015-07-05 Thread Sanne Grinovero
Hi all, I'm trying to build Hibernate ORM's latest to try debugging some of the latest changes for Wildfly and Search integrations. The README mentions I should be able to ./gradlew clean publishToMavenLocal but that fails on the hibernate-osgi module. I then tried publish to upload a

Re: [hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-07-03 Thread Sanne Grinovero
, or maybe we can directly set the configuration automatically. What they all have in common, is the mapping fieldname - Analyzer Chain needs to be consistent, but we gave more flexibility away. 2015-07-02 18:24 GMT+02:00 Sanne Grinovero sa...@hibernate.org: On 2 July 2015 at 12:50, Hardy

Re: [hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-07-02 Thread Sanne Grinovero
On 2 July 2015 at 11:25, Hardy Ferentschik ha...@hibernate.org wrote: Hi, This means we might need to drop our Dynamic Analyzer feature: http://docs.jboss.org/hibernate/search/5.4/reference/en-US/html_single/#_dynamic_analyzer_selection I think that seems rather harsh. I agree, I'd be

Re: [hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-07-02 Thread Sanne Grinovero
On 2 July 2015 at 12:50, Hardy Ferentschik ha...@hibernate.org wrote: Hi, On Thu, Jul 02, 2015 at 12:20:46PM +0100, Sanne Grinovero wrote: Ideally we should provide something similar to the Dynamic Analyzer feature but which also multiplexes an entity property into multiple fieldnames

[hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-06-30 Thread Sanne Grinovero
Among the many changes of Apache Lucene 5, it is no longer possible to override the Analyzer on a per-document base. You have to pick a single Analyzer when opening the IndexWriter. Of course the Analyzer can still return a different tokenization chain for each field, but the field-tokenizer

[hibernate-dev] The Hibernate Search / Apache Tika interaction with WildFly modules

2015-06-29 Thread Sanne Grinovero
TLDR - Remove all optional Maven dependencies from the project - Things like the TikaBridge need to live in their own build unit (their own jar) - Components which don't have all dependencies shall not be included in WildFly modules These are my notes after debugging HSEARCH-1885. A service

[hibernate-dev] development sprint start: Hibernate Search

2015-06-28 Thread Sanne Grinovero
Hello, welcome to Hibernate Search time! [for those unaware: some of are now experimenting to work on 2-3 week sprints fully focused on a single Hibernate project, rotating the subject. We decided this privately as it's a matter of time-management for us, but I'm now opening the conversation up

Re: [hibernate-dev] test case templates

2015-06-27 Thread Sanne Grinovero
Great idea Brett! Thanks for starting this On 26 June 2015 at 22:51, Brett Meyer brme...@redhat.com wrote: 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

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-26 Thread Sanne Grinovero
more convenient for us to reproduce this if we upgrade WildFly first. Thanks, Sanne On 06/18/2015 01:41 PM, Steve Ebersole wrote: That should still be ok. If it does not work, that would be a bug. On Thu, Jun 18, 2015 at 11:38 AM Sanne Grinovero sa...@hibernate.org mailto:sa

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-19 Thread Sanne Grinovero
On 19 June 2015 at 16:13, Scott Marlow smar...@redhat.com wrote: I'm not exactly sure how infinispan-commons finds the infinispan-core classloader with ORM 4.3, but clearly that is not working now with ORM 5.0. In WildFly, the infinispan-commons classloader doesn't have access to the

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Sanne Grinovero
On 18 June 2015 at 15:55, Scott Marlow smar...@redhat.com wrote: Sanne, The [1] pull request to bring Jipijapa source into WildFly master is merged. I pushed a copy of the (work in progress) ORM 5 changes to github [2]. Is there a WildFly pull request for the changes to upgrade to Hibernate

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-18 Thread Sanne Grinovero
On 18 June 2015 at 17:17, Scott Marlow smar...@redhat.com wrote: On 06/18/2015 11:59 AM, Sanne Grinovero wrote: On 18 June 2015 at 15:55, Scott Marlow smar...@redhat.com wrote: Sanne, The [1] pull request to bring Jipijapa source into WildFly master is merged. I pushed a copy

Re: [hibernate-dev] [WEBSITE] Jira workflow

2015-06-17 Thread Sanne Grinovero
I also have very limited permissions on the WEBSITE project.. which is the reason for it to not show have the github/HipChat integration setup. I don't need the admin permissions, but would love it if you could setup the hipchat integration as I'm definitely losing track of all comment

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-17 Thread Sanne Grinovero
Hi Scott, can we expect to see both Hibernate ORM 5 and this latest Hibernate Search version 5.4.0.Alpha1 soon in WildFly 10? thanks, Sanne On 4 June 2015 at 23:47, Sanne Grinovero sa...@hibernate.org wrote: On 29 May 2015 at 18:27, Scott Marlow smar...@redhat.com wrote: On 05/29/2015 01:05

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-17 Thread Sanne Grinovero
On 17 June 2015 at 13:44, Scott Marlow smar...@redhat.com wrote: On 06/17/2015 06:44 AM, Sanne Grinovero wrote: Hi Scott, can we expect to see both Hibernate ORM 5 and this latest Hibernate Search version 5.4.0.Alpha1 soon in WildFly 10? I hope so. https://github.com/wildfly/wildfly

[hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
Hi all, the ci server was reconfigured to host our next.gen blog platform; I have now created a build job here: http://ci.hibernate.org/view/Website/job/staging.in.relation.to It's using the following build script: rake clean rake setup rake test gen[staging] rsync -avh _site/

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
more than 10 minutes to perform the build, though these are powerful machines. Can we do anything about that? Am I missing some parameter? On 12 June 2015 at 16:08, Hardy Ferentschik ha...@hibernate.org wrote: On Fri, Jun 12, 2015 at 02:08:44PM +0100, Sanne Grinovero wrote: I copied

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
there as part of the Ansible slave set-up IIRC. A couple were missing, so I've added them, although that was probably unrelated so I'm not sure if that was necessary :) 2015-06-12 15:08 GMT+02:00 Sanne Grinovero sa...@hibernate.org: Hi all, the ci server was reconfigured to host our

[hibernate-dev] Released: Hibernate Search 5.3.0.Final

2015-06-10 Thread Sanne Grinovero
The stable version of Hibernate Search containing all the faceting improvements is now released as Final: http://in.relation.to/Bloggers/HibernateSearch530FinalNowAvailable Regards, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] Query handling : Antlr 3 versus Antlr 4

2015-06-09 Thread Sanne Grinovero
On 9 June 2015 at 09:56, Gunnar Morling gun...@hibernate.org wrote: Hi Steve, Did you ever have a chance to apply the decorated parse tree approach to your Antlr4 PoC? What I like about the Antlr4 approach is the fact that you don't need a set of several quite similar grammars as you'd do

Re: [hibernate-dev] HHH-9857 - Reuse of EntityEntry for bytecode enhanced read-only reference cached entities

2015-06-09 Thread Sanne Grinovero
On 9 June 2015 at 13:50, John O'Hara joh...@redhat.com wrote: On 09/06/15 13:14, Sanne Grinovero wrote: There are lots of setters on EntityEntry, but sharing it would require at least the implementation to be fully immutable to be threadsafe. I see three options for the custom EntityEntry

Re: [hibernate-dev] HHH-9857 - Reuse of EntityEntry for bytecode enhanced read-only reference cached entities

2015-06-09 Thread Sanne Grinovero
There are lots of setters on EntityEntry, but sharing it would require at least the implementation to be fully immutable to be threadsafe. I see three options for the custom EntityEntry implementation: - simply ignore any write method by implementing each method as a no-op - throw exceptions on

[hibernate-dev] Hibernate Search is now compatible with Hibernate ORM 5: use version 5.4.0.Alpha1

2015-06-05 Thread Sanne Grinovero
Hibernate Search version 5.4.0.Alpha1 is now available, and is compatible with Hibernate ORM version 5.0.0.CR1. More details at: - http://in.relation.to/Bloggers/FirstPreviewOfHibernateSearchForHibernateORM5 Thanks, Sanne ___ hibernate-dev mailing

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-04 Thread Sanne Grinovero
On 29 May 2015 at 18:27, Scott Marlow smar...@redhat.com wrote: On 05/29/2015 01:05 PM, Sanne Grinovero wrote: Thanks Scott! 1. this error is expected: HS 5.2 is not compatible with ORM 5. We'll need a compatible WildFly version to release a compatible version, or alternatively know how

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

2015-06-01 Thread Sanne Grinovero
.. But I see how it may be convenient to take advantage of Tika if it exists as a module. Thanks, Sanne - Original Message - From: Sanne Grinovero sa...@hibernate.org To: Brett Meyer brme...@redhat.com Cc: Hibernate.org hibernate-dev@lists.jboss.org Sent: Monday, June 1, 2015 10:58:44 AM

[hibernate-dev] 2nd level cache tuning on WildFly

2015-06-01 Thread Sanne Grinovero
Does someone have an example of how I could use different Infinispan Cache(s) for each of my Hibernate entities? The WildFly documentation doesn't get much into tuning: https://docs.jboss.org/author/display/WFLY9/JPA+Reference+Guide#JPAReferenceGuide-UsingtheInfinispansecondlevelcache I'd like

Re: [hibernate-dev] AnnotationBinder class loading

2015-06-01 Thread Sanne Grinovero
+1 And my caching work is ready (in my opinion). Could that be included? The important thing it does, is to replace those key contracts with an interface, preparing ground for various optimisations. I didn't implement the actual optimisations, but that won't break any SPI.. On 1 June 2015 at

[hibernate-dev] Hibernate Search for Hibernate 5 - status

2015-05-30 Thread Sanne Grinovero
I'm concerned about seeing issues like this one being reported: - https://hibernate.atlassian.net/browse/HHH-9832 I don't think it's acceptable we withhold an Hibernate 5 compatible version of Hibernate Search for much longer. I have a working branch of Hibernate Search on hold since a while

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

2015-05-29 Thread Sanne Grinovero
, Steve Ebersole st...@hibernate.org wrote: So it makes sense to you that the changelog for 5.0 includes entries for pre 1.0? On Fri, May 29, 2015 at 6:09 AM, Sanne Grinovero sa...@hibernate.org wrote: I'm +1 especially to keep the changelog.txt file both maintained and included. About pruning

Re: [hibernate-dev] Hibernate ORM - next steps

2015-05-29 Thread Sanne Grinovero
I agree as well :) Just to add a minor twist: - the override to lazy from eager would be useful to Search; skipping fields completely as an extra bonus (something I think ORM can't do at all - for good reasons when it comes to end user API - but again something Search would benefit from and not

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

2015-05-29 Thread Sanne Grinovero
On 29 May 2015 at 08:15, Emmanuel Bernard emman...@hibernate.org wrote: On 28 May 2015, at 10:42, Hardy Ferentschik ha...@hibernate.org wrote: On Wed, May 27, 2015 at 10:01:51PM -0400, Brett Meyer wrote: +1 from me. Although, on the other hand, do we really need to keep maintaining that to

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

2015-05-29 Thread Sanne Grinovero
...@hibernate.org wrote: I'm really not sure what y'all are +1'ing Emmanuel and Sanne. You want to keep a massive changelog.txt containing all history forever? On Fri, May 29, 2015 at 5:59 AM, Sanne Grinovero sa...@hibernate.org wrote: On 29 May 2015 at 08:15, Emmanuel Bernard emman...@hibernate.org wrote

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

2015-05-29 Thread Sanne Grinovero
Hi Brett, we don't include all existing analysers and extensions within the WildFly modules. In particular the Apache Tika libraries have a huge amount of dependencies, you should choose the ones you need depending on what kind of media you intend to parse. Include any extension in your

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-05-29 Thread Sanne Grinovero
Thanks Scott! 1. this error is expected: HS 5.2 is not compatible with ORM 5. We'll need a compatible WildFly version to release a compatible version, or alternatively know how to get the tests to run w/o the jipijapa patch as I was trying ;-) A backup plan is we stop producing Hibernate Search

Re: [hibernate-dev] HCANN, AnnotationFactory and TCCL

2015-05-28 Thread Sanne Grinovero
AM, Sanne Grinovero sa...@hibernate.org wrote: With that TCCL trick in place it seems it was possible to have the module actually use a set of annotations provided by the user, to override those (with same name) already provided by ORM. If that was meant as a feature I'd be glad to see

Re: [hibernate-dev] ORM and database testing

2015-05-28 Thread Sanne Grinovero
+1 I particularly like the idea of having H2 start/stop like any other db. Regarding profiles, rather than running the build with a single profile in maven style, would it not be feasible to have one build iterate on each configuration set? For example: gradle test -PdbProfiles=mysql,h2,mssql

[hibernate-dev] [ORM|OGM|Search] Adding an unwrap() new method to org.hibernate.Session

2015-05-19 Thread Sanne Grinovero
I was looking at how Search and OGM benefit from the SessionDelegatorBaseImpl; extending this base class was a good progress but there is something missing. OGM has to still reimplement all methods defined by the EventSource contract, making the implementation confusing as while it extends the

[hibernate-dev] Upgrades for ci.hibernate.org

2015-05-19 Thread Sanne Grinovero
Hi all, the build slaves for ci.hibernate.org got refreshed. Several jobs failed during the last week as the micro quotas we had were getting full. The 4 nodes have now 4 times the RAM, 4 times the CPU and 8 times the disk space. (that's 15GB of RAM, 8 CPUs, 80GB of dedicated space per node)

Re: [hibernate-dev] Sharing IDE code styles

2015-05-19 Thread Sanne Grinovero
I'd be happy to share my Eclipse templates in the same repository. AFAIR we had similar problems, I always thought my templates were the reference but then at some point we had multiple versions, I suspect because of freshly exporting the same from a newer version of the IDE but we'll never know.

Re: [hibernate-dev] Checkstyle and ORM

2015-05-18 Thread Sanne Grinovero
On 16 May 2015 at 19:43, Steve Ebersole st...@hibernate.org wrote: Sanne, can you give me the low-down on this line? property name=cacheFile value=${checkstyle.cache.file} / I'm not sure of that one; it's documented here under TreeWalker section: -

Re: [hibernate-dev] Checkstyle and ORM

2015-05-18 Thread Sanne Grinovero
On 18 May 2015 at 15:23, Emmanuel Bernard emman...@hibernate.org wrote: Note that custom checkstyle rule implementations does not fare well with IDE checkstyle rules enforcement. I can't make it reliably work on search and OGM. As far as I remember the problem was related with having the

Re: [hibernate-dev] Checkstyle and ORM

2015-05-18 Thread Sanne Grinovero
, I have often thought of condensing our ORM one so that is awesome information. For my own curiosity did Richard give you a reason that the copyright statement is not necessary? On Mon, May 18, 2015 at 9:58 AM, Sanne Grinovero sa...@hibernate.org wrote: On 18 May 2015 at 15:23

Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Sanne Grinovero
Ok, sorry I must have checked the build right after you fixed it .. Thanks, Sanne On 18 May 2015 at 10:12, Gunnar Morling gun...@hibernate.org wrote: Hey, Yes, Davide has already sent a fix for this, by mapping these types to String rather than Character. Indeed CI was skipping test

Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Sanne Grinovero
On 18 May 2015 at 10:06, Jonathan Halliday jonathan.halli...@redhat.com wrote: yup, looks like the new columns added as part of OGM-717 don't work with cassandra. Which kinda begs the question - how did the branch get into that state? Is the CI skipping tests? No, it was reported: -

Re: [hibernate-dev] AvailableSettings#USE_NEW_ID_GENERATOR_MAPPINGS

2015-05-16 Thread Sanne Grinovero
benefit in using the new ones? It's a tradeoff which I can't judge, I just pointed it out as it seemed a forgotten detail. -- Sanne On Fri, May 15, 2015 at 3:14 PM, Sanne Grinovero sa...@hibernate.org wrote: I just noticed that the ORM testsuite seems to consistently set this option to true

Re: [hibernate-dev] Checkstyle and ORM

2015-05-16 Thread Sanne Grinovero
One nice thing of checkstyle is that it's easily extended, for example in Search we added a couple of checks, like to ban double whitespaces: - https://github.com/hibernate/hibernate-search/blob/master/build-config/src/main/java/org/hibernate/checkstyle/checks/regexp/DoubleSpacesCheck.java Or

Re: [hibernate-dev] Unable to build local snapshots of ORM 5

2015-05-15 Thread Sanne Grinovero
on the hibernate-osgi jar task. You can try setting the deps or you can try running the task directly. It's called something like generateKarafFeatures On May 15, 2015 6:52 AM, Sanne Grinovero sa...@hibernate.org wrote: I need to build local snapshots of ORM to test things with Hibernate Search

Re: [hibernate-dev] SchemaExport usage ?

2015-05-15 Thread Sanne Grinovero
May 2015 at 02:03, Steve Ebersole st...@hibernate.org wrote: You mean the testing impl/variants of these? On May 14, 2015 6:55 PM, Sanne Grinovero sa...@hibernate.org wrote: It's all working now but I copied a couple of utility classes from ORM, as they were part of the tests. essentially I

[hibernate-dev] AvailableSettings#USE_NEW_ID_GENERATOR_MAPPINGS

2015-05-15 Thread Sanne Grinovero
I just noticed that the ORM testsuite seems to consistently set this option to true. The default being false, the new kind is available since ORM 3.2 according to javadoc. Would this be a good time to switch the default? ___ hibernate-dev mailing list

Re: [hibernate-dev] Search - Plain text and SimpleQueryParser

2015-05-14 Thread Sanne Grinovero
Hi Guillaume, welcome back! I love the usability of this, I agree we should expose this functionality. The text() method seems a good choice too. On some other details: - ignoreAnalyzer() I agree with your comment, it doesn't seem to make much sense. But what about not having the method rather

Re: [hibernate-dev] SchemaExport usage ?

2015-05-14 Thread Sanne Grinovero
HHH-9801, very low priority though. On 13 May 2015 at 17:48, Sanne Grinovero sa...@hibernate.org wrote: Thanks Steve, that was very helpful. On 13 May 2015 at 05:09, Steve Ebersole st...@hibernate.org wrote: HHH-9792 - Clean up missed Configuration methods On Tue, May 12, 2015 at 11:05 PM

Re: [hibernate-dev] SchemaExport usage ?

2015-05-13 Thread Sanne Grinovero
. I just missed them. Take a look at org.hibernate.test.multitenancy.schema.SchemaBasedMultiTenancyTest in regards to how I do this for my tests On Tue, May 12, 2015 at 5:55 PM, Sanne Grinovero sa...@hibernate.org wrote: We have some Hibernate Search tests which use multi-tenancy

[hibernate-dev] JMS configuration for the Hibernate Search backend

2015-05-12 Thread Sanne Grinovero
Hi all, I'm having an interesting conversation on the forums: - https://forum.hibernate.org/viewtopic.php?f=9t=1039407 Pawel is mentioning the need to configure a PROVIDER_URL property to get his slaves to know were to connect to. I'm pretty sure others have successfully configured this in the

[hibernate-dev] SchemaExport usage ?

2015-05-12 Thread Sanne Grinovero
We have some Hibernate Search tests which use multi-tenancy, and require the schema to be exported explicitly. I'm trying to get these to run now with Hibernate ORM 5. I can't use the command line tool, as the test configuration options should be passed by instance (there are several unit tests

[hibernate-dev] Hibernate OGM: Multi-Tenancy?

2015-05-11 Thread Sanne Grinovero
As I'm upgrading the Hibernate OGM - Hibernate Search integration, the new Search SPI explicitly demands a tenant-id on work construction. I suspect more work will be needed for multi-tenancy (at least some tests) so I've opened OGM-821. Might not be too complex? I suspect query results already

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

2015-05-11 Thread Sanne Grinovero
it, so it is impossible for me to validate. If you see issues let me know the specifics and we can fix them. On May 9, 2015 10:06 AM, Sanne Grinovero sa...@hibernate.org wrote: Thanks! that worked, making progress now. There was a compilation failure: HHH-9783 and Eclipse project import

[hibernate-dev] Two Hibernate Search releases: 5.3.0.Beta1 and 5.2.0.Final

2015-05-11 Thread Sanne Grinovero
Today we announce two Hibernate Search releases, apologies for the delay since these were available last week already but we had some issues with the release platform. Version 5.3.0.Beta1 includes some great improvements with Faceting: -

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

2015-05-11 Thread Sanne Grinovero
in case I'll submit a pull request :) On 11 May 2015 at 14:54, Sanne Grinovero sa...@hibernate.org wrote: Hi Andrea, that's great 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

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Sanne Grinovero
Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan 7.2.1.Final ? Was Infinispan 6 friendly to JDK 6 users? On 11 May 2015 at 16:23, Galder ZamarreƱo gal...@redhat.com wrote: On 11 May 2015, at 16:45, Scott Marlow smar...@redhat.com wrote: Do we need to have a Hibernate ORM

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Sanne Grinovero
On 11 May 2015 at 16:35, Galder ZamarreƱo gal...@redhat.com wrote: On 11 May 2015, at 17:26, Sanne Grinovero sa...@hibernate.org wrote: Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan 7.2.1.Final ? Was Infinispan 6 friendly to JDK 6 users? Yup, Infinispan 6 requires JDK 6

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

2015-05-09 Thread Sanne Grinovero
Hi, I'm having some trouble to build a fresh checkout from master. The first attempt produced: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'hibernate-core-parent'. Could not resolve all dependencies for configuration ':classpath'.

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

2015-05-09 Thread Sanne Grinovero
-plugins.git On Sat, May 9, 2015 at 5:17 AM, Sanne Grinovero sa...@hibernate.org wrote: Hi, I'm having some trouble to build a fresh checkout from master. The first attempt produced: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project

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

2015-05-09 Thread Sanne Grinovero
: It is the dsl-extension branch. But like I said, you should just be able to find it from JBoss snapshot repo now. On Sat, May 9, 2015 at 8:24 AM, Sanne Grinovero sa...@hibernate.org wrote: I updated my checkout to your fork, but there are no new commits compared to Luca's fork. Maybe you need to push

Re: [hibernate-dev] Removing deprecated methods from Session and SessionFactory

2015-05-08 Thread Sanne Grinovero
Of course we can delete them, I just meant to stress there should be a different appropriate moment for: A] removal of deprecated methods for the sake of it (cleanup of old garbage) B] removal of a method during a major release (API changes allowed) because we can't otherwise get some

Re: [hibernate-dev] Removing deprecated methods from Session and SessionFactory

2015-05-08 Thread Sanne Grinovero
an appropriate moment in which you can actually afford to block any other activity for no other reason than an upgrade. Sanne On Fri, May 8, 2015 at 11:47 AM, Sanne Grinovero sa...@hibernate.org wrote: Of course we can delete them, I just meant to stress there should be a different appropriate moment

Re: [hibernate-dev] Hibernate Search 5 compatible with Hibernate ORM 4?

2015-05-08 Thread Sanne Grinovero
at 13:00, Emmanuel Bernard emman...@hibernate.org wrote: Yes I think a 5.x supporting ORM 5 would be my preference. I sort of remember us discussing that option in AMS. On 29 Apr 2015, at 12:42, Sanne Grinovero sa...@hibernate.org wrote: Ok so we have all been wrong, but also we couldn't wait

Re: [hibernate-dev] Removing deprecated methods from Session and SessionFactory

2015-05-08 Thread Sanne Grinovero
to upgrade to 5.0 I would first upgrade to the latest 4.3 and fix any deprecations. *Then* I can update to 5.0. Its exactly what you described just in reverse. Except that it allows us to actually clean up trash :) On Fri, May 8, 2015 at 12:59 PM, Sanne Grinovero sa...@hibernate.org wrote

Re: [hibernate-dev] [OGM] Demarcating units of work

2015-05-06 Thread Sanne Grinovero
Did you consider that the existing definition of Transaction boundaries can have different levels of isolation and guarantees, depending on how the underlying components are configured? I do agree with you that it's kind of weird that people write code without making transactional requirements

Re: [hibernate-dev] [OGM] Demarcating units of work

2015-05-06 Thread Sanne Grinovero
to solve, but I don't think it's something for OGM to do. Sanne On 6 May 2015 at 10:31, Gunnar Morling gun...@hibernate.org wrote: 2015-05-06 11:13 GMT+02:00 Sanne Grinovero sa...@hibernate.org: Did you consider that the existing definition of Transaction boundaries can have different levels

Re: [hibernate-dev] Which versions of the application server should the Hibernate OGM modules support

2015-05-05 Thread Sanne Grinovero
be automated. Thanks, Sanne Davide On Tue, May 5, 2015 at 12:04 PM, Sanne Grinovero sa...@hibernate.org wrote: Hello all, I actually have multiple questions on the subject. # Module name The Maven artifact id of the modules we're producing for WildFly 8 is aptly named

Re: [hibernate-dev] Which versions of the application server should the Hibernate OGM modules support

2015-05-05 Thread Sanne Grinovero
On 5 May 2015 at 13:30, Gunnar Morling gun...@hibernate.org wrote: Had a quick chat with Sanne on IRC :) The reason it seemingly works with WF 8 + ORM 4.3.7 is that the bug I have been talking about (HHH-9451) is not triggered by any of the integration tests running on WF but only by a unit

<    5   6   7   8   9   10   11   12   13   14   >