[hibernate-dev] Toward the first Hibernate Reactive release

2020-05-07 Thread Emmanuel Bernard
Hey everyone, The work around Hibernate Reactive is coming along nicely. So has some other work needed on the Vert.x front and Mutiny front. Now is time to ship a first version to the community. With some of the people working on it, I've tried to come up with a list of tasks and decisions to m

Re: [hibernate-dev] Composite IDs with a null property/field

2019-12-11 Thread Emmanuel Bernard
te shouldn't support > this > scenario. Anyhow, what Gail already wrote is that Hibernate returns > null > for the entity result, leading to a null value in a returned > ResultList, > which seem to be wrong... > > On Wed, Dec 11, 2019 at 11:16 AM Emmanuel Bernard

Re: [hibernate-dev] Composite IDs with a null property/field

2019-12-11 Thread Emmanuel Bernard
ation > you > could only have a single composite key with a LOCALE. > > Hibernate should be (must be?) able to handle this scenario, what do > you > think? > > Joerg > > On Wed, Dec 11, 2019 at 10:18 AM Emmanuel Bernard > > wrote: > >> Just talking

Re: [hibernate-dev] Composite IDs with a null property/field

2019-12-11 Thread Emmanuel Bernard
Just talking about simple id, even if we allow the column to be nullable (if the DB even allows that), I don't think Hibernate allows null to be a valid id value. Because null means I don't know or not applicable. I think in the past we argued the same for attributes of a composite id, like you

[hibernate-dev] Programmatic API for constraint definitions

2019-05-02 Thread Emmanuel Bernard
Here is a roughly similar but with some twist approach to Hibernate Validator programmatic definition. https://github.com/making/yavi/blob/develop/README.md ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/list

[hibernate-dev] Quarkus + search request

2019-03-09 Thread Emmanuel Bernard
https://twitter.com/quarkusio/status/1104297031273775106?s=21 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] orm.xml scanning issue

2018-08-01 Thread Emmanuel Bernard
t;file but also files deep in the hierarchy: >https://github.com/spring-projects/spring-boot/issues/10363 . > >On Tue, Jul 31, 2018 at 5:46 PM Emmanuel Bernard >wrote: > >> You'll need to check but AFAIR the spec says that META-INF/orm.xml is >> automatically added

Re: [hibernate-dev] orm.xml scanning issue

2018-07-31 Thread Emmanuel Bernard
You'll need to check but AFAIR the spec says that META-INF/orm.xml is automatically added. So the fault is on the builder of PersistenceUnitInfo to include it. But we could be friendly and detect the addition of the same file twice. Emmanuel On Tue 18-07-31 17:23, Guillaume Smet wrote: >Hi, > >Th

Re: [hibernate-dev] https://hibernate.org enforced

2018-07-30 Thread Emmanuel Bernard
on, 30 Jul 2018 at 16:41, Guillaume Smet >>> wrote: >>> > >>> > Please don't do it: there's a good reason I haven't done it: the news >>> are >>> > not loaded because in.relation.to is not HTTPS. >>> > >>> > We ne

Re: [hibernate-dev] Stride

2018-07-30 Thread Emmanuel Bernard
multiple topics? > > >On Fri, Jul 27, 2018 at 9:43 AM Emmanuel Bernard >wrote: > >> On Fri 18-07-27 14:38, Guillaume Smet wrote: >> >On Fri, Jul 27, 2018 at 2:31 PM Emmanuel Bernard >> >wrote: >> > >> >> I like Zulip a lot. I've bee

[hibernate-dev] https://hibernate.org enforced

2018-07-30 Thread Emmanuel Bernard
I've enforced HTTPS on hibernate.org. I am aware that Google Chrome shows warning as we load some non HTTPS resources as part of the pages (two images, one link and the in.relation.to feed). But if you see other things not working, let us know. Here is the issue tracker https://hibernate.atlassian

Re: [hibernate-dev] Stride

2018-07-27 Thread Emmanuel Bernard
On Fri 18-07-27 14:38, Guillaume Smet wrote: >On Fri, Jul 27, 2018 at 2:31 PM Emmanuel Bernard >wrote: > >> I like Zulip a lot. I've been using it extensively and the notion of >> topic (like a email subjet) is a big +1 for me and for any more casual >> lurker. A

Re: [hibernate-dev] Stride

2018-07-27 Thread Emmanuel Bernard
I like Zulip a lot. I've been using it extensively and the notion of topic (like a email subjet) is a big +1 for me and for any more casual lurker. Also it reduces the proliferation of one off/single subject channel that a lurker always miss in tools like Slack. Granted Zulip topics are a bit offs

Re: [hibernate-dev] 5.3 cache issues [Requires Steve]

2018-07-04 Thread Emmanuel Bernard
or JCache: fail: failure at bootstrap if there is a missing cache > >I haven't had any answer to my case against having fail as the default for >JCache so I suppose it's how it is. > >-- >Guillaume > >On Tue, Jul 3, 2018 at 3:15 PM Emmanuel Bernard >wrote: >

Re: [hibernate-dev] 5.3 cache issues [Requires Steve]

2018-07-03 Thread Emmanuel Bernard
I think they are afraid of you Steve :D When asking, we could make it clear where we stand: - I feel unsure and need someone else to back me up, ideally the project lead - I think I'm right but let's see if Steve or other knowledgable person comes with a strong argument against - I don't want

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Emmanuel Bernard
On Tue 18-06-19 16:36, Sanne Grinovero wrote: >On Tue, 19 Jun 2018 at 16:32, Emmanuel Bernard wrote: >> >> On Tue 18-06-19 15:13, Sanne Grinovero wrote: >> >On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard >> >wrote: >> >> >> >> >&

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-19 Thread Emmanuel Bernard
On Tue 18-06-19 15:13, Sanne Grinovero wrote: >On Mon, 18 Jun 2018 at 21:48, Emmanuel Bernard wrote: >> >> >> >> > On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: >> > >> > I was experimenting with "let's encrypt" but then you

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-18 Thread Emmanuel Bernard
> On 18 Jun 2018, at 17:49, Sanne Grinovero wrote: > > I was experimenting with "let's encrypt" but then you told me that I > wasn't allowed to use that service. I don’t remember saying that. Knowing me I surely gave you a reason :) ___ hibernate-de

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-16 Thread Emmanuel Bernard
Let’s wait quickly for Sanne’s feedback on why he was having certificate issues. My experience with let’s encrypt has been stellar so far (httpd). > On 16 Jun 2018, at 16:20, Guillaume Smet wrote: > > One thing we could do that would simplify a lot of things is moving > in.relation.to to its

Re: [hibernate-dev] HTTPS for Bean Validation

2018-06-16 Thread Emmanuel Bernard
Excellent, thanks a lot! Do you have a link to instructions you followed? > Would like to do the same for another site of mine. > > 2018-06-16 9:05 GMT+02:00 Emmanuel Bernard : >> I’ve enabled HTTPS for BV after a bit of a fight with the DNS entries. I’m >> planning to en

Re: [hibernate-dev] Help please: HHH-12674 Upgrade to Gradle 4.8

2018-06-16 Thread Emmanuel Bernard
That’s a good question. I don’t know if that was mainly due to the JDK 9 follow up or if the JDK will keep breaking stuff at rapid pace - which is supposed to be different that releasing at a rapid pace ;) > On 13 Jun 2018, at 19:20, Steve Ebersole wrote: > > Well to be fair, if they tried to

[hibernate-dev] HTTPS for Bean Validation

2018-06-16 Thread Emmanuel Bernard
I’ve enabled HTTPS for BV after a bit of a fight with the DNS entries. I’m planning to enforce HTTPS only in a few days. Have all of our GH pages hosted properties moved to HTTPS? What about the other properties? Emmanuel ___ hibernate-dev mailing l

Re: [hibernate-dev] Health check status API

2018-06-01 Thread Emmanuel Bernard
This ties to the lazy database discovery in Cloud environments. The issue related to that also mentions a health check API. I don't think it ties to the Stats or JMX API as at least for the initial start, this API should be able to provide feedback while Hibernate engine is starting (and looping).

Re: [hibernate-dev] Why do we have the date in the URL of blog posts?

2018-03-22 Thread Emmanuel Bernard
I don’t think spending the n hours on outweighs the explained benefits so I would keep it that way. The reason I had the dates were because blogs are time sensitive (like any content really), and it avoids or reduces the risk of slug collision for which we would need to implement a workaround fo

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Emmanuel Bernard
Mar 2018, at 10:46, Sanne Grinovero wrote: > > On 22 March 2018 at 07:41, Emmanuel Bernard <mailto:emman...@hibernate.org>> wrote: >> >> On 20 Mar 2018, at 12:41, Sanne Grinovero wrote: >> >> >> >> On 20 March 2018 at 10:50, Emmanuel Ber

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-22 Thread Emmanuel Bernard
> On 20 Mar 2018, at 12:41, Sanne Grinovero wrote: > > > > On 20 March 2018 at 10:50, Emmanuel Bernard <mailto:emman...@hibernate.org>> wrote: > I think treating the client side HSearch input and transparently push it > down is a recipe for disaster. Look

Re: [hibernate-dev] [HV] Retiring HibernateValidatorContext#parameterNameProvider()

2018-03-22 Thread Emmanuel Bernard
> On 20 Mar 2018, at 13:24, Guillaume Smet wrote: > > Maybe we could have some gain by avoiding the parameter name generation in > most cases but I'm not sure it's worth making the code less readable. Readability is the root of all evil. I read that somewhere on the internet ___

Re: [hibernate-dev] Async JDBC proposal

2018-03-22 Thread Emmanuel Bernard
ot >>> part >>> of JDBC, nor does it rely on or use JDBC (or at least >>> implementations >>> doing that wouldn't be truely async). >>> >>> Mark >>> >>> PS Could you send the actual link? >>> >>> On 201

Re: [hibernate-dev] Async JDBC proposal

2018-03-22 Thread Emmanuel Bernard
tence in Infinispan so this might would be > definitely useful to our JDBC stores. I only wish there'd be an async > thread-independent JTA next, too. > > Radim > > [1] > https://blogs.oracle.com/java/jdbc-next%3a-a-new-asynchronous-api-for-connecting-to-a-database >

[hibernate-dev] Async JDBC proposal

2018-03-20 Thread Emmanuel Bernard
Nothing really new for people at the edge of news but a nice presentation showing how async JDBC will likely work https://docs.google.com/document/d/1jH0znbYwgvGKHC-110zcjRaXLllBsvRKw-pdHrMzRzw Emmanuel ___ hibernate-dev mailing list hibernate-dev@lists.

Re: [hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-20 Thread Emmanuel Bernard
I think treating the client side HSearch input and transparently push it down is a recipe for disaster. Looks cool on paper until you have divergence between HSearch proper and Infinispan's or whatever Infinispan exposes. So yes we could have GridDialect specific metadata information around indexi

Re: [hibernate-dev] [HV] Retiring HibernateValidatorContext#parameterNameProvider()

2018-03-20 Thread Emmanuel Bernard
Can't you a priori apply your optimization and have a if ( perInstance != perFactory ) backdoor? Meaning I don't really get why you cannot apply your optimization by default and fall back to a slow codepath when the value is overridden. Emmanuel On Mon 18-03-19 17:47, Guillaume Smet wrote: >Hi, >

Re: [hibernate-dev] [website] Specific series page

2017-09-28 Thread Emmanuel Bernard
And I am +1 to push the new style today. These discussions are not linked. > On 28 Sep 2017, at 09:17, Emmanuel Bernard wrote: > > Hello > > Watching new.hibernate.org (2017-09-28 9:00 CET), I have two minor proposals. > > In frequency, I think people go read the docs

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-28 Thread Emmanuel Bernard
> On 28 Sep 2017, at 09:00, Yoann Rodiere wrote: > > And yes, there's too much content in this section for Search 5.8, but that's > mainly because there's too much content in 5.8 to begin with. Ah, finally an objective measurement to force Sanne to release smaller but more often :D __

[hibernate-dev] [website] Specific series page

2017-09-28 Thread Emmanuel Bernard
Hello Watching new.hibernate.org (2017-09-28 9:00 CET), I have two minor proposals. In frequency, I think people go read the docs online much more than they want to know how to get it. So I would put the Documentation section at the top (or below the compatibility matrix if you won’t budge). I

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-27 Thread Emmanuel Bernard
All I wanted initially was to be able to get a description of what each series provided so that when I jump from my version to the latest, I can see what's going on. Then you guys wanted to expose the matrix of compatibilities as e.g. people do consume Search with a given version of ORM. With that

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-14 Thread Emmanuel Bernard
gt;>> treatment to the Documentation info in terms of the nav links. >>> >>> On Thu, Sep 14, 2017 at 7:05 AM Yoann Rodiere >> wrote: >>> >>>> I polished the changes, applied them to all projects (ORM, OGM, >>> Validator, >>>&g

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-14 Thread Emmanuel Bernard
On Wed 17-09-13 10:55, Sanne Grinovero wrote: >On 13 September 2017 at 10:51, Yoann Rodiere wrote: >>> It's more the number of columns, what if you add more version, should I >>> scroll horizontally? Also releeases tend to be shown vertically with >>> version in desc order. This model breaks a bit

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-13 Thread Emmanuel Bernard
> > >> - in the dedicated series page, "Reference" is confusing, I'd probably >> replace it with documentation or main documentation > > >Done. > >Since there seems to be a general agreement that it's not worse than it >used to be, I'

Re: [hibernate-dev] [Search and more] What is new in a give release

2017-09-11 Thread Emmanuel Bernard
t;> > I was thinking about another problem: we don't have a compatibility >>> matrix. >>> > We only have a few dependencies (mainly ORM and Lucene), but it's really >>> > hard to know which versions of the dependencies to use with which >>> versio

[hibernate-dev] [Search and more] What is new in a give release

2017-09-06 Thread Emmanuel Bernard
Hey all, I was trying to answer the following question, what is roughly new between 5.6, 5.7 and 5.8 (minor releases)? My first reflex was to go to http://hibernate.org/search/downloads/ to read about the onliner per release. Except it’s a onliner per m

Re: [hibernate-dev] [HV] Memory footprint improvements

2017-08-02 Thread Emmanuel Bernard
You would need to hardcode the definition of Object in HV's code. It's unclear to me that it would not be detrimental. I'd keep the model generic. And favor metadata recomputation over caching. > On 2 Aug 2017, at 12:49, Sanne Grinovero wrote: > > Just nitpicking, as I guess skipping a single

[hibernate-dev] MongoDB driver 3.6

2017-07-03 Thread Emmanuel Bernard
For OGM it comes with the notion of session and retried operations. For Debezium, it has notification APIs https://emptysqua.re/blog/driver-features-for-mongodb-3-6/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mai

Re: [hibernate-dev] [feature request][discuss] smoother serializers integration?

2017-05-04 Thread Emmanuel Bernard
ttransformer-to-customize-result-set-mappings/ it still requires quite a bit of code and a special DTO constructor object. That's what we need to get rid of I think. Emmanuel On Thu 17-05-04 10:04, Emmanuel Bernard wrote: >I was very much in the Vlad, Steve, Christian camp until relative

Re: [hibernate-dev] [feature request][discuss] smoother serializers integration?

2017-05-04 Thread Emmanuel Bernard
I was very much in the Vlad, Steve, Christian camp until relatively recently. One of my main concern being that replacing a proxy by null was really sending the wrong message. So I was against having Hibernate ORM facilitate such a transformation. I am changing my mind because I am realizing that

Re: [hibernate-dev] Implement UserCollectionType for non-Collection types such as Guava's Multimap

2017-05-03 Thread Emmanuel Bernard
When you work in that area (mapping non Java Collection subclasses e.g. Guava Table), check out the work we have done in Bean Validation 2 around the subject of containers and extractors. You will likely be able to reuse these contracts as is. This does not address collections of collections.

[hibernate-dev] [OGM] WildFly modules imposing versions

2017-03-07 Thread Emmanuel Bernard
I’ve upgraded the OGM demo to OGM 5.1 Final (from CR1). Again I’ve got deployment errors because it does not find the specific search version: 5.6.1.Final. I had 5.6.0.Final in my WF module deployment. Is that the behavior we want? Do we want the OGM module to impose specific versions of Hiberna

[hibernate-dev] [hibernate-demos] PR and issues and what to do about it

2017-02-27 Thread Emmanuel Bernard
There has been an effort to collect demos under a single repo. https://github.com/hibernate/hibernate-demos The good news is that people seem to like it enough that they send pull requests and issue reports to improve it. The bad news is that we did not reply to them. I think it’s because no one

[hibernate-dev] [HHH-11517] Cloud friendliness and delaying some DB operation at boot time

2017-02-24 Thread Emmanuel Bernard
Hey all, I’ve been exploring making life easier for people using Hibernate ORM in cloud environments where the DB might be started or ready after the Hibernate ORM application has been started Here is the pull request https://github.com/hibernate/hibernate-orm/pull/1804

Re: [hibernate-dev] Behaviour of validation mode "auto" in case of error during validator factory bootstrap

2017-02-08 Thread Emmanuel Bernard
in case no BV provider is found. > > Then JPA/ORM could specifically ignore this exception in > validation-mode auto but let all other exceptions bubble up, letting > the user know early on about any issues they have with their > validation provider or its config. > > Though

Re: [hibernate-dev] [HV/HSEARCH] Free form

2017-02-08 Thread Emmanuel Bernard
> On 7 Feb 2017, at 11:17, Gunnar Morling wrote: > > Emmanuel, > > In your PoC, how would a complete tree-like structure be traversed? > It's not clear to me, who is driving StructureTraverser, i.e. which > component will call processSubstructureInContainer() et al. when > traversing an entire

Re: [hibernate-dev] Hibernate Commons project

2017-02-08 Thread Emmanuel Bernard
> On 7 Feb 2017, at 12:03, Guillaume Smet wrote: > > Hi, > > On Mon, Feb 6, 2017 at 4:21 PM, Emmanuel Bernard <mailto:emman...@hibernate.org>> wrote: > On the license, I think ASL 2.0 is the best for such project. > > As we discussed it in Lisbon, we might

Re: [hibernate-dev] [HV/HSEARCH] Free form

2017-02-06 Thread Emmanuel Bernard
d > <https://gist.github.com/yrodiere/9ff8fe8a8c7f59c1a051b36db20fbd4d> > > I'm sure it'll have to be refined to address additional constraints, but in > its current state it seems to address all of our requirements. > > Yoann Rodière mailto:yrodi...@redhat.com>

Re: [hibernate-dev] Hibernate Commons project

2017-02-06 Thread Emmanuel Bernard
Hey all, On the license, I think ASL 2.0 is the best for such project. On the group id, am I right that this project is some utilities used by us internally? And would not be imported by a user? If true then I’d avoid common as it feels like something that a user would import. internal could wo

Re: [hibernate-dev] Behaviour of validation mode "auto" in case of error during validator factory bootstrap

2017-02-06 Thread Emmanuel Bernard
+1 to fail fast with the explicit error in that case. > On 1 Feb 2017, at 11:33, Gunnar Morling wrote: > > Hi, > > JPA defines for validation mode "auto" that bean validation must occur > if a BV provider is present and that no validation shall occur > otherwise. > > What should happen though

[hibernate-dev] [HV/HSEARCH] Free form

2017-01-27 Thread Emmanuel Bernard
I took the flight home to play with free form and specifically how we would retrieve data from the free form structure. By free-form I mean non POJO but they will have schema (not expressed here). https://github.com/emmanuelbernard/hibernate-search/commit/0bd3fbab137bdad81bfa5b9934063792a050f537

Re: [hibernate-dev] Javassist enhancement problems with the Hibernate ORM WildFly modules

2017-01-11 Thread Emmanuel Bernard
The one small issue is that if the user enhanced the classes at build time (i,e. not via the ClassTransformer), then shading in a newer version of Wildfly means that the same app using the later version will fail unless you rebuild the app. BTW is Javassist Shadable, some of these libs can’t due

Re: [hibernate-dev] Limited history in HipChat

2016-09-21 Thread Emmanuel Bernard
At least on the NoORM side, we do like what it provides and we do exchange a lot in it. It doesn’t have to be everyone’s best tool of course. The multi client including phone is an awesome feature for my flow for example. I’ve contacted Samuel and he offered options to give it a shot. Emmanuel

Re: [hibernate-dev] OpenJDK proposal: JDK 9 modules and reflection

2016-09-16 Thread Emmanuel Bernard
No one ? > On 13 Sep 2016, at 10:19, Emmanuel Bernard wrote: > > Hi all, > > Sanne kindly pointed out to me the latest proposal by the OpenJDK team > around JDK 9 module and how they would handle frameworks needing access > to non exported types (Hibernate, dependency inj

[hibernate-dev] OpenJDK proposal: JDK 9 modules and reflection

2016-09-13 Thread Emmanuel Bernard
Hi all, Sanne kindly pointed out to me the latest proposal by the OpenJDK team around JDK 9 module and how they would handle frameworks needing access to non exported types (Hibernate, dependency injection, etc). If you are remotely into JDK9, please read it and provide feedback. http://mail.open

Re: [hibernate-dev] 6.0 - ResultTransformer

2016-09-13 Thread Emmanuel Bernard
My preference would be to keep some form of resultTransformer around, especially the first method that is redundant. And it's mainly because it is very easy to write one and plug. The HQL based instantiation is fine when you use it but as Gunnar mentioned, this is not always the case. What is the

Re: [hibernate-dev] Supporting timezone in Timestamp Type

2016-08-31 Thread Emmanuel Bernard
On Wed 2016-08-31 17:07, Vlad Mihalcea wrote: > Hi, > > While reviewing the Pull Request for this issue: > https://github.com/hibernate/hibernate-orm/pull/1536 > > I realized that we can improve the default TimestampType as follows: > > 1. We could make it parameterizable so that it can also tak

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

2016-08-30 Thread Emmanuel Bernard
I am not sure if that is still relevant but in the past, either HSEARCH or HV were keeping the ReflectionManager around to use it at runtime (either because metadata was loaded lazily or because of a reboot of the factories due to a configuration change. So we need to check that losing access to R

Re: [hibernate-dev] HHH-10770

2016-08-30 Thread Emmanuel Bernard
I don't think we ever came back to you on that one. No we have no plan on backporting this feature nor other features in general. Steve wrote a nice piece of why we take a relatively hard stance on older releases https://github.com/hibernate/hibernate-orm/wiki/Huge-Project,-Small-Team It's a bit

Re: [hibernate-dev] [OGM] Bolt vs Rest for Neo4j

2016-08-26 Thread Emmanuel Bernard
yone complains > > about dropping REST > > +1. Would be nice to get some feedback. > > > > 2016-08-26 10:10 GMT+02:00 Emmanuel Bernard : > > > Can you write a blog post with a small poll to know if anyone complains > > about dropping REST. Let's have

Re: [hibernate-dev] Mapping JPA's @MapKeyEnumerated and @Enumerated on native-enum supporting datastores

2016-08-26 Thread Emmanuel Bernard
Can you give HotRod's example of native enum - I imagine Protobuf ? The issue I see is that ordinal could be an acceptable explicit decision that would not be available to the user if you use default as native. I'm tempted to go native all the time at the detriment of people that need high custom

Re: [hibernate-dev] [OGM] Bolt vs Rest for Neo4j

2016-08-26 Thread Emmanuel Bernard
. > > That's actually a bad call from my side, I wanted to release with the > new ORM and it took longer than expected to merge the PR. > > Davide > > On Fri, Aug 26, 2016 at 7:53 AM, Emmanuel Bernard > wrote: > > Thinking out loud. How much additional work wo

Re: [hibernate-dev] 5.3?

2016-08-26 Thread Emmanuel Bernard
Because we likely have more breaking changed planned in 6.0, I don't think your renaming plan would add a lot. Better focus on 6. > On 18 août 2016, at 14:42, Scott Marlow wrote: > > >> On 08/17/2016 03:54 PM, Steve Ebersole wrote: >> For whatever reason discussion about JavaMoney/Moneta supp

Re: [hibernate-dev] [OGM] Bolt vs Rest for Neo4j

2016-08-25 Thread Emmanuel Bernard
Thinking out loud. How much additional work would it be to keep the "old" rest in a legacy module separated from the pure one? Does it even make sense? I'm fine with the removal and focus on bolt on a general basis. Does Bolt run atop HTTP as I remember it ? Or is that specific ? If the later so

Re: [hibernate-dev] [HSEARCH] Google Summer of Code: JSR 352 batch job for re-indexing entities

2016-08-25 Thread Emmanuel Bernard
Many thanks Mincong ! I did enjoy OK our algorithmic discussions and the "explainer in chief" deck of cards :) Emmanuel > On 22 août 2016, at 20:20, Mincong Huang wrote: > > Hi everyone, > > I’m Mincong, an engineering student from France. I’m glad to present my > Google Summer of Code 2016

Re: [hibernate-dev] [HV] Jumping to HV 6?

2016-08-25 Thread Emmanuel Bernard
Good plan. > On 24 août 2016, at 09:11, Gunnar Morling wrote: > > Hi, > > Now that the first changes in HV are being made towards BV 2.0, one > question is which version of HV that should be. > > For BV we are doing a major version jump from 1.1 to 2.0 as the minimum > Java version is raised.

Re: [hibernate-dev] HSEARCH-1872 Sort API preliminary evaluation

2016-07-26 Thread Emmanuel Bernard
I made more progress with the full interfaces for the DSL https://github.com/hibernate/hibernate-search/pull/1132 You can play with it in your IDE, runtime won't work. I've also added questions on the issue itself. On Thu 2016-07-21 18:24, Emmanuel Bernard wrote: > I came up w

Re: [hibernate-dev] [OGM] Mapping of embedded

2016-07-25 Thread Emmanuel Bernard
On Sat 2016-07-23 1:55, Guillaume Smet wrote: > Hi all, > > So after having discussed this issue with Emmanuel: > > 1/ is correct. It's the behavior we expect considering the ORM behavior. If > we want the postal_code to be nested in homeAddress, we need to use > @Column(name = "homeAddress.po

Re: [hibernate-dev] 6.0 - Type redesign

2016-07-22 Thread Emmanuel Bernard
reply I > am still trying to distill this in total. > > On Fri, Jul 22, 2016 at 4:14 AM Emmanuel Bernard > wrote: > > > The good news is that I am following you :D > > > > I think one of the option is some API to which you can pass the (JPA) > > Type, a

Re: [hibernate-dev] People can't find our docs

2016-07-22 Thread Emmanuel Bernard
Hibernate is fine. On Fri 2016-07-22 16:57, Davide D'Alto wrote: > I've updated the microdata on our blog. > I used the google validation page to check the result: > https://search.google.com/structured-data/testing-tool/u/0/?hl=EN#url=http%3A%2F%2Fin.relation.to%2F > > I'm not familiar with mic

Re: [hibernate-dev] 6.0 - Type redesign

2016-07-22 Thread Emmanuel Bernard
The contextualization would only work when user calls metamodel.entity(). Not the other methods > On 22 juil. 2016, at 11:14, Emmanuel Bernard wrote: > > The good news is that I am following you :D > > I think one of the option is some API to which you can pass the (JPA) >

Re: [hibernate-dev] 6.0 - Type redesign

2016-07-22 Thread Emmanuel Bernard
ute" with > > mapping information as well as an "Attribute" without mapping information. > > > > I will be working on some proposals for ways to do this over the next week > > or so. And maybe y'all see a solution easier than I do (I fear I may not > &g

Re: [hibernate-dev] HSEARCH-1872 Sort API preliminary evaluation

2016-07-21 Thread Emmanuel Bernard
I came up with something quite natural to our DSL. WDYT? https://hibernate.atlassian.net/browse/HSEARCH-1872?focusedCommentId=81543&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-81543 On Thu 2016-07-21 14:39, Emmanuel Bernard wrote: > Before I go and pl

[hibernate-dev] HSEARCH-1872 Sort API preliminary evaluation

2016-07-21 Thread Emmanuel Bernard
Before I go and play with an actual API, can anyone interesting comment on https://hibernate.atlassian.net/browse/HSEARCH-1872 Both on what we want to support and what we are fine not to support? Emmanuel PS: I suppose a total integration within the DSL is a different story that we will tackle s

Re: [hibernate-dev] People can't find our docs

2016-07-21 Thread Emmanuel Bernard
On Thu 2016-07-21 14:20, Guillaume Smet wrote: > On Thu, Jul 21, 2016 at 2:07 PM, Emmanuel Bernard > wrote: > > Should we add a X or I got it button to remove this nagging when I have > > to read and stay on the old doc? > > I thought about it but I don't find it

Re: [hibernate-dev] People can't find our docs

2016-07-21 Thread Emmanuel Bernard
Nice, Should we add a X or I got it button to remove this nagging when I have to read and stay on the old doc? If that piece of code is in the xsl, how will it work when the doc is in the distribution? How screwed are you if we stop using these stylesheet and say embrace the Asciidoctor default

Re: [hibernate-dev] 6.0 - Type redesign

2016-07-20 Thread Emmanuel Bernard
I just read it. Some random remarks. Small correction on the description of the legacy Type also offers a navigation on the cardinality and knowledge of the Hibernate structures like assocaitions (one to one etc), component, any etc and mutability. But that’s minor and all covered by your propo

Re: [hibernate-dev] [OGM] Mapping of component types in document stores

2016-07-19 Thread Emmanuel Bernard
Assuming we switch to the new mapping approach by default in 6. Is there a way via mapping to use the old approach? Or would that require some new annotation? I understand the evolution arguments but frankly in a plain mongodb document, I would have skipped the single property name. It's forced up

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

2016-07-06 Thread Emmanuel Bernard
+1, one less people will complain about :) On Tue 2016-07-05 17:28, 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 this "ol

Re: [hibernate-dev] Hibenrate-orm migration guides in one landing page

2016-06-29 Thread Emmanuel Bernard
+1 > On 29 Jun 2016, at 10:14, Vlad Mihalcea wrote: > > Hi, > > I've seen questions on our forum and SO related to migration from 3.x to > 5.x, > and users are complaining that it's difficult to follow the migration > guides since they are scattered among hibernate.org and GitHub. > > Emmanuel

Re: [hibernate-dev] No Hibernate Search version compatible with Hibernate ORM 5.2.0.Final

2016-06-20 Thread Emmanuel Bernard
Are the incompatibilities here for good on ORM, or could they be reverted / softened in the 5.2 branch to allow for an easier path? On Tue 2016-06-14 17:33, Sanne Grinovero wrote: > There have been various complaints that people can't upgrade to the > latest Hibernate ORM because they don't have

[hibernate-dev] Cleaning up non final versions from download pages

2016-06-17 Thread Emmanuel Bernard
I've cleaned up the non final versions of OGM 5.0 from the website download pages. There is a displayed: false flag on the yml release document. I could not find any reason why the alpha, beta and cr were shown in the list. Emmanuel ___ hibernate-dev ma

Re: [hibernate-dev] Collection was not processed by flush()

2016-06-08 Thread Emmanuel Bernard
y exceptions. > > > On Tue, Jun 7, 2016 at 8:21 AM Emmanuel Bernard <mailto:emman...@hibernate.org>> wrote: > We probably should change this message. > When was the last time this message was due to a bug in our logic? > I can't remember a time when this was the case perso

Re: [hibernate-dev] 5.2 or 6.0

2016-06-08 Thread Emmanuel Bernard
Does the HQL to native query mechanic use this too? > On 08 Jun 2016, at 08:50, Gunnar Morling wrote: > > JavaTypeDescriptorRegistry is used by Hibernate OGM in > (o.h.o.type.impl.TypeTranslatorImpl). > >> From my side, the proposed change is good, esp. if it fixes some existing > bugs. It'd lo

Re: [hibernate-dev] Collection was not processed by flush()

2016-06-07 Thread Emmanuel Bernard
We probably should change this message. When was the last time this message was due to a bug in our logic? I can't remember a time when this was the case personally. Thoughts? On Sun 2016-06-05 17:17, Petar Tahchiev wrote: > Hello, > > I'm using hibernate version 5.1.0.Final and spring-data-rest

[hibernate-dev] [ORM] EhCache 3 and JCache

2016-05-20 Thread Emmanuel Bernard
Hello guys, (I meant to send that almost a month ago, apologies Louis). I’ve met Louis Jacomet from Ehcache at Devoxx France and we discussed how to restart the progress around JCache and EhCache 3 integration. Louis is willing to step up to make these a reality but will need a bit of help to r

[hibernate-dev] [HSEARCH] Feedback on Elasticsearch presentation

2016-05-02 Thread Emmanuel Bernard
Hey all, I've done a presentation of the new Elasticsearch integration with a Elasticsearch developer+advocate. Here are some key inputs from the listener feedback. The presentation was a Tools in Action (30 mins) where we took a JPA app, added Elasticsearch for entity indexing manually (describi

Re: [hibernate-dev] 6.0 planning

2016-04-04 Thread Emmanuel Bernard
Yes I think that's reasonable. My gut feeling is that there are only a handful HibernateException subclass really useful when coding an application, breaking the rest is probably fine. On Mon 2016-04-04 15:55, Steve Ebersole wrote: > So to me the biggest design question is in regard to exceptions.

Re: [hibernate-dev] 6.0 planning

2016-04-04 Thread Emmanuel Bernard
I don't think I would equate reactive and CQRS, but reactive (say in the Rx sense) definitely goes for a more action centric persistence than an ORM centric persistence. I did explore only a little bit but I could not fully re conciliate a Rx centric API with the idea of a (extra)-transaction bound

Re: [hibernate-dev] Search: Lucene 6 is coming

2016-04-04 Thread Emmanuel Bernard
+1 On Mon 2016-04-04 14:02, Sanne Grinovero wrote: > The Apache Lucene team is voting on candidate releases for Lucene 6.0.0. > > As usual we'll refrain from making API changes in a minor release, but > we should start to sometimes try building against Lucene 6 to make > sure to use APIs which wi

Re: [hibernate-dev] README.adoc of hibernate.org

2016-04-04 Thread Emmanuel Bernard
I liked the idea of the README as a proper webpage. But I can live without it and I don't have strong grounded arguments for it. On Mon 2016-04-04 10:52, Sanne Grinovero wrote: > It sounds good to me in principle, but I vaguely remember we > intentionally added that README to the website for some

Re: [hibernate-dev] [OGM] Any idea for OGM-1000?

2016-03-29 Thread Emmanuel Bernard
On Sun 2016-03-27 18:20, Sanne Grinovero wrote: > On 25 March 2016 at 18:54, Emmanuel Bernard wrote: > > I'll wait to see the PoC but the idea of a new project is concerning me. I > > honestly don't think we have the bandwidth for another code base, release > > c

Re: [hibernate-dev] [OGM] Any idea for OGM-1000?

2016-03-25 Thread Emmanuel Bernard
nt > a full OGM dialect for this > > That all being said, I'll share what I have with you very soon and we can > discuss it from there. > > --Gunnar > > PS: We seem to switch between "ScenicDrive" and "ScenicView" ;) In my PoC I > we

[hibernate-dev] [OGM] Reduce the integrationtest directiry size

2016-03-24 Thread Emmanuel Bernard
I noticed that for each integration test module we do download a full Wildfly distribution. Since we are having more and more integration test module it adds up significantly. On top of that the integrationtest module itself also downloads Wildfly. The current size is of integrationtest is 1.3 G

Re: [hibernate-dev] Feature packs: are they evolving?

2016-03-24 Thread Emmanuel Bernard
I talked to Jason briefly, The 6 months / 1 year plan for feature pack is to allow from the feature pack tool to create two outputs instead of one: - the actual full Wildfly that contains what you define as feature pack (that’s existing) - a zip that contains an “add-on” that can be added to a

  1   2   3   4   5   6   7   8   9   10   >